[openssl-commits] [openssl] master update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Sun May 27 07:51:00 UTC 2018


The branch master has been updated
       via  e37d4a6704cf0c8b0a0a6601eff82ca65d16d4a3 (commit)
      from  4de3fe5381b647de4b93436c5138ad16e575056c (commit)


- Log -----------------------------------------------------------------
commit e37d4a6704cf0c8b0a0a6601eff82ca65d16d4a3
Author: Dr. Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Date:   Wed May 16 22:53:41 2018 +0200

    util/libcrypto.num: fix symbol collision between 1.1.0 and master
    
    In commit 6decf9436f7, fourteen public symbols were removed from
    util/libcrypto.num on the master branch and the following symbols
    renumbered. Unfortunately, the symbols `OCSP_resp_get0_signer` and
    `X509_get0_authority_key_id` were not adjusted accordingly on the
    OpenSSL_1_1_0-stable branch. This commit fixes the collision by
    doing a 'double swap'.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/6278)

-----------------------------------------------------------------------

Summary of changes:
 util/libcrypto.num | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/util/libcrypto.num b/util/libcrypto.num
index d3351c5..937b718 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4411,7 +4411,7 @@ EVP_sm4_ofb                             4356	1_1_1	EXIST::FUNCTION:SM4
 EVP_sm4_ecb                             4357	1_1_1	EXIST::FUNCTION:SM4
 EVP_sm4_cfb128                          4358	1_1_1	EXIST::FUNCTION:SM4
 EVP_sm3                                 4359	1_1_1	EXIST::FUNCTION:SM3
-OCSP_resp_get0_signer                   4360	1_1_0h	EXIST::FUNCTION:OCSP
+RSA_get0_multi_prime_factors            4360	1_1_1	EXIST::FUNCTION:RSA
 EVP_PKEY_public_check                   4361	1_1_1	EXIST::FUNCTION:
 EVP_PKEY_param_check                    4362	1_1_1	EXIST::FUNCTION:
 EVP_PKEY_meth_set_public_check          4363	1_1_1	EXIST::FUNCTION:
@@ -4425,7 +4425,7 @@ DH_check_pub_key_ex                     4370	1_1_1	EXIST::FUNCTION:DH
 DH_check_params_ex                      4371	1_1_1	EXIST::FUNCTION:DH
 RSA_generate_multi_prime_key            4372	1_1_1	EXIST::FUNCTION:RSA
 RSA_get_multi_prime_extra_count         4373	1_1_1	EXIST::FUNCTION:RSA
-RSA_get0_multi_prime_factors            4374	1_1_1	EXIST::FUNCTION:RSA
+OCSP_resp_get0_signer                   4374	1_1_0h	EXIST::FUNCTION:OCSP
 RSA_get0_multi_prime_crt_params         4375	1_1_1	EXIST::FUNCTION:RSA
 RSA_set0_multi_prime_params             4376	1_1_1	EXIST::FUNCTION:RSA
 RSA_get_version                         4377	1_1_1	EXIST::FUNCTION:RSA
@@ -4489,7 +4489,7 @@ OCSP_basic_sign_ctx                     4430	1_1_1	EXIST::FUNCTION:OCSP
 RAND_DRBG_bytes                         4431	1_1_1	EXIST::FUNCTION:
 RAND_DRBG_secure_new                    4432	1_1_1	EXIST::FUNCTION:
 OSSL_STORE_vctrl                        4433	1_1_1	EXIST::FUNCTION:
-X509_get0_authority_key_id              4434	1_1_0h	EXIST::FUNCTION:
+OSSL_STORE_SEARCH_by_alias              4434	1_1_1	EXIST::FUNCTION:
 BIO_bind                                4435	1_1_1	EXIST::FUNCTION:SOCK
 OSSL_STORE_LOADER_set_expect            4436	1_1_1	EXIST::FUNCTION:
 OSSL_STORE_expect                       4437	1_1_1	EXIST::FUNCTION:
@@ -4503,7 +4503,7 @@ OSSL_STORE_SEARCH_get0_bytes            4444	1_1_1	EXIST::FUNCTION:
 OSSL_STORE_SEARCH_get0_string           4445	1_1_1	EXIST::FUNCTION:
 OSSL_STORE_SEARCH_by_issuer_serial      4446	1_1_1	EXIST::FUNCTION:
 OSSL_STORE_SEARCH_get0_name             4447	1_1_1	EXIST::FUNCTION:
-OSSL_STORE_SEARCH_by_alias              4448	1_1_1	EXIST::FUNCTION:
+X509_get0_authority_key_id              4448	1_1_0h	EXIST::FUNCTION:
 OSSL_STORE_LOADER_set_find              4449	1_1_1	EXIST::FUNCTION:
 OSSL_STORE_SEARCH_free                  4450	1_1_1	EXIST::FUNCTION:
 OSSL_STORE_SEARCH_get0_digest           4451	1_1_1	EXIST::FUNCTION:


More information about the openssl-commits mailing list