summaryrefslogtreecommitdiff
path: root/ssl/tls_srp.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-2/+2
* Coverity 1507484: dereference before null checkPauli2022-08-011-2/+2
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-67/+121
* ssl/tls_srp.c: Add check for BN_dupJiasheng Jiang2022-07-081-1/+1
* Fix check of dtls1_process_recordPeiwei Hu2022-05-261-2/+2
* ssl: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-2/+2
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-121-7/+64
* Deprecate the low level SRP APIsMatt Caswell2021-02-121-0/+3
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-19/+9
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-3/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Update libssl to use the new library context aware SRP functionsMatt Caswell2020-03-271-12/+18
* Replace BUF_ string function calls with OPENSSL_ onesRich Salz2019-10-171-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Use the private RNG for data that is not publicKurt Roeckx2018-04-021-2/+2
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-2/+2
* update SRP copyright noticeTim Hudson2018-03-131-1/+5
* Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell2017-12-041-18/+36
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-1/+5
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-4/+4
* Add a DRBG to each SSL objectRich Salz2017-08-031-2/+2
* Use memset to clear SRP_CTX instead of NULL and zero assignmentsDiego Santa Cruz2017-06-081-59/+7
* Make SRP_CTX.info ownership and lifetime be the same as SRP_CTX.login.Diego Santa Cruz2017-06-081-2/+15
* Indent ssl/Emilia Kasper2016-08-181-5/+3
* Copyright consolidation 01/10Rich Salz2016-05-171-55/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Remove an NULL ptr deref in an error pathMatt Caswell2015-11-171-1/+2
* Use single master secret generation function.Dr. Stephen Henson2015-06-291-9/+4
* Use #error in openssl/srp.hRich Salz2015-05-151-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-14/+9
* free NULL cleanup 7Rich Salz2015-04-301-8/+4
* free cleanup almost the finaleRich Salz2015-04-301-14/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-432/+441
* Check SRP parameters early.Dr. Stephen Henson2014-08-061-9/+34
* PR: 1794Dr. Stephen Henson2011-12-141-22/+1
* PR: 1794Dr. Stephen Henson2011-11-251-1/+1
* Reorder headers to get definitions before they are used.Dr. Stephen Henson2011-04-111-2/+4
* Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson2011-03-121-4/+4
* Add SRP support.Ben Laurie2011-03-121-0/+529