summaryrefslogtreecommitdiff
path: root/lib/libcrypto/srp
AgeCommit message (Expand)Author
2014-07-13The bell tolls for BUF_strdup - Start the migration to usingBob Beck
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-10Make sure srp_Calc_k() digest operations are checked for error; fromMiod Vallat
2014-07-10Make sure SRP_Calc_client_key() returns NULL instead of a pristine BN_new()Miod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-05-29convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53Theo de Raadt
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.Miod Vallat
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-15we don't use these files for buildingTed Unangst
2014-04-15No licence.Miod Vallat
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2012-10-13import OpenSSL-1.0.1cDamien Miller