diff options
author | slontis <shane.lontis@oracle.com> | 2022-11-16 22:30:14 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2022-11-24 07:39:22 +0100 |
commit | f5060f9b31654d7ca3b015d2b803e17dda760190 (patch) | |
tree | ff9dd2f6ab062c4d169c87626285fb1a22e31018 /doc/man7 | |
parent | Add two new build targets to enable the possibility of using clang-cl as (diff) | |
download | openssl-f5060f9b31654d7ca3b015d2b803e17dda760190.tar.xz openssl-f5060f9b31654d7ca3b015d2b803e17dda760190.zip |
Add HISTORY section to EVP_KEM-EC document.
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19699)
Diffstat (limited to 'doc/man7')
-rw-r--r-- | doc/man7/EVP_KEM-EC.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man7/EVP_KEM-EC.pod b/doc/man7/EVP_KEM-EC.pod index 6e88d1354f..8877d7fb21 100644 --- a/doc/man7/EVP_KEM-EC.pod +++ b/doc/man7/EVP_KEM-EC.pod @@ -66,6 +66,10 @@ L<EVP_KEYMGMT(3)>, L<EVP_PKEY(3)>, L<provider-keymgmt(7)> +=head1 HISTORY + +This functionality was added in OpenSSL 3.2. + =head1 COPYRIGHT Copyright 2022 The OpenSSL Project Authors. All Rights Reserved. |