aboutsummaryrefslogtreecommitdiff
path: root/ssl/tls_srp.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-27Update libssl to use the new library context aware SRP functionsMatt Caswell1-12/+18
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz1-2/+2
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte1-1/+1
2018-04-02Use the private RNG for data that is not publicKurt Roeckx1-2/+2
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx1-2/+2
2018-03-13update SRP copyright noticeTim Hudson1-1/+5
2017-12-04Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell1-18/+36
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell1-1/+5
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-4/+4
2017-08-03Add a DRBG to each SSL objectRich Salz1-2/+2
2017-06-08Use memset to clear SRP_CTX instead of NULL and zero assignmentsDiego Santa Cruz1-59/+7
2017-06-08Make SRP_CTX.info ownership and lifetime be the same as SRP_CTX.login.Diego Santa Cruz1-2/+15
2016-08-18Indent ssl/Emilia Kasper1-5/+3
2016-05-17Copyright consolidation 01/10Rich Salz1-55/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-1/+1
2015-11-17Remove an NULL ptr deref in an error pathMatt Caswell1-1/+2
2015-06-29Use single master secret generation function.Dr. Stephen Henson1-9/+4
2015-05-15Use #error in openssl/srp.hRich Salz1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-14/+9
2015-04-30free NULL cleanup 7Rich Salz1-8/+4
2015-04-30free cleanup almost the finaleRich Salz1-14/+5
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-432/+441
2014-08-06Check SRP parameters early.Dr. Stephen Henson1-9/+34
2011-12-14PR: 1794Dr. Stephen Henson1-22/+1
2011-11-25PR: 1794Dr. Stephen Henson1-1/+1
2011-04-11Reorder headers to get definitions before they are used.Dr. Stephen Henson1-2/+4
2011-03-12Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson1-4/+4
2011-03-12Add SRP support.Ben Laurie1-0/+529