]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/srp
Fix intermittent sslapitest early data related failures
[thirdparty/openssl.git] / crypto / srp /
2023-09-28  Matt CaswellCopyright year updates
2023-09-08  Bernd EdlingerFix a possible memleak in SRP_VBASE_new
2022-10-20  xkerneladd a check for the return of sk_SRP_gN_new_null()...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-10-28  x2018fix some code with obvious wrong coding style
2021-05-29  Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-04-20  Paulisrp: remove references to EVP_sha1()
2021-04-20  Paulisrp: fix double free,
2021-03-18  Shane LontisAdd ossl_bn_group symbols
2021-02-18  Matt CaswellUpdate copyright year
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-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-13  Matt CaswellFix safestack issues in srp.h
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-03-27  Matt CaswellMake SRP library context aware
2019-11-07  Richard LevitteUpdate source files for pre-3.0 deprecation
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-02-05  Sam RobertsRemove unnecessary trailing whitespace
2019-01-15  Matt CaswellCheck more return values in the SRP code
2019-01-15  Matt CaswellCheck a return value in the SRP code
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-11-15  Antoine SalonMaking SRP_user_pwd functions public
2018-11-15  Antoine SalonAdded SRP_VBASE_add0_user()
2018-11-15  Antoine SalonSRP module documentation
2018-06-12  Richard LevitteMake ck_errf.pl ignore commented out error generation
2018-04-17  Matt CaswellFix a memory leak in an error path
2018-04-13  Matt CaswellAdd support for the SRP base64 alphabet
2018-04-13  Matt CaswellChange SRP functions to use EVP_EncodeUpdate/EVP_Decode...
2018-04-03  Rich SalzSet error code on alloc failures
2018-04-02  Kurt RoeckxUse the private RNG for data that is not public
2018-03-13  Tim Hudsonupdate SRP copyright notice
2017-08-22  Rich SalzRemove custom base64 code.
2017-04-25  Richard LevitteCorrect some badly formated preprocessor lines
2017-02-21  Rich SalzPrevent OOB in SRP base64 code.
2016-10-01  Dr. Stephen HensonSRP code tidy.
2016-09-14  Matt CaswellAdd some sanity checks around usage of t_fromb64()
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-04-28  FdaSilvaYYvarious spelling fixes
2016-04-20  Richard LevitteRemove --classic build entirely
2016-04-04  Rich SalzRevert "various spelling fixes"
2016-04-04  FdaSilvaYYvarious spelling fixes
2016-03-21  Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-10  Matt CaswellMark SRP_VBASE_get_by_user() as deprecated
2016-02-25  Emilia KasperCVE-2016-0798: avoid memory leak in SRP
2016-02-20  Richard LevitteAlways build library object files with shared library...
2016-02-18  Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-12  Richard LevitteRename INSTALL_PREFIX to DESTDIR, remove option --insta...
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-02-01  Richard Levitteunified build scheme: add build.info files
2016-01-29  Rich SalzTemplatize util/domd
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-20  Rich SalzRemove update tags
2016-01-17  Rich SalzRemove some old makefile targets
2016-01-12  Rich SalzMove Makefiles to Makefile.in
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
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-11-26  Matt CaswellFix a NULL deref in an error path
2015-09-21  Matt CaswellFix SRP memory leaks
2015-09-11  Dr. Stephen HensonFix "defined but not used" warnings.
2015-05-22  Richard LevitteFix the update target and remove duplicate file updates
2015-05-14  Richard Levittemake depend
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-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Rich Salzfree cleanup 12
2015-04-28  Rich Salzremove malloc casts
2015-03-31  Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31  Richard LevitteStop symlinking, move files to intended directory
2015-03-25  Rich Salzfree NULL cleanup
2015-03-25  Matt CaswellRAND_bytes updates
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-11-28  Rich SalzRemove all .cvsignore files
2014-11-16  Mike BlandRemove redundant test targets outside of test/
2014-08-06  Dr. Stephen HensonFix SRP buffer overrun vulnerability.
2014-06-29  Ben LaurieConstification - mostly originally from Chromium.
2014-05-05  Tim Hudson- fix coverity issues 966593-966596
2013-11-12  Andy Polyakovsrp/srp_grps.h: make it Compaq C-friendly.
2013-02-26  Ben LaurieMissing files target.
2012-06-03  Ben LaurieVersion skew reduction: trivia (I hope).
2012-02-23  Dr. Stephen HensonPR: 2727
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.