From 1f0a65b72abdd22ae55113cb3987eb812d46e7ac Mon Sep 17 00:00:00 2001 From: Hakase Date: Wed, 27 Feb 2019 09:24:45 +0900 Subject: [PATCH] Latest update (3.0.0) --- README.md | 2 +- openssl-3.0.0-dev-chacha_draft.patch | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5077ecc..8daea56 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Default support is in bold type. - [Google(Gmail)](https://gmail.com/) : _TLSv1.3_ **final** - [NSS TLS 1.3(Mozilla)](https://tls13.crypto.mozilla.org/) : _TLSv1.3_ **final** -[Compatible OpenSSL-3.0.0-dev (OpenSSL, 23425 commits)](https://github.com/openssl/openssl/tree/13d928d38b5ba4f8085cf750bf3fd55685f92a61) +[Compatible OpenSSL-3.0.0-dev (OpenSSL, 23431 commits)](https://github.com/openssl/openssl/tree/4089b4340701e3c13e07169e67a7d14519c98658) ## Patch files diff --git a/openssl-3.0.0-dev-chacha_draft.patch b/openssl-3.0.0-dev-chacha_draft.patch index 7ec9564..95c9774 100644 --- a/openssl-3.0.0-dev-chacha_draft.patch +++ b/openssl-3.0.0-dev-chacha_draft.patch @@ -480,7 +480,7 @@ index 461a9debab..84f90c1621 100644 } else if (c->algorithm_mac & SSL_AEAD) { /* We're supposed to have handled all the AEAD modes above */ diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h -index bd0d4210f4..709badc0b4 100644 +index ae6417b592..c783031ea2 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -234,12 +234,13 @@ @@ -499,11 +499,11 @@ index bd0d4210f4..709badc0b4 100644 # define SSL_ARIA (SSL_ARIAGCM) diff --git a/util/libcrypto.num b/util/libcrypto.num -index 991a9feea8..b9bc370329 100644 +index 9957cf80f6..21ea627067 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num -@@ -4644,3 +4644,4 @@ CRYPTO_alloc_ex_data 4599 3_0_0 EXIST::FUNCTION: - OPENSSL_CTX_new 4600 3_0_0 EXIST::FUNCTION: - OPENSSL_CTX_free 4601 3_0_0 EXIST::FUNCTION: +@@ -4646,3 +4646,4 @@ OPENSSL_CTX_free 4601 3_0_0 EXIST::FUNCTION: OPENSSL_LH_flush 4602 3_0_0 EXIST::FUNCTION: -+EVP_chacha20_poly1305_draft 4603 3_0_0 EXIST::FUNCTION:CHACHA,POLY1305 + BN_native2bn 4603 3_0_0 EXIST::FUNCTION: + BN_bn2nativepad 4604 3_0_0 EXIST::FUNCTION: ++EVP_chacha20_poly1305_draft 4605 3_0_0 EXIST::FUNCTION:CHACHA,POLY1305