summaryrefslogtreecommitdiffstats
path: root/ssl/tls_srp.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-08-01Coverity 1507484: dereference before null checkPauli
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2022-07-08ssl/tls_srp.c: Add check for BN_dupJiasheng Jiang
2022-05-26Fix check of dtls1_process_recordPeiwei Hu
2021-05-29ssl: add zero strenght arguments to BN and RAND RNG callsPauli
2021-02-18Update copyright yearMatt Caswell
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell
2021-02-12Deprecate the low level SRP APIsMatt Caswell
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-03-27Update libssl to use the new library context aware SRP functionsMatt Caswell
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-04-02Use the private RNG for data that is not publicKurt Roeckx
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-13update SRP copyright noticeTim Hudson
2017-12-04Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-06-08Use memset to clear SRP_CTX instead of NULL and zero assignmentsDiego Santa Cruz
2017-06-08Make SRP_CTX.info ownership and lifetime be the same as SRP_CTX.login.Diego Santa Cruz
2016-08-18Indent ssl/Emilia Kasper
2016-05-17Copyright consolidation 01/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-11-17Remove an NULL ptr deref in an error pathMatt Caswell
2015-06-29Use single master secret generation function.Dr. Stephen Henson
2015-05-15Use #error in openssl/srp.hRich Salz
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-06Check SRP parameters early.Dr. Stephen Henson
2011-12-14PR: 1794Dr. Stephen Henson
2011-11-25PR: 1794Dr. Stephen Henson
2011-04-11Reorder headers to get definitions before they are used.Dr. Stephen Henson
2011-03-12Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson
2011-03-12Add SRP support.Ben Laurie