Skip to content

Commit 4c95610

Browse files
authored
Upgrade openssl to 3.3.7 (#16518)
1 parent d64670a commit 4c95610

34 files changed

Lines changed: 573 additions & 1826 deletions

SPECS/openssl/0001-Add-NULL-check-to-PKCS12_item_decrypt_d2i_ex.patch

Lines changed: 0 additions & 31 deletions
This file was deleted.

SPECS/openssl/0001-Check-the-received-uncompressed-certificate-length-t.patch

Lines changed: 0 additions & 33 deletions
This file was deleted.

SPECS/openssl/0001-Correct-handling-of-AEAD-encrypted-CMS-with-inadmiss.patch

Lines changed: 0 additions & 31 deletions
This file was deleted.

SPECS/openssl/0001-Fix-OCB-AES-NI-HW-stream-path-unauthenticated-unencr.patch

Lines changed: 0 additions & 70 deletions
This file was deleted.

SPECS/openssl/0001-Fix-heap-buffer-overflow-in-BIO_f_linebuffer.patch

Lines changed: 0 additions & 67 deletions
This file was deleted.

SPECS/openssl/0001-Replacing-deprecated-functions-with-NULL-or-highest.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ more supported methods for the SSL protocol.
2525
1 file changed, 15 insertions(+), 3 deletions(-)
2626

2727
diff --git a/ssl/methods.c b/ssl/methods.c
28-
index c846143277..a7ae074bfd 100644
28+
index 0709883..38cb033 100644
2929
--- a/ssl/methods.c
3030
+++ b/ssl/methods.c
31-
@@ -215,17 +215,29 @@ const SSL_METHOD *TLSv1_client_method(void)
32-
# ifndef OPENSSL_NO_SSL3_METHOD
31+
@@ -228,17 +228,29 @@ const SSL_METHOD *TLSv1_client_method(void)
32+
#ifndef OPENSSL_NO_SSL3_METHOD
3333
const SSL_METHOD *SSLv3_method(void)
3434
{
3535
+# ifdef OPENSSL_NO_SSL3
@@ -56,10 +56,10 @@ index c846143277..a7ae074bfd 100644
5656
return sslv3_client_method();
5757
+# endif
5858
}
59-
# endif
59+
#endif
6060

61-
@@ -249,17 +261,17 @@ const SSL_METHOD *DTLSv1_2_client_method(void)
62-
# ifndef OPENSSL_NO_DTLS1_METHOD
61+
@@ -262,17 +274,17 @@ const SSL_METHOD *DTLSv1_2_client_method(void)
62+
#ifndef OPENSSL_NO_DTLS1_METHOD
6363
const SSL_METHOD *DTLSv1_method(void)
6464
{
6565
- return dtlsv1_method();
@@ -77,8 +77,8 @@ index c846143277..a7ae074bfd 100644
7777
- return dtlsv1_client_method();
7878
+ return DTLS_client_method();
7979
}
80-
# endif
80+
#endif
8181

8282
--
83-
2.25.1
83+
2.45.4
8484

SPECS/openssl/0001-Verify-ASN1-object-s-types-before-attempting-to-acce.patch

Lines changed: 0 additions & 40 deletions
This file was deleted.

SPECS/openssl/0001-ossl_quic_get_cipher_by_char-Add-a-NULL-guard-before.patch

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)