More EVP cipher revision.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 30 May 2000 18:26:22 +0000 (18:26 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 30 May 2000 18:26:22 +0000 (18:26 +0000)
commit49528751b878a8198f628dff6651e4547818a2cf
treea73b437572c1052cc8337746602b501bebdbbaee
parent547bf7f9838285a111c50959a2363221971ab863
More EVP cipher revision.

Change EVP_SealInit() and EVP_OpenInit() to
handle cipher parameters.

Make it possible to set RC2 and RC5 params.

Make RC2 ASN1 code use the effective key bits
and not the key length.

TODO: document how new API works.
CHANGES
crypto/evp/e_rc2.c
crypto/evp/e_rc5.c
crypto/evp/evp.h
crypto/evp/evp_enc.c
crypto/evp/evp_err.c
crypto/evp/p_open.c
crypto/evp/p_seal.c