summaryrefslogtreecommitdiffstats
path: root/crypto/modes/wrap128.c
AgeCommit message (Expand)Author
2018-06-20Update copyright yearMatt Caswell
2018-05-30Reduce minimal out length in CRYPTO_128_unwrap_padYihong Wang
2016-05-17Copyright consolidation 06/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-03-20CRYPTO_128_unwrap(): Fix refactoring damageRichard Godbee
2015-03-20wrap128.c: Fix Doxygen commentsRichard Godbee
2015-03-17Fix unintended sign extensionMatt Caswell
2015-03-13Fix key wrapping mode with padding to conform to RFC 5649.Petr Spacek
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-07-18RFC 5649 support.Dr. Stephen Henson
2014-07-17Sanity check lengths for AES wrap algorithm.Dr. Stephen Henson
2013-07-17EVP support for wrapping algorithms.Dr. Stephen Henson