summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/srp (follow)
Commit message (Expand)AuthorAgeFilesLines
* The bell tolls for BUF_strdup - Start the migration to usingbeck2014-07-131-4/+4
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-112-9/+11
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-103-3/+11
* Make sure srp_Calc_k() digest operations are checked for error; frommiod2014-07-101-9/+17
* Make sure SRP_Calc_client_key() returns NULL instead of a pristine BN_new()miod2014-07-101-4/+9
* tags as requested by miod and teduderaadt2014-06-125-4/+5
* malloc() result does not need a cast.deraadt2014-06-071-3/+3
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-292-3/+3
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-3/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-172-26/+26
* 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
* Import OpenSSL 1.0.1gmiod2014-04-133-417/+422
* import OpenSSL-1.0.1cdjm2012-10-137-0/+2046