| Commit message (Expand) | Author | Files | Lines |
2020-11-18 | Implement a replacement for SSL_set_tmp_dh() | Matt Caswell | 7 | -88/+102 |
2020-11-18 | Remove deprecated functionality from s_server | Matt Caswell | 1 | -2/+15 |
2020-11-18 | Disable the DHParameters config option in a no-deprecated build | Matt Caswell | 1 | -2/+3 |
2020-11-18 | Remove DH usage from tls_process_cke_dhe | Matt Caswell | 1 | -12/+1 |
2020-11-18 | Remove DH usage in tls_construct_server_key_exchange() | Matt Caswell | 1 | -18/+22 |
2020-11-18 | Avoid the use of a DH object in tls_construct_cke_dhe() | Matt Caswell | 1 | -21/+27 |
2020-11-18 | Deprecate SSL_CTRL_SET_TMP_DH and other related ctrls | Matt Caswell | 6 | -34/+49 |
2020-11-18 | Convert TLS ServerKeyExchange processing to use an EVP_PKEY | Matt Caswell | 1 | -39/+33 |
2020-11-18 | Convert TLS auto DH parameters to use EVP_PKEY | Matt Caswell | 3 | -26/+34 |
2020-11-18 | DOC: Rewrite the section on reporting errors in doc/man3/ERR_put_error.pod | Richard Levitte | 1 | -20/+85 |
2020-11-18 | CONF: Convert one last CONFerr() to ERR_raise() | Richard Levitte | 1 | -1/+1 |
2020-11-18 | Simplify util/err-to-raise | Richard Levitte | 1 | -45/+4 |
2020-11-18 | Really deprecate the old NAMEerr() macros | Richard Levitte | 1 | -1/+1 |
2020-11-17 | util/find-doc-nits: check podchecker() return value | Richard Levitte | 1 | -1/+2 |
2020-11-17 | util/mkrc.pl: Make sure FILEVERSION and PRODUCTVERSION have four numbers | Richard Levitte | 1 | -2/+4 |
2020-11-17 | NetBSD build fix. | David Carlier | 1 | -2/+3 |
2020-11-16 | DOC: Fixup the description of the -x509_strict option | Richard Levitte | 1 | -16/+48 |
2020-11-16 | Fix dsa securitycheck for fips. | Shane Lontis | 4 | -15/+14 |
2020-11-16 | Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEY | Shane Lontis | 2 | -3/+47 |
2020-11-16 | Fixup EVP-MAC-KMAC documentation | Shane Lontis | 1 | -3/+70 |
2020-11-16 | REF_PRINT: cast pointer to void to avoid warnings | Daniel Bevenius | 2 | -2/+2 |