summaryrefslogtreecommitdiffstats
path: root/crypto/srp
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-13Fix safestack issues in srp.hMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-27Make SRP library context awareMatt Caswell
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
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-12-06Following the license change, modify the boilerplates in crypto/srp/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-11-15Making SRP_user_pwd functions publicAntoine Salon
2018-11-15Added SRP_VBASE_add0_user()Antoine Salon
2018-11-15SRP module documentationAntoine Salon
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