Initial functions for main EVP_PKEY_METHOD operations.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 7 Apr 2006 16:42:09 +0000 (16:42 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 7 Apr 2006 16:42:09 +0000 (16:42 +0000)
commitf733a5ef0ede95494996ebef63e2a04bdc963230
treec8d16636f1eef19cca71f7cc1dee19eacf7d2efd
parent5da98aa687ebb54358c35bf9450afcaa90a4de8a
Initial functions for main EVP_PKEY_METHOD operations.
No method implementations yet.
12 files changed:
CHANGES
crypto/evp/Makefile
crypto/evp/evp.h
crypto/evp/evp_err.c
crypto/evp/evp_locl.h
crypto/evp/p_dec.c
crypto/evp/p_enc.c
crypto/evp/p_open.c
crypto/evp/p_seal.c
crypto/evp/pmeth_fn.c [new file with mode: 0644]
crypto/evp/pmeth_lib.c
crypto/pkcs7/pk7_doit.c