EVP_ASYM_CIPHER-SM2.pod 884 B

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