summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/srp/srp_vfy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove SRP code. It contains a bug (this should not surprise anyone), buttedu2014-07-281-663/+0
* Kill a bunch more BUF_strdup's - these are converted to have a check forbeck2014-07-221-3/+4
* 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-111-5/+6
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* 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-291-2/+2
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-20/+20
* Import OpenSSL 1.0.1gmiod2014-04-131-2/+3
* import OpenSSL-1.0.1cdjm2012-10-131-0/+657