Latest update.
This commit is contained in:
@@ -53,6 +53,7 @@ d2i_DSA_PUBKEY_bio,
|
||||
d2i_DSA_PUBKEY_fp,
|
||||
d2i_DSA_SIG,
|
||||
d2i_DSAparams,
|
||||
d2i_ECDSA_SIG,
|
||||
d2i_ECPKParameters,
|
||||
d2i_ECParameters,
|
||||
d2i_ECPrivateKey,
|
||||
@@ -63,8 +64,10 @@ d2i_EC_PUBKEY_bio,
|
||||
d2i_EC_PUBKEY_fp,
|
||||
d2i_EDIPARTYNAME,
|
||||
d2i_ESS_CERT_ID,
|
||||
d2i_ESS_CERT_ID_V2,
|
||||
d2i_ESS_ISSUER_SERIAL,
|
||||
d2i_ESS_SIGNING_CERT,
|
||||
d2i_ESS_SIGNING_CERT_V2,
|
||||
d2i_EXTENDED_KEY_USAGE,
|
||||
d2i_GENERAL_NAME,
|
||||
d2i_GENERAL_NAMES,
|
||||
@@ -239,6 +242,7 @@ i2d_DSA_PUBKEY_bio,
|
||||
i2d_DSA_PUBKEY_fp,
|
||||
i2d_DSA_SIG,
|
||||
i2d_DSAparams,
|
||||
i2d_ECDSA_SIG,
|
||||
i2d_ECPKParameters,
|
||||
i2d_ECParameters,
|
||||
i2d_ECPrivateKey,
|
||||
@@ -249,8 +253,10 @@ i2d_EC_PUBKEY_bio,
|
||||
i2d_EC_PUBKEY_fp,
|
||||
i2d_EDIPARTYNAME,
|
||||
i2d_ESS_CERT_ID,
|
||||
i2d_ESS_CERT_ID_V2,
|
||||
i2d_ESS_ISSUER_SERIAL,
|
||||
i2d_ESS_SIGNING_CERT,
|
||||
i2d_ESS_SIGNING_CERT_V2,
|
||||
i2d_EXTENDED_KEY_USAGE,
|
||||
i2d_GENERAL_NAME,
|
||||
i2d_GENERAL_NAMES,
|
||||
@@ -494,6 +500,10 @@ Represents a DSA public key using a B<SubjectPublicKeyInfo> structure.
|
||||
Use a non-standard OpenSSL format and should be avoided; use B<DSA_PUBKEY>,
|
||||
B<PEM_write_PrivateKey(3)>, or similar instead.
|
||||
|
||||
=item B<ECDSA_SIG>
|
||||
|
||||
Represents an ECDSA signature.
|
||||
|
||||
=item B<RSAPublicKey>
|
||||
|
||||
Represents a PKCS#1 RSA public key structure.
|
||||
|
||||
Reference in New Issue
Block a user