> > >> des_xcbc_encrypt encrypt error
> 
> > If his normal or a known error?
> 
> It seems this always happens (on Intel).
                                ^^^^^^^^ not true.
> It just went unnoticed because
> destest didn't return an error.
> 
> Now, is the implementation wrong, or the test data?
It started to complain since Bodo has fixed parity bits in cbc2_key in
http://www.openssl.org/source/cvs/exp/crypto/des/destest.c?rev=1.16. The
catch is that the cbc2_key is passed to des_xcbc_encrypt as (what is
called) whitening key when all 64 bits are used. It naturally broke the
test. The solution is to fix up xcbc_ok or resurrect the pre-1.16
cbc2_key as xcbc2_key or whatever. I'll fix up xcbc_ok during the day...
Andy.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to