summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/srp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-3/+1
| | | | | | | | Also check for _LP64 rather than __arch64__ (the former being more reliable than __LP64__ or __arch64__) to tell 64-bit int platforms apart from 32-bit int platforms. Loosely based upon a diff from Martijn van Duren on tech@
* 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