summaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-04-22 13:12:45 +0200
committerMatt Caswell <matt@openssl.org>2020-04-23 13:15:16 +0100
commite7774c287c9a4cd9bab461eb878d269f94c52cd5 (patch)
treef4e81bbc81244ef9ceeec7b144801a62a2019201 /NEWS.md
parent32a5dc9efe9cd3534957e716ba14025038215eeb (diff)
Add info on the CMP implementation and HTTP client to NEWS.md and CHANGES.md
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11608)
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 9f18f416f8..59081b0cdd 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -33,6 +33,12 @@ OpenSSL 3.0
authenticate servers or clients.
* enable-crypto-mdebug and enable-crypto-mdebug-backtrace were mostly
disabled; the project uses address sanitize/leak-detect instead.
+ * Added a Certificate Management Protocol (CMP, RFC 4210) implementation
+ also covering CRMF (RFC 4211) and HTTP transfer (RFC 6712).
+ It is part of the crypto lib, while a 'cmp' app using it is in preparation.
+ All widely used CMP features are supported for both clients and servers.
+ * Added a proper HTTP(S) client to libcrypto supporting GET and POST,
+ redirection, plain and ASN.1-encoded contents, proxies, and timeouts.
* Added OSSL_SERIALIZER, a generic serializer API.
* Added OSSL_PARAM_BLD, an easier to use API to OSSL_PARAM.
* Added error raising macros, ERR_raise() and ERR_raise_data().