Make EVPs allocate context memory, thus making them extensible. Rationalise
authorBen Laurie <ben@openssl.org>
Mon, 30 Jul 2001 17:46:22 +0000 (17:46 +0000)
committerBen Laurie <ben@openssl.org>
Mon, 30 Jul 2001 17:46:22 +0000 (17:46 +0000)
commit3ba5d1cf2eb6ef28ac5f6d9f3d28020d00c5be50
tree73d3b6e7e2ee0ce832943a1e080501b8a96c40d6
parentbe2e2c32972e421ecc78bb79b502cb9d76d0c391
Make EVPs allocate context memory, thus making them extensible. Rationalise
DES's keyschedules.

I know these two should be separate, and I'll back out the DES changes if they
are deemed to be an error.

Note that there is a memory leak lurking in SSL somewhere in this version.
25 files changed:
crypto/des/Makefile.ssl
crypto/des/cbc_cksm.c
crypto/des/cfb64ede.c
crypto/des/cfb64enc.c
crypto/des/cfb_enc.c
crypto/des/des.h
crypto/des/des_enc.c
crypto/des/des_locl.h
crypto/des/destest.c
crypto/des/ecb3_enc.c
crypto/des/ecb_enc.c
crypto/des/ede_cbcm_enc.c
crypto/des/enc_read.c
crypto/des/enc_writ.c
crypto/des/fcrypt.c
crypto/des/fcrypt_b.c
crypto/des/ncbc_enc.c
crypto/des/ofb64ede.c
crypto/des/ofb64enc.c
crypto/des/ofb_enc.c
crypto/des/pcbc_enc.c
crypto/des/rpc_enc.c
crypto/des/set_key.c
crypto/des/str2key.c
crypto/des/xcbc_enc.c