summaryrefslogtreecommitdiffstats
path: root/crypto/srp
AgeCommit message (Expand)Author
2021-08-24Update copyright yearMatt Caswell
2021-04-21srp: fix double free,Pauli
2021-02-16Update copyright yearMatt Caswell
2021-01-20Ensure SRP BN_mod_exp follows the constant time pathMatt Caswell
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-02-26Update copyright yearMatt Caswell
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-01-15Check more return values in the SRP codeMatt Caswell
2019-01-15Check a return value in the SRP codeMatt Caswell
2018-06-12Make ck_errf.pl ignore commented out error generationRichard Levitte
2018-04-17Fix a memory leak in an error pathMatt Caswell
2018-04-13Add support for the SRP base64 alphabetMatt Caswell
2018-04-13Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functionsMatt Caswell
2018-04-03Set error code on alloc failuresRich Salz
2018-04-02Use the private RNG for data that is not publicKurt Roeckx
2018-03-13update SRP copyright noticeTim Hudson
2017-08-22Remove custom base64 code.Rich Salz
2017-04-25Correct some badly formated preprocessor linesRichard Levitte
2017-02-21Prevent OOB in SRP base64 code.Rich Salz
2016-10-01SRP code tidy.Dr. Stephen Henson
2016-09-14Add some sanity checks around usage of t_fromb64()Matt Caswell
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