summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_allc.c
AgeCommit message (Expand)Author
2015-02-11Add Camellia CTR mode.Andy Polyakov
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Added OPENSSL_NO_OCB guardsMatt Caswell
2014-12-08Add EVP support for OCB modeMatt Caswell
2014-07-18RFC 5649 support.Dr. Stephen Henson
2013-07-17EVP support for wrapping algorithms.Dr. Stephen Henson
2013-05-13Add AES-SHA256 stitch.Andy Polyakov
2013-03-06Add CCM ciphers to tables.Dr. Stephen Henson
2013-02-06e_aes_cbc_hmac_sha1.c: address the CBC decrypt timing issues.Andy Polyakov
2013-02-06Make CBC decoding constant time.Ben Laurie
2011-10-18c_allc.c: add aes-xts to loop.Andy Polyakov
2011-08-23Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.Andy Polyakov
2011-08-03Expand range of ctrls for AES GCM to support retrieval and setting ofDr. Stephen Henson
2010-02-23Add AES counter mode to EVP.Andy Polyakov
2009-12-25Traditional Yuletide commit ;-)Dr. Stephen Henson
2007-04-23Add SEED encryption algorithm.Bodo Möller
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-05-15Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.Dr. Stephen Henson
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte
2002-05-31Declare the CFB and OFB modes for AES, and prepare for a declarationRichard Levitte
2002-02-20Add comfy aliases for AES in CBC mode.Richard Levitte
2001-08-18Add first cut symmetric crypto support.Ben Laurie
2001-07-21Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-07Fix AES code.Dr. Stephen Henson
2001-02-06Rijdael CBC mode and partial undebugged SSL support.Ben Laurie
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte
2000-02-23Add PBE algorithms with ciphers, not digests.Dr. Stephen Henson
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson