]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/tls_srp.c
OPENSSL_s390xcap.pod: list msa9 facility bit (155)
[thirdparty/openssl.git] / ssl / tls_srp.c
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-02  Kurt RoeckxUse the private RNG for data that is not public
2018-03-19  Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-13  Tim Hudsonupdate SRP copyright notice
2017-12-04  Matt CaswellConvert remaining functions in statem_clnt.c to use...
2017-12-04  Matt CaswellConvert the state machine code to use SSLfatal()
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-03  Rich SalzAdd a DRBG to each SSL object
2017-06-08  Diego Santa CruzUse memset to clear SRP_CTX instead of NULL and zero...
2017-06-08  Diego Santa CruzMake SRP_CTX.info ownership and lifetime be the same...
2016-08-18  Emilia KasperIndent ssl/
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-17  Matt CaswellRemove an NULL ptr deref in an error path
2015-06-29  Dr. Stephen HensonUse single master secret generation function.
2015-05-15  Rich SalzUse #error in openssl/srp.h
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Rich Salzfree cleanup almost the finale
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-08-06  Dr. Stephen HensonCheck SRP parameters early.
2011-12-14  Dr. Stephen HensonPR: 1794
2011-11-25  Dr. Stephen HensonPR: 1794
2011-04-11  Dr. Stephen HensonReorder headers to get definitions before they are...
2011-03-12  Dr. Stephen HensonFix warnings: signed/unisgned comparison, shadowing...
2011-03-12  Ben LaurieAdd SRP support.