summaryrefslogtreecommitdiffstats
path: root/crypto/srp
AgeCommit message (Expand)Author
2016-08-23Fix mem leak on error pathMatt Caswell
2016-08-23Fix mem leak on error pathMatt Caswell
2016-08-23Fix mem leak on error pathMatt Caswell
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-06-18constify SRPMatt Caswell
2016-05-23Fix error return value in SRP functionsMatt Caswell
2016-05-18Fix SRP client key computationCynh
2016-05-17Copyright consolidation 05/10Rich Salz
2016-04-28various spelling fixesFdaSilvaYY
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-10Mark SRP_VBASE_get_by_user() as deprecatedMatt Caswell
2016-02-25CVE-2016-0798: avoid memory leak in SRPEmilia Kasper
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-07Fix clang complaints about uninitialised variables.Richard Levitte
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-26Fix a NULL deref in an error pathMatt Caswell
2015-09-21Fix SRP memory leaksMatt Caswell
2015-09-11Fix "defined but not used" warnings.Dr. Stephen Henson
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-14make dependRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup 12Rich Salz
2015-04-28remove malloc castsRich Salz
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-25free NULL cleanupRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Implement internally opaque bn access from srpMatt Caswell
2014-11-28Remove all .cvsignore filesRich Salz
2014-11-16Remove redundant test targets outside of test/Mike Bland
2014-08-06Fix SRP buffer overrun vulnerability.Dr. Stephen Henson