Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F63247969
Command-Line Input
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Authored By
ngie
Jun 24 2023, 2:09 AM
2023-06-24 02:09:01 (UTC+0)
Size
1 KB
Referenced Files
None
Subscribers
None
Command-Line Input
View Options
diff --git a/secure/lib/libcrypto/Version.map b/secure/lib/libcrypto/Version.map
index bed7623b9c47..44668072ca63 100644
--- a/secure/lib/libcrypto/Version.map
+++ b/secure/lib/libcrypto/Version.map
@@ -45,6 +45,7 @@ OPENSSL_1_1_0 {
ASN1_ENUMERATED_to_BN;
ASN1_GENERALIZEDTIME_adj;
ASN1_GENERALIZEDTIME_check;
+ ASN1_GENERALIZEDTIME_dup;
ASN1_GENERALIZEDTIME_free;
ASN1_GENERALIZEDTIME_new;
ASN1_GENERALIZEDTIME_print;
@@ -1083,6 +1084,9 @@ OPENSSL_1_1_0 {
EC_GF2m_simple_method;
EC_GFp_mont_method;
EC_GFp_nist_method;
+ EC_GFp_nistp224_method;
+ EC_GFp_nistp256_method;
+ EC_GFp_nistp521_method;
EC_GFp_simple_method;
EC_GROUP_check;
EC_GROUP_check_discriminant;
@@ -4469,3 +4473,1062 @@ OPENSSL_1_1_1h {
X509_REQ_set1_signature_algo;
local: *;
} OPENSSL_1_1_1e;
+
+OPENSSL_3_0_9 {
+ global:
+ ASN1_TIME_dup;
+ ASN1_TIME_print_ex;
+ ASN1_UTCTIME_dup;
+ ASN1_item_d2i_bio_ex;
+ ASN1_item_d2i_ex;
+ ASN1_item_d2i_fp_ex;
+ ASN1_item_i2d_mem_bio;
+ ASN1_item_new_ex;
+ ASN1_item_sign_ex;
+ ASN1_item_verify_ctx;
+ ASN1_item_verify_ex;
+ ASYNC_WAIT_CTX_get_callback;
+ ASYNC_WAIT_CTX_get_status;
+ ASYNC_WAIT_CTX_set_callback;
+ ASYNC_WAIT_CTX_set_status;
+ BIO_debug_callback_ex;
+ BIO_dgram_is_sctp;
+ BIO_dgram_sctp_msg_waiting;
+ BIO_dgram_sctp_notification_cb;
+ BIO_dgram_sctp_wait_for_dry;
+ BIO_do_connect_retry;
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6026498
Default Alt Text
Command-Line Input (1 KB)
Attached To
Mode
P588 Command-Line Input
Attached
Detach File
Event Timeline
Log In to Comment