deps: update archs files for quictls/openssl-3.0.7+quic
After an OpenSSL source update, all the config files need to be regenerated and committed by: $ make -C deps/openssl/config clean $ make -C deps/openssl/config $ git add deps/openssl/config/archs $ git add deps/openssl/openssl $ git commit CVE-ID: CVE-2022-3602, CVE-2022-3786 PR-URL: https://github.com/nodejs/node/pull/45286
This commit is contained in:
parent
196a56d9a5
commit
9fb612e61c
@ -156,7 +156,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -203,7 +203,7 @@ our %config = (
|
||||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -255,11 +255,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
@ -1266,12 +1266,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1386,6 +1392,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1603,8 +1612,12 @@ our %unified_info = (
|
||||
],
|
||||
"providers/libdefault.a" => [
|
||||
"AES_ASM",
|
||||
"ECP_NISTZ256_ASM",
|
||||
"OPENSSL_CPUID_OBJ",
|
||||
"OPENSSL_IA32_SSE2",
|
||||
"SHA1_ASM",
|
||||
"SHA256_ASM",
|
||||
"SHA512_ASM",
|
||||
"VPAES_ASM"
|
||||
],
|
||||
"providers/libfips.a" => [
|
||||
@ -2873,6 +2886,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5219,6 +5235,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7652,6 +7671,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7661,6 +7685,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7816,6 +7844,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9897,6 +9929,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11803,6 +11836,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14149,6 +14185,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16458,6 +16497,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18557,6 +18597,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18566,6 +18611,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18856,6 +18905,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19402,6 +19455,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -20040,8 +20094,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20080,6 +20136,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24626,6 +24683,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -25048,6 +25108,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26469,6 +26530,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26482,6 +26549,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -26828,6 +26901,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Fri Jul 8 16:43:57 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:13:54 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -831,6 +831,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -156,7 +156,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -203,7 +203,7 @@ our %config = (
|
||||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -255,11 +255,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
@ -1266,12 +1266,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1386,6 +1392,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1603,8 +1612,12 @@ our %unified_info = (
|
||||
],
|
||||
"providers/libdefault.a" => [
|
||||
"AES_ASM",
|
||||
"ECP_NISTZ256_ASM",
|
||||
"OPENSSL_CPUID_OBJ",
|
||||
"OPENSSL_IA32_SSE2",
|
||||
"SHA1_ASM",
|
||||
"SHA256_ASM",
|
||||
"SHA512_ASM",
|
||||
"VPAES_ASM"
|
||||
],
|
||||
"providers/libfips.a" => [
|
||||
@ -2873,6 +2886,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5219,6 +5235,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7652,6 +7671,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7661,6 +7685,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7816,6 +7844,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9897,6 +9929,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11803,6 +11836,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14149,6 +14185,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16458,6 +16497,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18557,6 +18597,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18566,6 +18611,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18856,6 +18905,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19402,6 +19455,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -20040,8 +20094,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20080,6 +20136,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24626,6 +24683,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -25048,6 +25108,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26469,6 +26530,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26482,6 +26549,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -26828,6 +26901,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Fri Jul 8 16:44:06 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:14:03 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -831,6 +831,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -154,7 +154,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -202,7 +202,7 @@ our %config = (
|
||||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -255,11 +255,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
@ -1267,12 +1267,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1387,6 +1393,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -2816,6 +2825,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5162,6 +5174,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7595,6 +7610,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7604,6 +7624,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7759,6 +7783,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9814,6 +9842,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11720,6 +11749,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14066,6 +14098,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16375,6 +16410,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18474,6 +18510,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18483,6 +18524,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18773,6 +18818,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19319,6 +19368,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -19957,8 +20007,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -19997,6 +20049,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24453,6 +24506,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -24875,6 +24931,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26282,6 +26339,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26295,6 +26358,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -26641,6 +26710,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Fri Jul 8 16:44:15 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:14:11 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -843,6 +843,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -156,7 +156,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -203,7 +203,7 @@ our %config = (
|
||||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -255,11 +255,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86_64",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
@ -1267,12 +1267,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1387,6 +1393,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1606,8 +1615,14 @@ our %unified_info = (
|
||||
"providers/libdefault.a" => [
|
||||
"AES_ASM",
|
||||
"BSAES_ASM",
|
||||
"ECP_NISTZ256_ASM",
|
||||
"KECCAK1600_ASM",
|
||||
"OPENSSL_CPUID_OBJ",
|
||||
"VPAES_ASM"
|
||||
"SHA1_ASM",
|
||||
"SHA256_ASM",
|
||||
"SHA512_ASM",
|
||||
"VPAES_ASM",
|
||||
"X25519_ASM"
|
||||
],
|
||||
"providers/libfips.a" => [
|
||||
"AES_ASM",
|
||||
@ -2876,6 +2891,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5222,6 +5240,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7655,6 +7676,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7664,6 +7690,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7819,6 +7849,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9942,6 +9976,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11848,6 +11883,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14194,6 +14232,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16503,6 +16544,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18602,6 +18644,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18611,6 +18658,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18901,6 +18952,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19447,6 +19502,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -20085,8 +20141,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20125,6 +20183,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24777,6 +24836,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -25199,6 +25261,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26638,6 +26701,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26651,6 +26720,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -26997,6 +27072,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Fri Jul 8 16:44:23 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:14:19 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -836,6 +836,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -156,7 +156,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -203,7 +203,7 @@ our %config = (
|
||||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -255,11 +255,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86_64",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
@ -1267,12 +1267,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1387,6 +1393,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1606,8 +1615,14 @@ our %unified_info = (
|
||||
"providers/libdefault.a" => [
|
||||
"AES_ASM",
|
||||
"BSAES_ASM",
|
||||
"ECP_NISTZ256_ASM",
|
||||
"KECCAK1600_ASM",
|
||||
"OPENSSL_CPUID_OBJ",
|
||||
"VPAES_ASM"
|
||||
"SHA1_ASM",
|
||||
"SHA256_ASM",
|
||||
"SHA512_ASM",
|
||||
"VPAES_ASM",
|
||||
"X25519_ASM"
|
||||
],
|
||||
"providers/libfips.a" => [
|
||||
"AES_ASM",
|
||||
@ -2876,6 +2891,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5222,6 +5240,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7655,6 +7676,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7664,6 +7690,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7819,6 +7849,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9942,6 +9976,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11848,6 +11883,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14194,6 +14232,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16503,6 +16544,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18602,6 +18644,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18611,6 +18658,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18901,6 +18952,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19447,6 +19502,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -20085,8 +20141,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20125,6 +20183,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24777,6 +24836,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -25199,6 +25261,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26638,6 +26701,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26651,6 +26720,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -26997,6 +27072,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Fri Jul 8 16:44:36 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:14:30 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -836,6 +836,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -154,7 +154,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -202,7 +202,7 @@ our %config = (
|
||||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -255,11 +255,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "BSD-x86_64",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
@ -1268,12 +1268,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1388,6 +1394,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -2817,6 +2826,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5163,6 +5175,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7596,6 +7611,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7605,6 +7625,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7760,6 +7784,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9815,6 +9843,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11721,6 +11750,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14067,6 +14099,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16376,6 +16411,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18475,6 +18511,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18484,6 +18525,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18774,6 +18819,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19320,6 +19369,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -19958,8 +20008,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -19998,6 +20050,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24454,6 +24507,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -24876,6 +24932,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26283,6 +26340,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26296,6 +26359,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -26642,6 +26711,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Fri Jul 8 16:44:48 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:14:42 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -843,6 +843,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -23,7 +23,7 @@ our %config = (
|
||||
"CFLAGS" => [
|
||||
"/W3 /wd4090 /nologo /O2"
|
||||
],
|
||||
"CPP" => "\"\$(CC)\" /EP /C",
|
||||
"CPP" => "\$(CC) /EP /C",
|
||||
"CPPDEFINES" => [],
|
||||
"CPPFLAGS" => [],
|
||||
"CPPINCLUDES" => [],
|
||||
@ -165,7 +165,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -174,7 +174,7 @@ our %config = (
|
||||
"libdir" => "",
|
||||
"major" => "3",
|
||||
"makedep_scheme" => "VC",
|
||||
"makedepcmd" => "\"\$(CC)\" /Zs /showIncludes",
|
||||
"makedepcmd" => "\$(CC) /Zs /showIncludes",
|
||||
"minor" => "0",
|
||||
"openssl_api_defines" => [
|
||||
"OPENSSL_CONFIGURED_API=30000"
|
||||
@ -216,7 +216,7 @@ our %config = (
|
||||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -268,11 +268,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN32",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
@ -281,13 +281,13 @@ our %target = (
|
||||
"ASFLAGS" => "",
|
||||
"CC" => "cl",
|
||||
"CFLAGS" => "/W3 /wd4090 /nologo /O2",
|
||||
"CPP" => "\"\$(CC)\" /EP /C",
|
||||
"CPP" => "\$(CC) /EP /C",
|
||||
"HASHBANGPERL" => "/usr/bin/env perl",
|
||||
"LD" => "link",
|
||||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55f53b01fea0)",
|
||||
"RANLIB" => "CODE(0x562e61ff3058)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
@ -345,7 +345,7 @@ our %target = (
|
||||
"L_ENDIAN"
|
||||
],
|
||||
"makedep_scheme" => "VC",
|
||||
"makedepcmd" => "\"\$(CC)\" /Zs /showIncludes",
|
||||
"makedepcmd" => "\$(CC) /Zs /showIncludes",
|
||||
"module_cflags" => "",
|
||||
"module_cxxflags" => undef,
|
||||
"module_ldflags" => "/dll",
|
||||
@ -1317,12 +1317,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1437,6 +1443,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1651,8 +1660,12 @@ our %unified_info = (
|
||||
],
|
||||
"providers/libdefault.a" => [
|
||||
"AES_ASM",
|
||||
"ECP_NISTZ256_ASM",
|
||||
"OPENSSL_CPUID_OBJ",
|
||||
"OPENSSL_IA32_SSE2",
|
||||
"SHA1_ASM",
|
||||
"SHA256_ASM",
|
||||
"SHA512_ASM",
|
||||
"VPAES_ASM"
|
||||
],
|
||||
"providers/libfips.a" => [
|
||||
@ -2921,6 +2934,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5267,6 +5283,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7706,6 +7725,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7715,6 +7739,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7870,6 +7898,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9952,6 +9984,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11861,6 +11894,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14207,6 +14243,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16532,6 +16571,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18637,6 +18677,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18646,6 +18691,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18936,6 +18985,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19482,6 +19535,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -20120,8 +20174,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20160,6 +20216,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24716,6 +24773,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -25142,6 +25202,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26563,6 +26624,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26576,6 +26643,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -26923,6 +26996,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Fri Jul 8 16:51:23 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:20:50 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -830,6 +830,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -23,7 +23,7 @@ our %config = (
|
||||
"CFLAGS" => [
|
||||
"/W3 /wd4090 /nologo /O2"
|
||||
],
|
||||
"CPP" => "\"\$(CC)\" /EP /C",
|
||||
"CPP" => "\$(CC) /EP /C",
|
||||
"CPPDEFINES" => [],
|
||||
"CPPFLAGS" => [],
|
||||
"CPPINCLUDES" => [],
|
||||
@ -165,7 +165,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -174,7 +174,7 @@ our %config = (
|
||||
"libdir" => "",
|
||||
"major" => "3",
|
||||
"makedep_scheme" => "VC",
|
||||
"makedepcmd" => "\"\$(CC)\" /Zs /showIncludes",
|
||||
"makedepcmd" => "\$(CC) /Zs /showIncludes",
|
||||
"minor" => "0",
|
||||
"openssl_api_defines" => [
|
||||
"OPENSSL_CONFIGURED_API=30000"
|
||||
@ -216,7 +216,7 @@ our %config = (
|
||||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -268,11 +268,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN32",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
@ -281,13 +281,13 @@ our %target = (
|
||||
"ASFLAGS" => "",
|
||||
"CC" => "cl",
|
||||
"CFLAGS" => "/W3 /wd4090 /nologo /O2",
|
||||
"CPP" => "\"\$(CC)\" /EP /C",
|
||||
"CPP" => "\$(CC) /EP /C",
|
||||
"HASHBANGPERL" => "/usr/bin/env perl",
|
||||
"LD" => "link",
|
||||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x5568ab823960)",
|
||||
"RANLIB" => "CODE(0x56217f599498)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
@ -345,7 +345,7 @@ our %target = (
|
||||
"L_ENDIAN"
|
||||
],
|
||||
"makedep_scheme" => "VC",
|
||||
"makedepcmd" => "\"\$(CC)\" /Zs /showIncludes",
|
||||
"makedepcmd" => "\$(CC) /Zs /showIncludes",
|
||||
"module_cflags" => "",
|
||||
"module_cxxflags" => undef,
|
||||
"module_ldflags" => "/dll",
|
||||
@ -1317,12 +1317,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1437,6 +1443,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1651,8 +1660,12 @@ our %unified_info = (
|
||||
],
|
||||
"providers/libdefault.a" => [
|
||||
"AES_ASM",
|
||||
"ECP_NISTZ256_ASM",
|
||||
"OPENSSL_CPUID_OBJ",
|
||||
"OPENSSL_IA32_SSE2",
|
||||
"SHA1_ASM",
|
||||
"SHA256_ASM",
|
||||
"SHA512_ASM",
|
||||
"VPAES_ASM"
|
||||
],
|
||||
"providers/libfips.a" => [
|
||||
@ -2921,6 +2934,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5267,6 +5283,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7706,6 +7725,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7715,6 +7739,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7870,6 +7898,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9952,6 +9984,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11861,6 +11894,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14207,6 +14243,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16532,6 +16571,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18637,6 +18677,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18646,6 +18691,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18936,6 +18985,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19482,6 +19535,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -20120,8 +20174,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20160,6 +20216,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24716,6 +24773,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -25142,6 +25202,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26563,6 +26624,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26576,6 +26643,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -26923,6 +26996,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Fri Jul 8 16:51:31 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:20:58 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -830,6 +830,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -23,7 +23,7 @@ our %config = (
|
||||
"CFLAGS" => [
|
||||
"/W3 /wd4090 /nologo /O2"
|
||||
],
|
||||
"CPP" => "\"\$(CC)\" /EP /C",
|
||||
"CPP" => "\$(CC) /EP /C",
|
||||
"CPPDEFINES" => [],
|
||||
"CPPFLAGS" => [],
|
||||
"CPPINCLUDES" => [],
|
||||
@ -163,7 +163,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -172,7 +172,7 @@ our %config = (
|
||||
"libdir" => "",
|
||||
"major" => "3",
|
||||
"makedep_scheme" => "VC",
|
||||
"makedepcmd" => "\"\$(CC)\" /Zs /showIncludes",
|
||||
"makedepcmd" => "\$(CC) /Zs /showIncludes",
|
||||
"minor" => "0",
|
||||
"openssl_api_defines" => [
|
||||
"OPENSSL_CONFIGURED_API=30000"
|
||||
@ -215,7 +215,7 @@ our %config = (
|
||||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -268,11 +268,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN32",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
@ -281,13 +281,13 @@ our %target = (
|
||||
"ASFLAGS" => "",
|
||||
"CC" => "cl",
|
||||
"CFLAGS" => "/W3 /wd4090 /nologo /O2",
|
||||
"CPP" => "\"\$(CC)\" /EP /C",
|
||||
"CPP" => "\$(CC) /EP /C",
|
||||
"HASHBANGPERL" => "/usr/bin/env perl",
|
||||
"LD" => "link",
|
||||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55829a8f72e8)",
|
||||
"RANLIB" => "CODE(0x55d6f8278158)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
@ -345,7 +345,7 @@ our %target = (
|
||||
"L_ENDIAN"
|
||||
],
|
||||
"makedep_scheme" => "VC",
|
||||
"makedepcmd" => "\"\$(CC)\" /Zs /showIncludes",
|
||||
"makedepcmd" => "\$(CC) /Zs /showIncludes",
|
||||
"module_cflags" => "",
|
||||
"module_cxxflags" => undef,
|
||||
"module_ldflags" => "/dll",
|
||||
@ -1318,12 +1318,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1438,6 +1444,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -2864,6 +2873,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5210,6 +5222,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7649,6 +7664,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7658,6 +7678,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7813,6 +7837,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9869,6 +9897,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11778,6 +11807,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14124,6 +14156,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16449,6 +16484,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18554,6 +18590,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18563,6 +18604,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18853,6 +18898,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19399,6 +19448,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -20037,8 +20087,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20077,6 +20129,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24543,6 +24596,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -24969,6 +25025,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26376,6 +26433,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26389,6 +26452,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -26736,6 +26805,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Fri Jul 8 16:51:40 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:21:06 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -842,6 +842,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -22,7 +22,7 @@ our %config = (
|
||||
"CFLAGS" => [
|
||||
"/W3 /wd4090 /nologo /O2"
|
||||
],
|
||||
"CPP" => "\"\$(CC)\" /EP /C",
|
||||
"CPP" => "\$(CC) /EP /C",
|
||||
"CPPDEFINES" => [],
|
||||
"CPPFLAGS" => [],
|
||||
"CPPINCLUDES" => [],
|
||||
@ -163,7 +163,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -172,7 +172,7 @@ our %config = (
|
||||
"libdir" => "",
|
||||
"major" => "3",
|
||||
"makedep_scheme" => "VC",
|
||||
"makedepcmd" => "\"\$(CC)\" /Zs /showIncludes",
|
||||
"makedepcmd" => "\$(CC) /Zs /showIncludes",
|
||||
"minor" => "0",
|
||||
"openssl_api_defines" => [
|
||||
"OPENSSL_CONFIGURED_API=30000"
|
||||
@ -213,7 +213,7 @@ our %config = (
|
||||
"openssl_sys_defines" => [],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -266,24 +266,24 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN64-ARM",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
"ARFLAGS" => "/nologo",
|
||||
"CC" => "cl",
|
||||
"CFLAGS" => "/W3 /wd4090 /nologo /O2",
|
||||
"CPP" => "\"\$(CC)\" /EP /C",
|
||||
"CPP" => "\$(CC) /EP /C",
|
||||
"HASHBANGPERL" => "/usr/bin/env perl",
|
||||
"LD" => "link",
|
||||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55adfbf74c28)",
|
||||
"RANLIB" => "CODE(0x5648c9dde1e8)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
@ -339,7 +339,7 @@ our %target = (
|
||||
"L_ENDIAN"
|
||||
],
|
||||
"makedep_scheme" => "VC",
|
||||
"makedepcmd" => "\"\$(CC)\" /Zs /showIncludes",
|
||||
"makedepcmd" => "\$(CC) /Zs /showIncludes",
|
||||
"module_cflags" => "",
|
||||
"module_cxxflags" => undef,
|
||||
"module_ldflags" => "/dll",
|
||||
@ -1310,12 +1310,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1430,6 +1436,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -2856,6 +2865,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5202,6 +5214,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7641,6 +7656,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7650,6 +7670,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7805,6 +7829,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9861,6 +9889,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11770,6 +11799,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14116,6 +14148,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16441,6 +16476,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18546,6 +18582,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18555,6 +18596,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18845,6 +18890,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19391,6 +19440,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -20029,8 +20079,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20069,6 +20121,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24535,6 +24588,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -24961,6 +25017,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26368,6 +26425,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26381,6 +26444,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -26728,6 +26797,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: VC-WIN64-ARM"
|
||||
#define DATE "built on: Fri Jul 8 16:51:47 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:21:13 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -842,6 +842,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -26,7 +26,7 @@ our %config = (
|
||||
"CFLAGS" => [
|
||||
"/W3 /wd4090 /nologo /O2"
|
||||
],
|
||||
"CPP" => "\"\$(CC)\" /EP /C",
|
||||
"CPP" => "\$(CC) /EP /C",
|
||||
"CPPDEFINES" => [],
|
||||
"CPPFLAGS" => [],
|
||||
"CPPINCLUDES" => [],
|
||||
@ -168,7 +168,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -177,7 +177,7 @@ our %config = (
|
||||
"libdir" => "",
|
||||
"major" => "3",
|
||||
"makedep_scheme" => "VC",
|
||||
"makedepcmd" => "\"\$(CC)\" /Zs /showIncludes",
|
||||
"makedepcmd" => "\$(CC) /Zs /showIncludes",
|
||||
"minor" => "0",
|
||||
"openssl_api_defines" => [
|
||||
"OPENSSL_CONFIGURED_API=30000"
|
||||
@ -219,7 +219,7 @@ our %config = (
|
||||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -271,11 +271,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN64A",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
@ -284,13 +284,13 @@ our %target = (
|
||||
"ASFLAGS" => "-g",
|
||||
"CC" => "cl",
|
||||
"CFLAGS" => "/W3 /wd4090 /nologo /O2",
|
||||
"CPP" => "\"\$(CC)\" /EP /C",
|
||||
"CPP" => "\$(CC) /EP /C",
|
||||
"HASHBANGPERL" => "/usr/bin/env perl",
|
||||
"LD" => "link",
|
||||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55b0a63a7440)",
|
||||
"RANLIB" => "CODE(0x55d67be75598)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
@ -348,7 +348,7 @@ our %target = (
|
||||
"L_ENDIAN"
|
||||
],
|
||||
"makedep_scheme" => "VC",
|
||||
"makedepcmd" => "\"\$(CC)\" /Zs /showIncludes",
|
||||
"makedepcmd" => "\$(CC) /Zs /showIncludes",
|
||||
"module_cflags" => "",
|
||||
"module_cxxflags" => undef,
|
||||
"module_ldflags" => "/dll",
|
||||
@ -1321,12 +1321,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1441,6 +1447,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1657,8 +1666,14 @@ our %unified_info = (
|
||||
"providers/libdefault.a" => [
|
||||
"AES_ASM",
|
||||
"BSAES_ASM",
|
||||
"ECP_NISTZ256_ASM",
|
||||
"KECCAK1600_ASM",
|
||||
"OPENSSL_CPUID_OBJ",
|
||||
"VPAES_ASM"
|
||||
"SHA1_ASM",
|
||||
"SHA256_ASM",
|
||||
"SHA512_ASM",
|
||||
"VPAES_ASM",
|
||||
"X25519_ASM"
|
||||
],
|
||||
"providers/libfips.a" => [
|
||||
"AES_ASM",
|
||||
@ -2927,6 +2942,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5273,6 +5291,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7712,6 +7733,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7721,6 +7747,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7876,6 +7906,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9989,6 +10023,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11898,6 +11933,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14244,6 +14282,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16569,6 +16610,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18674,6 +18716,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18683,6 +18730,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18973,6 +19024,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19519,6 +19574,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -20157,8 +20213,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20197,6 +20255,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24859,6 +24918,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -25285,6 +25347,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26724,6 +26787,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26737,6 +26806,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -27084,6 +27159,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Fri Jul 8 16:50:53 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:20:22 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -835,6 +835,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -26,7 +26,7 @@ our %config = (
|
||||
"CFLAGS" => [
|
||||
"/W3 /wd4090 /nologo /O2"
|
||||
],
|
||||
"CPP" => "\"\$(CC)\" /EP /C",
|
||||
"CPP" => "\$(CC) /EP /C",
|
||||
"CPPDEFINES" => [],
|
||||
"CPPFLAGS" => [],
|
||||
"CPPINCLUDES" => [],
|
||||
@ -168,7 +168,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -177,7 +177,7 @@ our %config = (
|
||||
"libdir" => "",
|
||||
"major" => "3",
|
||||
"makedep_scheme" => "VC",
|
||||
"makedepcmd" => "\"\$(CC)\" /Zs /showIncludes",
|
||||
"makedepcmd" => "\$(CC) /Zs /showIncludes",
|
||||
"minor" => "0",
|
||||
"openssl_api_defines" => [
|
||||
"OPENSSL_CONFIGURED_API=30000"
|
||||
@ -219,7 +219,7 @@ our %config = (
|
||||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -271,11 +271,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN64A",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
@ -284,13 +284,13 @@ our %target = (
|
||||
"ASFLAGS" => "-g",
|
||||
"CC" => "cl",
|
||||
"CFLAGS" => "/W3 /wd4090 /nologo /O2",
|
||||
"CPP" => "\"\$(CC)\" /EP /C",
|
||||
"CPP" => "\$(CC) /EP /C",
|
||||
"HASHBANGPERL" => "/usr/bin/env perl",
|
||||
"LD" => "link",
|
||||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55c987d467d0)",
|
||||
"RANLIB" => "CODE(0x5609c33a25a8)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
@ -348,7 +348,7 @@ our %target = (
|
||||
"L_ENDIAN"
|
||||
],
|
||||
"makedep_scheme" => "VC",
|
||||
"makedepcmd" => "\"\$(CC)\" /Zs /showIncludes",
|
||||
"makedepcmd" => "\$(CC) /Zs /showIncludes",
|
||||
"module_cflags" => "",
|
||||
"module_cxxflags" => undef,
|
||||
"module_ldflags" => "/dll",
|
||||
@ -1321,12 +1321,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1441,6 +1447,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1657,8 +1666,14 @@ our %unified_info = (
|
||||
"providers/libdefault.a" => [
|
||||
"AES_ASM",
|
||||
"BSAES_ASM",
|
||||
"ECP_NISTZ256_ASM",
|
||||
"KECCAK1600_ASM",
|
||||
"OPENSSL_CPUID_OBJ",
|
||||
"VPAES_ASM"
|
||||
"SHA1_ASM",
|
||||
"SHA256_ASM",
|
||||
"SHA512_ASM",
|
||||
"VPAES_ASM",
|
||||
"X25519_ASM"
|
||||
],
|
||||
"providers/libfips.a" => [
|
||||
"AES_ASM",
|
||||
@ -2927,6 +2942,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5273,6 +5291,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7712,6 +7733,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7721,6 +7747,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7876,6 +7906,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9989,6 +10023,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11898,6 +11933,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14244,6 +14282,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16569,6 +16610,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18674,6 +18716,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18683,6 +18730,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18973,6 +19024,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19519,6 +19574,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -20157,8 +20213,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20197,6 +20255,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24859,6 +24918,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -25285,6 +25347,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26724,6 +26787,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26737,6 +26806,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -27084,6 +27159,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Fri Jul 8 16:51:05 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:20:33 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -835,6 +835,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -26,7 +26,7 @@ our %config = (
|
||||
"CFLAGS" => [
|
||||
"/W3 /wd4090 /nologo /O2"
|
||||
],
|
||||
"CPP" => "\"\$(CC)\" /EP /C",
|
||||
"CPP" => "\$(CC) /EP /C",
|
||||
"CPPDEFINES" => [],
|
||||
"CPPFLAGS" => [],
|
||||
"CPPINCLUDES" => [],
|
||||
@ -166,7 +166,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -175,7 +175,7 @@ our %config = (
|
||||
"libdir" => "",
|
||||
"major" => "3",
|
||||
"makedep_scheme" => "VC",
|
||||
"makedepcmd" => "\"\$(CC)\" /Zs /showIncludes",
|
||||
"makedepcmd" => "\$(CC) /Zs /showIncludes",
|
||||
"minor" => "0",
|
||||
"openssl_api_defines" => [
|
||||
"OPENSSL_CONFIGURED_API=30000"
|
||||
@ -218,7 +218,7 @@ our %config = (
|
||||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -271,11 +271,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "VC-WIN64A",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "lib",
|
||||
@ -284,13 +284,13 @@ our %target = (
|
||||
"ASFLAGS" => "-g",
|
||||
"CC" => "cl",
|
||||
"CFLAGS" => "/W3 /wd4090 /nologo /O2",
|
||||
"CPP" => "\"\$(CC)\" /EP /C",
|
||||
"CPP" => "\$(CC) /EP /C",
|
||||
"HASHBANGPERL" => "/usr/bin/env perl",
|
||||
"LD" => "link",
|
||||
"LDFLAGS" => "/nologo /debug",
|
||||
"MT" => "mt",
|
||||
"MTFLAGS" => "-nologo",
|
||||
"RANLIB" => "CODE(0x55b6debbcf08)",
|
||||
"RANLIB" => "CODE(0x5646ba6caad8)",
|
||||
"RC" => "rc",
|
||||
"_conf_fname_int" => [
|
||||
"Configurations/00-base-templates.conf",
|
||||
@ -348,7 +348,7 @@ our %target = (
|
||||
"L_ENDIAN"
|
||||
],
|
||||
"makedep_scheme" => "VC",
|
||||
"makedepcmd" => "\"\$(CC)\" /Zs /showIncludes",
|
||||
"makedepcmd" => "\$(CC) /Zs /showIncludes",
|
||||
"module_cflags" => "",
|
||||
"module_cxxflags" => undef,
|
||||
"module_ldflags" => "/dll",
|
||||
@ -1322,12 +1322,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1442,6 +1448,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -2868,6 +2877,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5214,6 +5226,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7653,6 +7668,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7662,6 +7682,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7817,6 +7841,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9873,6 +9901,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11782,6 +11811,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14128,6 +14160,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16453,6 +16488,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18558,6 +18594,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18567,6 +18608,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18857,6 +18902,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19403,6 +19452,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -20041,8 +20091,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20081,6 +20133,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24547,6 +24600,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -24973,6 +25029,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26380,6 +26437,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26393,6 +26456,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -26740,6 +26809,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Fri Jul 8 16:51:16 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:20:43 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -842,6 +842,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -156,7 +156,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -206,7 +206,7 @@ our %config = (
|
||||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -258,11 +258,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "aix64-gcc-as",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar -X64",
|
||||
@ -1342,12 +1342,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1462,6 +1468,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1665,8 +1674,14 @@ our %unified_info = (
|
||||
],
|
||||
"providers/libdefault.a" => [
|
||||
"AES_ASM",
|
||||
"ECP_NISTZ256_ASM",
|
||||
"KECCAK1600_ASM",
|
||||
"OPENSSL_CPUID_OBJ",
|
||||
"VPAES_ASM"
|
||||
"SHA1_ASM",
|
||||
"SHA256_ASM",
|
||||
"SHA512_ASM",
|
||||
"VPAES_ASM",
|
||||
"X25519_ASM"
|
||||
],
|
||||
"providers/libfips.a" => [
|
||||
"AES_ASM",
|
||||
@ -2926,6 +2941,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5272,6 +5290,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7801,6 +7822,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7810,6 +7836,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7965,6 +7995,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -10059,6 +10093,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11965,6 +12000,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14311,6 +14349,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16716,6 +16757,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18887,6 +18929,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18896,6 +18943,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19186,6 +19237,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19732,6 +19787,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -20394,8 +20450,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20434,6 +20492,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -25027,6 +25086,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -25449,6 +25511,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -27019,6 +27082,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -27032,6 +27101,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -27378,6 +27453,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc-as"
|
||||
#define DATE "built on: Fri Jul 8 16:43:31 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:13:29 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -845,6 +845,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -156,7 +156,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -206,7 +206,7 @@ our %config = (
|
||||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -258,11 +258,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "aix64-gcc-as",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar -X64",
|
||||
@ -1270,12 +1270,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1390,6 +1396,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1593,8 +1602,14 @@ our %unified_info = (
|
||||
],
|
||||
"providers/libdefault.a" => [
|
||||
"AES_ASM",
|
||||
"ECP_NISTZ256_ASM",
|
||||
"KECCAK1600_ASM",
|
||||
"OPENSSL_CPUID_OBJ",
|
||||
"VPAES_ASM"
|
||||
"SHA1_ASM",
|
||||
"SHA256_ASM",
|
||||
"SHA512_ASM",
|
||||
"VPAES_ASM",
|
||||
"X25519_ASM"
|
||||
],
|
||||
"providers/libfips.a" => [
|
||||
"AES_ASM",
|
||||
@ -2854,6 +2869,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5200,6 +5218,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7633,6 +7654,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7642,6 +7668,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7797,6 +7827,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9891,6 +9925,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11797,6 +11832,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14143,6 +14181,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16452,6 +16493,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18551,6 +18593,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18560,6 +18607,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18850,6 +18901,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19396,6 +19451,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -20034,8 +20090,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20074,6 +20132,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24667,6 +24726,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -25089,6 +25151,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26515,6 +26578,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26528,6 +26597,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -26874,6 +26949,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc-as"
|
||||
#define DATE "built on: Fri Jul 8 16:43:40 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:13:38 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -845,6 +845,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -154,7 +154,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -205,7 +205,7 @@ our %config = (
|
||||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -258,11 +258,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned char",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "aix64-gcc-as",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar -X64",
|
||||
@ -1271,12 +1271,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1391,6 +1397,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -2820,6 +2829,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5166,6 +5178,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7599,6 +7614,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7608,6 +7628,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7763,6 +7787,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9817,6 +9845,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11723,6 +11752,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14069,6 +14101,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16378,6 +16413,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18477,6 +18513,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18486,6 +18527,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18776,6 +18821,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19322,6 +19371,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -19960,8 +20010,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20000,6 +20052,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24452,6 +24505,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -24874,6 +24930,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26281,6 +26338,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26294,6 +26357,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -26640,6 +26709,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc-as"
|
||||
#define DATE "built on: Fri Jul 8 16:43:49 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:13:46 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
*/
|
||||
# define OPENSSL_VERSION_MAJOR 3
|
||||
# define OPENSSL_VERSION_MINOR 0
|
||||
# define OPENSSL_VERSION_PATCH 5
|
||||
# define OPENSSL_VERSION_PATCH 7
|
||||
|
||||
/*
|
||||
* Additional version information
|
||||
@ -74,21 +74,21 @@ extern "C" {
|
||||
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
||||
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
||||
*/
|
||||
# define OPENSSL_VERSION_STR "3.0.5"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
|
||||
# define OPENSSL_VERSION_STR "3.0.7"
|
||||
# define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
|
||||
|
||||
/*
|
||||
* SECTION 3: ADDITIONAL METADATA
|
||||
*
|
||||
* These strings are defined separately to allow them to be parsable.
|
||||
*/
|
||||
# define OPENSSL_RELEASE_DATE "5 Jul 2022"
|
||||
# define OPENSSL_RELEASE_DATE "1 Nov 2022"
|
||||
|
||||
/*
|
||||
* SECTION 4: BACKWARD COMPATIBILITY
|
||||
*/
|
||||
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
|
||||
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
|
||||
|
||||
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
||||
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
||||
|
@ -842,6 +842,7 @@
|
||||
'openssl/providers/implementations/digests/md5_prov.c',
|
||||
'openssl/providers/implementations/digests/md5_sha1_prov.c',
|
||||
'openssl/providers/implementations/digests/null_prov.c',
|
||||
'openssl/providers/implementations/digests/ripemd_prov.c',
|
||||
'openssl/providers/implementations/digests/sha2_prov.c',
|
||||
'openssl/providers/implementations/digests/sha3_prov.c',
|
||||
'openssl/providers/implementations/digests/sm3_prov.c',
|
||||
|
@ -156,7 +156,7 @@ our %config = (
|
||||
],
|
||||
"dynamic_engines" => "0",
|
||||
"ex_libs" => [],
|
||||
"full_version" => "3.0.5+quic",
|
||||
"full_version" => "3.0.7+quic",
|
||||
"includes" => [],
|
||||
"lflags" => [],
|
||||
"lib_defines" => [
|
||||
@ -206,7 +206,7 @@ our %config = (
|
||||
],
|
||||
"openssldir" => "",
|
||||
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
"patch" => "5",
|
||||
"patch" => "7",
|
||||
"perl_archname" => "x86_64-linux-gnu-thread-multi",
|
||||
"perl_cmd" => "/usr/bin/perl",
|
||||
"perl_version" => "5.30.0",
|
||||
@ -258,11 +258,11 @@ our %config = (
|
||||
"prerelease" => "",
|
||||
"processor" => "",
|
||||
"rc4_int" => "unsigned int",
|
||||
"release_date" => "5 Jul 2022",
|
||||
"release_date" => "1 Nov 2022",
|
||||
"shlib_version" => "81.3",
|
||||
"sourcedir" => ".",
|
||||
"target" => "darwin-i386-cc",
|
||||
"version" => "3.0.5"
|
||||
"version" => "3.0.7"
|
||||
);
|
||||
our %target = (
|
||||
"AR" => "ar",
|
||||
@ -1268,12 +1268,18 @@ our %unified_info = (
|
||||
"test/exptest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ext_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fatalerrtest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/ffc_internal_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/fips_version_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/gmdifftest" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1388,6 +1394,9 @@ our %unified_info = (
|
||||
"test/provider_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/punycode_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
"test/rand_status_test" => {
|
||||
"noinst" => "1"
|
||||
},
|
||||
@ -1605,8 +1614,12 @@ our %unified_info = (
|
||||
],
|
||||
"providers/libdefault.a" => [
|
||||
"AES_ASM",
|
||||
"ECP_NISTZ256_ASM",
|
||||
"OPENSSL_CPUID_OBJ",
|
||||
"OPENSSL_IA32_SSE2",
|
||||
"SHA1_ASM",
|
||||
"SHA256_ASM",
|
||||
"SHA512_ASM",
|
||||
"VPAES_ASM"
|
||||
],
|
||||
"providers/libfips.a" => [
|
||||
@ -2875,6 +2888,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -5221,6 +5237,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -7646,6 +7665,11 @@ our %unified_info = (
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"libcrypto.a",
|
||||
"libssl.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"libcrypto",
|
||||
"libssl",
|
||||
@ -7655,6 +7679,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -7810,6 +7838,10 @@ our %unified_info = (
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"libcrypto.a",
|
||||
"test/libtestutil.a"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"libcrypto",
|
||||
"test/libtestutil.a"
|
||||
@ -9889,6 +9921,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -11795,6 +11828,9 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_gmtime.html" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -14141,6 +14177,9 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3" => [
|
||||
"doc/man3/OPENSSL_fork_prepare.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_gmtime.3" => [
|
||||
"doc/man3/OPENSSL_gmtime.pod"
|
||||
],
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3" => [
|
||||
"doc/man3/OPENSSL_hexchar2int.pod"
|
||||
],
|
||||
@ -16433,6 +16472,7 @@ our %unified_info = (
|
||||
"doc/html/man3/OPENSSL_LH_stats.html",
|
||||
"doc/html/man3/OPENSSL_config.html",
|
||||
"doc/html/man3/OPENSSL_fork_prepare.html",
|
||||
"doc/html/man3/OPENSSL_gmtime.html",
|
||||
"doc/html/man3/OPENSSL_hexchar2int.html",
|
||||
"doc/html/man3/OPENSSL_ia32cap.html",
|
||||
"doc/html/man3/OPENSSL_init_crypto.html",
|
||||
@ -18524,6 +18564,11 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
".",
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18533,6 +18578,10 @@ our %unified_info = (
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -18823,6 +18872,10 @@ our %unified_info = (
|
||||
"apps/include",
|
||||
"."
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"include",
|
||||
"apps/include"
|
||||
@ -19369,6 +19422,7 @@ our %unified_info = (
|
||||
"doc/man/man3/OPENSSL_LH_stats.3",
|
||||
"doc/man/man3/OPENSSL_config.3",
|
||||
"doc/man/man3/OPENSSL_fork_prepare.3",
|
||||
"doc/man/man3/OPENSSL_gmtime.3",
|
||||
"doc/man/man3/OPENSSL_hexchar2int.3",
|
||||
"doc/man/man3/OPENSSL_ia32cap.3",
|
||||
"doc/man/man3/OPENSSL_init_crypto.3",
|
||||
@ -20007,8 +20061,10 @@ our %unified_info = (
|
||||
"test/evp_test",
|
||||
"test/exdatatest",
|
||||
"test/exptest",
|
||||
"test/ext_internal_test",
|
||||
"test/fatalerrtest",
|
||||
"test/ffc_internal_test",
|
||||
"test/fips_version_test",
|
||||
"test/gmdifftest",
|
||||
"test/hexstr_test",
|
||||
"test/hmactest",
|
||||
@ -20047,6 +20103,7 @@ our %unified_info = (
|
||||
"test/provider_pkey_test",
|
||||
"test/provider_status_test",
|
||||
"test/provider_test",
|
||||
"test/punycode_test",
|
||||
"test/rand_status_test",
|
||||
"test/rand_test",
|
||||
"test/rc2test",
|
||||
@ -24588,6 +24645,9 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
|
||||
"providers/implementations/digests/null_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
|
||||
"providers/implementations/digests/ripemd_prov.c"
|
||||
],
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
|
||||
"providers/implementations/digests/sha2_prov.c"
|
||||
],
|
||||
@ -25009,6 +25069,7 @@ our %unified_info = (
|
||||
"providers/implementations/digests/libdefault-lib-md5_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-null_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
|
||||
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
|
||||
@ -26430,6 +26491,12 @@ our %unified_info = (
|
||||
"test/exptest-bin-exptest.o" => [
|
||||
"test/exptest.c"
|
||||
],
|
||||
"test/ext_internal_test" => [
|
||||
"test/ext_internal_test-bin-ext_internal_test.o"
|
||||
],
|
||||
"test/ext_internal_test-bin-ext_internal_test.o" => [
|
||||
"test/ext_internal_test.c"
|
||||
],
|
||||
"test/fatalerrtest" => [
|
||||
"test/fatalerrtest-bin-fatalerrtest.o",
|
||||
"test/helpers/fatalerrtest-bin-ssltestlib.o"
|
||||
@ -26443,6 +26510,12 @@ our %unified_info = (
|
||||
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
|
||||
"test/ffc_internal_test.c"
|
||||
],
|
||||
"test/fips_version_test" => [
|
||||
"test/fips_version_test-bin-fips_version_test.o"
|
||||
],
|
||||
"test/fips_version_test-bin-fips_version_test.o" => [
|
||||
"test/fips_version_test.c"
|
||||
],
|
||||
"test/gmdifftest" => [
|
||||
"test/gmdifftest-bin-gmdifftest.o"
|
||||
],
|
||||
@ -26788,6 +26861,12 @@ our %unified_info = (
|
||||
"test/provider_test-bin-provider_test.o" => [
|
||||
"test/provider_test.c"
|
||||
],
|
||||
"test/punycode_test" => [
|
||||
"test/punycode_test-bin-punycode_test.o"
|
||||
],
|
||||
"test/punycode_test-bin-punycode_test.o" => [
|
||||
"test/punycode_test.c"
|
||||
],
|
||||
"test/rand_status_test" => [
|
||||
"test/rand_status_test-bin-rand_status_test.o"
|
||||
],
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin-i386-cc"
|
||||
#define DATE "built on: Fri Jul 8 16:45:27 2022 UTC"
|
||||
#define DATE "built on: Thu Nov 3 02:15:19 2022 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
|
||||
|
||||
# define ossl_bio__attr__(x)
|
||||
# if defined(__GNUC__) && defined(__STDC_VERSION__) \
|
||||
&& !defined(__MINGW32__) && !defined(__MINGW64__) \
|
||||
&& !defined(__APPLE__)
|
||||
/*
|
||||
* Because we support the 'z' modifier, which made its appearance in C99,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
|
||||
# define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
|
||||
# define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
|
||||
|
||||
/* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user