]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/evp/pmeth_lib.c
Initial definitions and a few functions for EVP_PKEY_METHOD: an extension
authorDr. Stephen Henson <steve@openssl.org>
Thu, 6 Apr 2006 13:02:06 +0000 (13:02 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 6 Apr 2006 13:02:06 +0000 (13:02 +0000)
commit0b6f3c66cddf047933b8ff77c4f8a3e706e93aa6
tree072aa96c432ee3962c2f5bee5e93eb0d781c859e
parenta01d9ac5582657cd2579153b8c5987b4201f1688
Initial definitions and a few functions for EVP_PKEY_METHOD: an extension
of the EVP routines to public key algorithms.
CHANGES
crypto/Makefile
crypto/evp/Makefile
crypto/evp/evp.h
crypto/evp/evp_locl.h
crypto/evp/pmeth_lib.c [new file with mode: 0644]
crypto/ossl_typ.h
crypto/rsa/Makefile
crypto/rsa/rsa_pmeth.c [new file with mode: 0644]