>       From: owner-openssl-us...@openssl.org On Behalf Of Wim Meganck
>       Sent: Tuesday, 14 September, 2010 07:59

>       I've made a test program. <was attachment>

>       I have an unstable output with keys/data in the magic option.

>       With other data/keys the output is stable (doc option).

>       Does someone has a reason for it?

Several bytes of the key values you use for type==MAGIC 
don't have odd parity, so DES_set_key_checked returns 
an error (which you didn't check for) and doesn't set 
the key schedules; instead you use whatever happens 
to be in memory, which may well be garbage.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to