aboutsummaryrefslogtreecommitdiff
path: root/crypto/srp
AgeCommit message (Expand)AuthorFilesLines
2023-09-19Copyright year updatesRichard Levitte1-1/+1
2023-09-08Fix a possible memleak in SRP_VBASE_newBernd Edlinger1-0/+1
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli1-2/+2
2021-04-21srp: remove references to EVP_sha1()Pauli1-3/+10
2021-04-21srp: fix double free,Pauli1-5/+6
2021-03-18Add ossl_bn_group symbolsShane Lontis1-7/+7
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-12Deprecate the low level SRP APIsMatt Caswell2-0/+6
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-20Ensure SRP BN_mod_exp follows the constant time pathMatt Caswell1-3/+8
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-1/+1
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2-8/+9
2020-09-13Fix safestack issues in srp.hMatt Caswell1-4/+0
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+4
2020-04-23Update copyright yearMatt Caswell2-2/+2
2020-03-27Make SRP library context awareMatt Caswell2-28/+83
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte1-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre2-2/+2
2019-02-05Remove unnecessary trailing whitespaceSam Roberts1-1/+1
2019-01-15Check more return values in the SRP codeMatt Caswell2-4/+19
2019-01-15Check a return value in the SRP codeMatt Caswell1-0/+2
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