aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/modes/wrap128.c
Commit message (Expand)AuthorAgeFilesLines
* 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