aboutsummaryrefslogtreecommitdiff
path: root/crypto/srp
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/srp/Richard Levitte2-2/+2
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2018-11-15Making SRP_user_pwd functions publicAntoine Salon1-11/+15
2018-11-15Added SRP_VBASE_add0_user()Antoine Salon1-0/+7
2018-11-15SRP module documentationAntoine Salon2-9/+14
2018-06-12Make ck_errf.pl ignore commented out error generationRichard Levitte1-1/+1
2018-04-17Fix a memory leak in an error pathMatt Caswell1-8/+14
2018-04-13Add support for the SRP base64 alphabetMatt Caswell1-6/+95
2018-04-13Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functionsMatt Caswell1-5/+37
2018-04-03Set error code on alloc failuresRich Salz1-2/+6
2018-04-02Use the private RNG for data that is not publicKurt Roeckx1-1/+1
2018-03-13update SRP copyright noticeTim Hudson2-2/+10
2017-08-22Remove custom base64 code.Rich Salz1-106/+6
2017-04-25Correct some badly formated preprocessor linesRichard Levitte1-2/+2
2017-02-21Prevent OOB in SRP base64 code.Rich Salz1-2/+5
2016-10-01SRP code tidy.Dr. Stephen Henson1-69/+17
2016-09-14Add some sanity checks around usage of t_fromb64()Matt Caswell1-9/+27
2016-08-23Fix mem leak on error pathMatt Caswell1-2/+4
2016-08-23Fix mem leak on error pathMatt Caswell1-1/+3
2016-08-23Fix mem leak on error pathMatt Caswell1-2/+2
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson2-23/+32
2016-06-18constify SRPMatt Caswell2-26/+28
2016-05-23Fix error return value in SRP functionsMatt Caswell1-8/+13
2016-05-18Fix SRP client key computationCynh1-2/+2
2016-05-17Copyright consolidation 05/10Rich Salz2-110/+12
2016-04-28various spelling fixesFdaSilvaYY1-1/+1
2016-04-20Remove --classic build entirelyRichard Levitte1-39/+0
2016-04-04Revert "various spelling fixes"Rich Salz1-1/+1
2016-04-04various spelling fixesFdaSilvaYY1-1/+1
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-10Mark SRP_VBASE_get_by_user() as deprecatedMatt Caswell1-0/+2
2016-02-25CVE-2016-0798: avoid memory leak in SRPEmilia Kasper1-5/+53
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte1-1/+1
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+2
2016-01-29Templatize util/domdRich Salz1-4/+1
2016-01-26Remove /* foo.c */ commentsRich Salz2-2/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-84/+59
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-5/+5
2015-12-07Fix clang complaints about uninitialised variables.Richard Levitte1-2/+2
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2-9/+9
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2-47/+64
2015-11-26Fix a NULL deref in an error pathMatt Caswell1-1/+1
2015-09-21Fix SRP memory leaksMatt Caswell1-9/+24
2015-09-11Fix "defined but not used" warnings.Dr. Stephen Henson1-0/+12
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2