On Sun, Apr 5, 2009 at 6:19 PM, Dr. Stephen Henson <[email protected]> wrote: > Well it looks like one problem is the key. The default key size is 128 bits > for EVP_bf_cbc() and "Test Key" is 64 bits or 72 bits if you include the final
<bangs head on table> shoot. that's it. forget my 'cannot reproduce, search elsewhere' garbage from this morning. (In fact, you're feeding it 9 defined bytes of key while it needs 16, because you treat it all as strings instead of binary data - which is bad form anyway, but I was thinking 8 bytes instead of 16. Stupid.) -- Met vriendelijke groeten / Best regards, Ger Hobbelt -------------------------------------------------- web: http://www.hobbelt.com/ http://www.hebbut.net/ mail: [email protected] mobile: +31-6-11 120 978 -------------------------------------------------- ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
