mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-10 07:53:57 +08:00
Add sm9 and paillier pem support
This commit is contained in:
@@ -44,7 +44,14 @@ static const EVP_PKEY_ASN1_METHOD *standard_methods[] = {
|
||||
&dhx_asn1_meth,
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_EC
|
||||
&ecx25519_asn1_meth
|
||||
&ecx25519_asn1_meth,
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_SM9
|
||||
&sm9_asn1_meth,
|
||||
&sm9_master_asn1_meth,
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_PAILLIER
|
||||
&paillier_asn1_meth,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user