Fix CFB and OFB modes in eng_padlock.c. Engine was consistent with itself,
authorAndy Polyakov <appro@openssl.org>
Wed, 28 Dec 2005 16:16:56 +0000 (16:16 +0000)
committerAndy Polyakov <appro@openssl.org>
Wed, 28 Dec 2005 16:16:56 +0000 (16:16 +0000)
commit34b537ee66eb7d327ff04121ccb7b9cc6b07ab3e
tree46a7c1387083b44f9434293d1dcbb1a4ec20e1f4
parent7a5dbeb7825159d47c3f39e86ade38465687704e
Fix CFB and OFB modes in eng_padlock.c. Engine was consistent with itself,
but not interoperable with the rest of the world. test_padlock script is
added mostly for reference.
crypto/engine/eng_padlock.c
test/test_padlock [new file with mode: 0755]