summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_allc.c
AgeCommit message (Expand)Author
2020-11-05Update copyright yearMatt Caswell
2020-10-22Remove EVP_aes_(128|192|256)_siv functionsPauli
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-12Add RFC5297 AES-SIV supportTodd Short
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2016-05-17Copyright consolidation 04/10Rich Salz
2016-04-29Add aliases for des-ede-ecb and des-ede3-ecb ciphers.Kirill Marinushkin
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-10evp/c_allc.c: wire ChaCha20-Poly1305 and add tests.Andy Polyakov
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
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