diff options
author | Pauli <paul.dale@oracle.com> | 2020-10-22 00:18:38 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-12-17 21:09:54 +0100 |
commit | ea7808143d6880db0cb9eb9cf6694c23958d32b0 (patch) | |
tree | 424a72924610098247aaf441a37a8fcb2b1f27f6 /NEWS.md | |
parent | dsa: provider and library deprecation changes (diff) | |
download | openssl-ea7808143d6880db0cb9eb9cf6694c23958d32b0.tar.xz openssl-ea7808143d6880db0cb9eb9cf6694c23958d32b0.zip |
dsa: add additional deprecated functions to CHANGES entry.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13638)
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ OpenSSL 3.0 ### Major changes between OpenSSL 1.1.1 and OpenSSL 3.0 [under development] + * Deprecated the `DSA_` functions. * Deprecated the `ERR_load_` functions. * Remove the `RAND_DRBG` API. * Deprecated the `ENGINE` API. |