[openssl.org #1318] [PATCH] AES-CFB1 and DES-CFB1 mode only encrypts 1/8th of the source

2006-04-18 Thread Michael McDougall
(re-sending from since the first message seems to be dropped, maybe because I sent from an email account that wasn't subscribed.) Kyle Hamilaton wrote: > OpenSSL's site has already been notified to the US authorities as the > repository for the project. This means that US citizens may submit >

[openssl.org #1318] AES-CFB1 and DES-CFB1 mode only encrypts 1/8th of the source

2006-04-16 Thread Michael McDougall via RT
AES-CFB1 and DES-CFB1 mode only encrypts 1/8th of the source file. To reproduce, run the following commands: echo I Love OpenSSL so much. > test.txt openssl enc -in test.txt -out test.encssl -K 0123456789abcdef0123456789abcdef -iv openssl enc -in test.encssl -K