Re: EVP incompatibility from 0.9.6 to 0.9.7

2002-04-22 Thread James Yonan
> > The EVP interface has been changed between 0.9.6 and 0.9.7 in an > > incompatible way. We are aware of problems caused by this change > > and there is currently an internal discussion going on how > > to handle the situation, including the option to revert to the > > old behavior. > > In any c

Re: EVP incompatibility from 0.9.6 to 0.9.7

2002-04-20 Thread Ben Laurie
Lutz Jaenicke wrote: > > On Fri, Apr 19, 2002 at 05:01:02AM -0600, James Yonan wrote: > > The following program succeeds on 0.9.6 but > > fails on 0.9.7. It tests the feature of > > calling EVP_CipherInit once to build > > a key schedule, then cycling through > > calls to EVP_CipherInit, EVP_Cip

Re: EVP incompatibility from 0.9.6 to 0.9.7

2002-04-19 Thread Lutz Jaenicke
On Fri, Apr 19, 2002 at 05:01:02AM -0600, James Yonan wrote: > The following program succeeds on 0.9.6 but > fails on 0.9.7. It tests the feature of > calling EVP_CipherInit once to build > a key schedule, then cycling through > calls to EVP_CipherInit, EVP_CipherUpdate, > and EVP_CipherFinal to