1 | =pod
|
---|
2 |
|
---|
3 | =head1 NAME
|
---|
4 |
|
---|
5 | EVP_ASYM_CIPHER-SM2
|
---|
6 | - SM2 Asymmetric Cipher algorithm support
|
---|
7 |
|
---|
8 | =head1 DESCRIPTION
|
---|
9 |
|
---|
10 | Asymmetric Cipher support for the B<SM2> key type.
|
---|
11 |
|
---|
12 | =head2 SM2 Asymmetric Cipher parameters
|
---|
13 |
|
---|
14 | =over 4
|
---|
15 |
|
---|
16 | =item "digest" (B<OSSL_ASYM_CIPHER_PARAM_DIGEST>) <UTF8 string>
|
---|
17 |
|
---|
18 | =item "digest-props" (B<OSSL_ASYM_CIPHER_PARAM_DIGEST_PROPS>) <UTF8 string>
|
---|
19 |
|
---|
20 | See L<provider-asym_cipher(7)/Asymmetric Cipher Parameters>.
|
---|
21 |
|
---|
22 | =back
|
---|
23 |
|
---|
24 | =head1 SEE ALSO
|
---|
25 |
|
---|
26 | L<EVP_PKEY-SM2(7)>,
|
---|
27 | L<EVP_PKEY(3)>,
|
---|
28 | L<provider-asym_cipher(7)>,
|
---|
29 | L<provider-keymgmt(7)>,
|
---|
30 | L<OSSL_PROVIDER-default(7)>
|
---|
31 |
|
---|
32 | =head1 COPYRIGHT
|
---|
33 |
|
---|
34 | Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
|
---|
35 |
|
---|
36 | Licensed under the Apache License 2.0 (the "License"). You may not use
|
---|
37 | this file except in compliance with the License. You can obtain a copy
|
---|
38 | in the file LICENSE in the source distribution or at
|
---|
39 | L<https://www.openssl.org/source/license.html>.
|
---|
40 |
|
---|
41 | =cut
|
---|