Check return code of EVP_CipherInit() in PKCS#12 code.
[oweals/openssl.git] / crypto / aes / aes_cfb.c
2004-11-01 Richard LevitteMake sure memmove() is defined, even on SunOS 4.1.4.
2004-05-11 Ben LauriePull FIPS back into stable.
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-01-28 Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2003-08-11 Richard LevitteA new branch for FIPS-related changes has been created...
2003-07-29 Ben LaurieAES CFB8.
2003-07-29 Ben LaurieWorking CFB1 and test vectors.
2003-07-28 Ben LaurieAdd support for partial CFB modes, make tests work...
2003-07-27 Ben LaurieAdd untested CFB-r mode. Will be tested soon.
2002-11-13 Bodo Möllerdisable weird assert()s
2002-11-13 Bodo Möllerdisable weird assert()s
2002-05-31 Richard LevitteIn CFB mode, the iv is always encrypted.
2002-05-31 Richard LevitteIn CFB mode, the iv is always encrypted.
2002-02-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-16 Richard LevitteAdd the modes OFB128, CFB128 and CTR128 to AES.