]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/srp/srp_vfy.c
Remove /* foo.c */ comments
[thirdparty/openssl.git] / crypto / srp / srp_vfy.c
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
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-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-04-30  Rich Salzfree cleanup 12
2015-04-28  Rich Salzremove malloc casts
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-06-29  Ben LaurieConstification - mostly originally from Chromium.
2014-05-05  Tim Hudson- fix coverity issues 966593-966596
2012-06-03  Ben LaurieVersion skew reduction: trivia (I hope).
2011-03-12  Dr. Stephen HensonFix warnings: signed/unisgned comparison, shadowing...
2011-03-12  Ben LaurieAdd SRP support.