summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes/aes_wrap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-98/+88
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* import OpenSSL 1.0.0edjm2011-11-031-6/+6
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+259