Be more explicit about RSAES-PKCS#1v1.5 error handling
[openssl.git] / crypto / srp / srp_lib.c
2021-03-18 Shane LontisAdd ossl_bn_group symbols
2021-02-12 Matt CaswellDeprecate the low level SRP APIs
2021-01-28 Richard LevitteUpdate copyright year
2021-01-20 Matt CaswellEnsure SRP BN_mod_exp follows the constant time path
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-04-23 Matt CaswellUpdate copyright year
2020-03-27 Matt CaswellMake SRP library context aware
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-01-15 Matt CaswellCheck more return values in the SRP code
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-15 Antoine SalonSRP module documentation
2018-03-13 Tim Hudsonupdate SRP copyright notice
2016-10-01 Dr. Stephen HensonSRP code tidy.
2016-08-22 Matt CaswellFix mem leak on error path
2016-08-22 Matt CaswellFix mem leak on error path
2016-08-22 Matt CaswellFix mem leak on error path
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-06-18 Matt Caswellconstify SRP
2016-05-23 Matt CaswellFix error return value in SRP functions
2016-05-18 CynhFix SRP client key computation
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-07 Richard LevitteFix clang complaints about uninitialised variables.
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-09-11 Dr. Stephen HensonFix "defined but not used" warnings.
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01 Rich Salzfree NULL cleanup 7
2015-02-03 Rich SalzDead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08 Matt CaswellImplement internally opaque bn access from srp
2014-08-06 Dr. Stephen HensonFix SRP buffer overrun vulnerability.
2013-11-12 Andy Polyakovsrp/srp_grps.h: make it Compaq C-friendly.
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2011-05-29 Andy PolyakovVarious mingw64 fixes.
2011-03-12 Dr. Stephen HensonFix warnings: signed/unisgned comparison, shadowing...
2011-03-12 Ben LaurieAdd SRP support.