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