summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/srp/srp_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove SRP code. It contains a bug (this should not surprise anyone), buttedu2014-07-281-376/+0
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+5
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* 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-121-1/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-1/+1
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-3/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-6/+6
* Import OpenSSL 1.0.1gmiod2014-04-131-7/+11
* import OpenSSL-1.0.1cdjm2012-10-131-0/+357