]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/evp/p_lib.c
Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions to
authorDr. Stephen Henson <steve@openssl.org>
Wed, 22 Mar 2006 17:59:49 +0000 (17:59 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 22 Mar 2006 17:59:49 +0000 (17:59 +0000)
commit18e377b4ffa6d15572d7283f1eb1743ce5875804
tree60cbdb8623a4afd56950d7797727071b4486823b
parent043b2e9c2ec57da817457c8108c13cf90ce572cb
Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions to
initialize it. Initial support for application added public key ASN1.
13 files changed:
crypto/Makefile
crypto/asn1/ameth_lib.c
crypto/asn1/asn1.h
crypto/asn1/asn1_locl.h
crypto/asn1/d2i_pr.c
crypto/asn1/x_pubkey.c
crypto/dh/dh_ameth.c
crypto/dsa/dsa_ameth.c
crypto/ec/ec_ameth.c
crypto/evp/evp.h
crypto/evp/evp_pkey.c
crypto/evp/p_lib.c
crypto/rsa/rsa_ameth.c