aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/srp
Commit message (Expand)AuthorAgeFilesLines
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-282-2/+2
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-1/+1
* Check more return values in the SRP codeMatt Caswell2019-01-152-4/+19
* Check a return value in the SRP codeMatt Caswell2019-01-151-0/+2
* Following the license change, modify the boilerplates in crypto/srp/Richard Levitte2018-12-062-2/+2
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* Making SRP_user_pwd functions publicAntoine Salon2018-11-151-11/+15
* Added SRP_VBASE_add0_user()Antoine Salon2018-11-151-0/+7
* SRP module documentationAntoine Salon2018-11-152-9/+14
* Make ck_errf.pl ignore commented out error generationRichard Levitte2018-06-121-1/+1
* Fix a memory leak in an error pathMatt Caswell2018-04-171-8/+14
* Add support for the SRP base64 alphabetMatt Caswell2018-04-131-6/+95
* Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functionsMatt Caswell2018-04-131-5/+37
* Set error code on alloc failuresRich Salz2018-04-031-2/+6
* Use the private RNG for data that is not publicKurt Roeckx2018-04-021-1/+1
* update SRP copyright noticeTim Hudson2018-03-132-2/+10
* Remove custom base64 code.Rich Salz2017-08-221-106/+6
* Correct some badly formated preprocessor linesRichard Levitte2017-04-251-2/+2
* Prevent OOB in SRP base64 code.Rich Salz2017-02-211-2/+5
* SRP code tidy.Dr. Stephen Henson2016-10-011-69/+17
* Add some sanity checks around usage of t_fromb64()Matt Caswell2016-09-141-9/+27
* Fix mem leak on error pathMatt Caswell2016-08-231-2/+4
* Fix mem leak on error pathMatt Caswell2016-08-231-1/+3
* Fix mem leak on error pathMatt Caswell2016-08-231-2/+2
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-152-23/+32
* constify SRPMatt Caswell2016-06-182-26/+28
* Fix error return value in SRP functionsMatt Caswell2016-05-231-8/+13
* Fix SRP client key computationCynh2016-05-181-2/+2
* Copyright consolidation 05/10Rich Salz2016-05-172-110/+12
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-39/+0
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Mark SRP_VBASE_get_by_user() as deprecatedMatt Caswell2016-03-101-0/+2
* CVE-2016-0798: avoid memory leak in SRPEmilia Kasper2016-02-251-5/+53
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte2016-02-121-1/+1
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+2
* Templatize util/domdRich Salz2016-01-291-4/+1
* Remove /* foo.c */ commentsRich Salz2016-01-262-2/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-84/+59
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-5/+5
* Fix clang complaints about uninitialised variables.Richard Levitte2015-12-071-2/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-072-9/+9