| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop raising ERR_R_MALLOC_FAILURE in most places | Richard Levitte | 2022-10-05 | 1 | -2/+2 |
* | Coverity 1507484: dereference before null check | Pauli | 2022-08-01 | 1 | -2/+2 |
* | SSL object refactoring using SSL_CONNECTION object | Tomas Mraz | 2022-07-28 | 1 | -67/+121 |
* | ssl/tls_srp.c: Add check for BN_dup | Jiasheng Jiang | 2022-07-08 | 1 | -1/+1 |
* | Fix check of dtls1_process_record | Peiwei Hu | 2022-05-26 | 1 | -2/+2 |
* | ssl: add zero strenght arguments to BN and RAND RNG calls | Pauli | 2021-05-29 | 1 | -2/+2 |
* | Update copyright year | Matt Caswell | 2021-02-18 | 1 | -1/+1 |
* | Deprecate the libssl level SRP APIs | Matt Caswell | 2021-02-12 | 1 | -7/+64 |
* | Deprecate the low level SRP APIs | Matt Caswell | 2021-02-12 | 1 | -0/+3 |
* | SSL: refactor all SSLfatal() calls | Richard Levitte | 2020-11-11 | 1 | -19/+9 |
* | Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call | Richard Levitte | 2020-11-11 | 1 | -3/+3 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | Update libssl to use the new library context aware SRP functions | Matt Caswell | 2020-03-27 | 1 | -12/+18 |
* | Replace BUF_ string function calls with OPENSSL_ ones | Rich Salz | 2019-10-17 | 1 | -2/+2 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -1/+1 |
* | Following the license change, modify the boilerplates in ssl/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Use the private RNG for data that is not public | Kurt Roeckx | 2018-04-02 | 1 | -2/+2 |
* | Don't use a ssl specific DRBG anymore | Kurt Roeckx | 2018-03-19 | 1 | -2/+2 |
* | update SRP copyright notice | Tim Hudson | 2018-03-13 | 1 | -1/+5 |
* | Convert remaining functions in statem_clnt.c to use SSLfatal() | Matt Caswell | 2017-12-04 | 1 | -18/+36 |
* | Convert the state machine code to use SSLfatal() | Matt Caswell | 2017-12-04 | 1 | -1/+5 |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -1/+1 |
* | Since return is inconsistent, I removed unnecessary parentheses and | KaoruToda | 2017-10-09 | 1 | -4/+4 |
* | Add a DRBG to each SSL object | Rich Salz | 2017-08-03 | 1 | -2/+2 |
* | Use memset to clear SRP_CTX instead of NULL and zero assignments | Diego Santa Cruz | 2017-06-08 | 1 | -59/+7 |
* | Make SRP_CTX.info ownership and lifetime be the same as SRP_CTX.login. | Diego Santa Cruz | 2017-06-08 | 1 | -2/+15 |
* | Indent ssl/ | Emilia Kasper | 2016-08-18 | 1 | -5/+3 |
* | Copyright consolidation 01/10 | Rich Salz | 2016-05-17 | 1 | -55/+5 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | Rename some BUF_xxx to OPENSSL_xxx | Rich Salz | 2015-12-16 | 1 | -1/+1 |
* | Remove an NULL ptr deref in an error path | Matt Caswell | 2015-11-17 | 1 | -1/+2 |
* | Use single master secret generation function. | Dr. Stephen Henson | 2015-06-29 | 1 | -9/+4 |
* | Use #error in openssl/srp.h | Rich Salz | 2015-05-15 | 1 | -1/+1 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 1 | -14/+9 |
* | free NULL cleanup 7 | Rich Salz | 2015-05-01 | 1 | -8/+4 |
* | free cleanup almost the finale | Rich Salz | 2015-04-30 | 1 | -14/+5 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -432/+441 |
* | Check SRP parameters early. | Dr. Stephen Henson | 2014-08-06 | 1 | -9/+34 |
* | PR: 1794 | Dr. Stephen Henson | 2011-12-14 | 1 | -22/+1 |
* | PR: 1794 | Dr. Stephen Henson | 2011-11-25 | 1 | -1/+1 |
* | Reorder headers to get definitions before they are used. | Dr. Stephen Henson | 2011-04-11 | 1 | -2/+4 |
* | Fix warnings: signed/unisgned comparison, shadowing (in some cases global | Dr. Stephen Henson | 2011-03-12 | 1 | -4/+4 |
* | Add SRP support. | Ben Laurie | 2011-03-12 | 1 | -0/+529 |