Re: EVP_CipherInit() and similar API changes

2002-02-13 Thread Ben Laurie
Dr S N Henson wrote: > > Markus Friedl wrote: > > > > I think this change is needed if you want EVP_CipherInit() to have a > > similar semantic as in OpenSSL 0.9.6. > > > > Index: evp/evp_enc.c > > === > > RCS file: /cvs/openssl/cryp

Re: EVP_CipherInit() and similar API changes

2002-02-13 Thread Dr S N Henson
Markus Friedl wrote: > > I think this change is needed if you want EVP_CipherInit() to have a > similar semantic as in OpenSSL 0.9.6. > > Index: evp/evp_enc.c > === > RCS file: /cvs/openssl/crypto/evp/evp_enc.c,v > retrieving revisi

Re: EVP_CipherInit() and similar API changes

2002-02-13 Thread Dr S N Henson
Markus Friedl wrote: > > > There could be more problems with other XXX_Init() or similar > functions, so all semantic changes to functions from the 0.9.6 API > should be reconsidered. All such changes could be a threat to existing > applications and break them in subtle ways -- and this must be

EVP_CipherInit() and similar API changes

2002-02-13 Thread Markus Friedl
I think this change is needed if you want EVP_CipherInit() to have a similar semantic as in OpenSSL 0.9.6. Index: evp/evp_enc.c === RCS file: /cvs/openssl/crypto/evp/evp_enc.c,v retrieving revision 1.28 diff -u -r1.28 evp_enc.c --- e