summaryrefslogtreecommitdiffstats
path: root/NEWS.md (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-18Implement a replacement for SSL_set_tmp_dh()Matt Caswell7-88/+102
2020-11-18Remove deprecated functionality from s_serverMatt Caswell1-2/+15
2020-11-18Disable the DHParameters config option in a no-deprecated buildMatt Caswell1-2/+3
2020-11-18Remove DH usage from tls_process_cke_dheMatt Caswell1-12/+1
2020-11-18Remove DH usage in tls_construct_server_key_exchange()Matt Caswell1-18/+22
2020-11-18Avoid the use of a DH object in tls_construct_cke_dhe()Matt Caswell1-21/+27
2020-11-18Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell6-34/+49
2020-11-18Convert TLS ServerKeyExchange processing to use an EVP_PKEYMatt Caswell1-39/+33
2020-11-18Convert TLS auto DH parameters to use EVP_PKEYMatt Caswell3-26/+34
2020-11-18DOC: Rewrite the section on reporting errors in doc/man3/ERR_put_error.podRichard Levitte1-20/+85
2020-11-18CONF: Convert one last CONFerr() to ERR_raise()Richard Levitte1-1/+1
2020-11-18Simplify util/err-to-raiseRichard Levitte1-45/+4
2020-11-18Really deprecate the old NAMEerr() macrosRichard Levitte1-1/+1
2020-11-17util/find-doc-nits: check podchecker() return valueRichard Levitte1-1/+2
2020-11-17util/mkrc.pl: Make sure FILEVERSION and PRODUCTVERSION have four numbersRichard Levitte1-2/+4
2020-11-17NetBSD build fix.David Carlier1-2/+3
2020-11-16DOC: Fixup the description of the -x509_strict optionRichard Levitte1-16/+48
2020-11-16Fix dsa securitycheck for fips.Shane Lontis4-15/+14
2020-11-16Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEYShane Lontis2-3/+47
2020-11-16Fixup EVP-MAC-KMAC documentationShane Lontis1-3/+70
2020-11-16REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius2-2/+2