diff options
author | Rich Salz <rsalz@akamai.com> | 2019-07-10 22:22:12 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-07-17 14:48:06 +0200 |
commit | e7aa7c11c71e84b2d6c06b1c81d130e8c1fba296 (patch) | |
tree | 78fdf15ffe34aea243fa53fd2bb389653dc4bde6 /CHANGES | |
parent | Fix the return value for SSL_get0_chain_certs() (diff) | |
download | openssl-e7aa7c11c71e84b2d6c06b1c81d130e8c1fba296.tar.xz openssl-e7aa7c11c71e84b2d6c06b1c81d130e8c1fba296.zip |
Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}
They were only used for recursive ASN1 parsing.
Even if the internal memory-debugging facility remains,
this simplification seems worthwhile.
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9342)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,6 +9,10 @@ Changes between 1.1.1 and 3.0.0 [xx XXX xxxx] + *) {CRYPTO,OPENSSL}_mem_debug_{push,pop} are now no-ops and have been + deprecated. + [Rich Salz] + *) A new type, EVP_KEYEXCH, has been introduced to represent key exchange algorithms. An implementation of a key exchange algorithm can be obtained by using the function EVP_KEYEXCH_fetch(). An EVP_KEYEXCH algorithm can be @@ -22,7 +26,6 @@ *) Removed the function names from error messages and deprecated the xxx_F_xxx define's. - [Rich Salz] *) Removed NextStep support and the macro OPENSSL_UNISTD [Rich Salz] |