summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/srp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-172-26/+26
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* we don't use these files for buildingtedu2014-04-151-74/+0
|
* No licence.miod2014-04-151-162/+0
|
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-24/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* Import OpenSSL 1.0.1gmiod2014-04-133-417/+422
|
* import OpenSSL-1.0.1cdjm2012-10-137-0/+2046