aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/modes/wrap128.c
Commit message (Expand)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in crypto/modes/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-06-201-1/+1
* Reduce minimal out length in CRYPTO_128_unwrap_padYihong Wang2018-05-301-6/+8
* Copyright consolidation 06/10Rich Salz2016-05-171-50/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* CRYPTO_128_unwrap(): Fix refactoring damageRichard Godbee2015-03-201-5/+5
* wrap128.c: Fix Doxygen commentsRichard Godbee2015-03-201-19/+20
* Fix unintended sign extensionMatt Caswell2015-03-171-1/+4
* Fix key wrapping mode with padding to conform to RFC 5649.Petr Spacek2015-03-131-2/+7
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-204/+198
* RFC 5649 support.Dr. Stephen Henson2014-07-181-9/+241
* Sanity check lengths for AES wrap algorithm.Dr. Stephen Henson2014-07-171-1/+1
* EVP support for wrapping algorithms.Dr. Stephen Henson2013-07-171-0/+140