git: 01819b58294a - releng/12.2 - Fix OpenSSL 1.1.1e API functions not being exported.
Gordon Tetlow
gordon at FreeBSD.org
Tue Aug 24 18:29:31 UTC 2021
The branch releng/12.2 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=01819b58294a6d39b606d17a970f4a9fa5f73df8
commit 01819b58294a6d39b606d17a970f4a9fa5f73df8
Author: Gordon Tetlow <gordon at FreeBSD.org>
AuthorDate: 2021-08-24 17:27:05 +0000
Commit: Gordon Tetlow <gordon at FreeBSD.org>
CommitDate: 2021-08-24 17:27:05 +0000
Fix OpenSSL 1.1.1e API functions not being exported.
Approved by: so
Security: EN-21:24.libcrypto
---
secure/lib/libcrypto/Version.map | 17 ++++++++++++++++-
secure/lib/libssl/Version.map | 1 -
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/secure/lib/libcrypto/Version.map b/secure/lib/libcrypto/Version.map
index 33432019a023..bed7623b9c47 100644
--- a/secure/lib/libcrypto/Version.map
+++ b/secure/lib/libcrypto/Version.map
@@ -4450,7 +4450,22 @@ OPENSSL_1_1_1d {
global:
X509_get0_authority_issuer;
X509_get0_authority_serial;
- local: *;
} OPENSSL_1_1_1c;
+OPENSSL_1_1_1e {
+ global:
+ EVP_PKEY_meth_get_digestsign;
+ EVP_PKEY_meth_get_digestverify;
+ EVP_PKEY_meth_set_digestsign;
+ EVP_PKEY_meth_set_digestverify;
+ RSA_get0_pss_params;
+} OPENSSL_1_1_1d;
+OPENSSL_1_1_1h {
+ global:
+ EC_KEY_decoded_from_explicit_params;
+ X509_ALGOR_copy;
+ X509_REQ_set0_signature;
+ X509_REQ_set1_signature_algo;
+ local: *;
+} OPENSSL_1_1_1e;
diff --git a/secure/lib/libssl/Version.map b/secure/lib/libssl/Version.map
index 9011ff99d88d..118ac93966e3 100644
--- a/secure/lib/libssl/Version.map
+++ b/secure/lib/libssl/Version.map
@@ -512,5 +512,4 @@ OPENSSL_1_1_1 {
OPENSSL_1_1_1a {
global:
SSL_get_signature_type_nid;
- local: *;
} OPENSSL_1_1_1;
More information about the dev-commits-src-all
mailing list