summaryrefslogtreecommitdiff
path: root/crypto/srp
Commit message (Expand)AuthorAgeFilesLines
* add a check for the return of sk_SRP_gN_new_null() so that capture the potent...xkernel2022-10-201-1/+4
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-2/+2
* srp: remove references to EVP_sha1()Pauli2021-04-211-3/+10
* srp: fix double free,Pauli2021-04-211-5/+6
* Add ossl_bn_group symbolsShane Lontis2021-03-181-7/+7
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Deprecate the low level SRP APIsMatt Caswell2021-02-122-0/+6
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Ensure SRP BN_mod_exp follows the constant time pathMatt Caswell2021-01-201-3/+8
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-152-8/+9
* Fix safestack issues in srp.hMatt Caswell2020-09-131-4/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Update copyright yearMatt Caswell2020-04-232-2/+2
* Make SRP library context awareMatt Caswell2020-03-272-28/+83
* 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