| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent da26cdb commit 3f6dcc6
272 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -156,7 +156,7 @@ our %config = ( | |||
| 156 | 156 | ], | |
| 157 | 157 | "dynamic_engines" => "0", | |
| 158 | 158 | "ex_libs" => [], | |
| 159 | - "full_version" => "3.0.10+quic", | ||
| 159 | + "full_version" => "3.0.12+quic", | ||
| 160 | 160 | "includes" => [], | |
| 161 | 161 | "lflags" => [], | |
| 162 | 162 | "lib_defines" => [ | |
@@ -203,7 +203,7 @@ our %config = ( | |||
| 203 | 203 | "openssl_sys_defines" => [], | |
| 204 | 204 | "openssldir" => "", | |
| 205 | 205 | "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", | |
| 206 | - "patch" => "10", | ||
| 206 | + "patch" => "12", | ||
| 207 | 207 | "perl_archname" => "x86_64-linux-gnu-thread-multi", | |
| 208 | 208 | "perl_cmd" => "/usr/bin/perl", | |
| 209 | 209 | "perl_version" => "5.34.0", | |
@@ -255,11 +255,11 @@ our %config = ( | |||
| 255 | 255 | "prerelease" => "", | |
| 256 | 256 | "processor" => "", | |
| 257 | 257 | "rc4_int" => "unsigned int", | |
| 258 | - "release_date" => "1 Aug 2023", | ||
| 258 | + "release_date" => "24 Oct 2023", | ||
| 259 | 259 | "shlib_version" => "81.3", | |
| 260 | 260 | "sourcedir" => ".", | |
| 261 | 261 | "target" => "BSD-x86", | |
| 262 | - "version" => "3.0.10" | ||
| 262 | + "version" => "3.0.12" | ||
| 263 | 263 | ); | |
| 264 | 264 | our %target = ( | |
| 265 | 265 | "AR" => "ar", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86" | |
| 14 | - #define DATE "built on: Sun Aug 6 00:25:19 2023 UTC" | ||
| 14 | + #define DATE "built on: Thu Oct 26 14:48:37 2023 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ extern "C" { | |||
| 29 | 29 | */ | |
| 30 | 30 | # define OPENSSL_VERSION_MAJOR 3 | |
| 31 | 31 | # define OPENSSL_VERSION_MINOR 0 | |
| 32 | - # define OPENSSL_VERSION_PATCH 10 | ||
| 32 | + # define OPENSSL_VERSION_PATCH 12 | ||
| 33 | 33 | ||
| 34 | 34 | /* | |
| 35 | 35 | * Additional version information | |
@@ -74,21 +74,21 @@ extern "C" { | |||
| 74 | 74 | * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and | |
| 75 | 75 | * OPENSSL_VERSION_BUILD_METADATA_STR appended. | |
| 76 | 76 | */ | |
| 77 | - # define OPENSSL_VERSION_STR "3.0.10" | ||
| 78 | - # define OPENSSL_FULL_VERSION_STR "3.0.10+quic" | ||
| 77 | + # define OPENSSL_VERSION_STR "3.0.12" | ||
| 78 | + # define OPENSSL_FULL_VERSION_STR "3.0.12+quic" | ||
| 79 | 79 | ||
| 80 | 80 | /* | |
| 81 | 81 | * SECTION 3: ADDITIONAL METADATA | |
| 82 | 82 | * | |
| 83 | 83 | * These strings are defined separately to allow them to be parsable. | |
| 84 | 84 | */ | |
| 85 | - # define OPENSSL_RELEASE_DATE "1 Aug 2023" | ||
| 85 | + # define OPENSSL_RELEASE_DATE "24 Oct 2023" | ||
| 86 | 86 | ||
| 87 | 87 | /* | |
| 88 | 88 | * SECTION 4: BACKWARD COMPATIBILITY | |
| 89 | 89 | */ | |
| 90 | 90 | ||
| 91 | - # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023" | ||
| 91 | + # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023" | ||
| 92 | 92 | ||
| 93 | 93 | /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ | |
| 94 | 94 | # ifdef OPENSSL_VERSION_PRE_RELEASE | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | * WARNING: do not edit! | |
| 3 | 3 | * Generated by Makefile from include/openssl/pkcs7.h.in | |
| 4 | 4 | * | |
| 5 | - * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. | ||
| 5 | + * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved. | ||
| 6 | 6 | * | |
| 7 | 7 | * Licensed under the Apache License 2.0 (the "License"). You may not use | |
| 8 | 8 | * this file except in compliance with the License. You can obtain a copy | |
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st { | |||
| 56 | 56 | PKCS7_ISSUER_AND_SERIAL *issuer_and_serial; | |
| 57 | 57 | X509_ALGOR *digest_alg; | |
| 58 | 58 | STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */ | |
| 59 | - X509_ALGOR *digest_enc_alg; | ||
| 60 | - ASN1_OCTET_STRING *enc_digest; | ||
| 59 | + X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */ | ||
| 60 | + ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */ | ||
| 61 | 61 | STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */ | |
| 62 | 62 | /* The private key to sign with */ | |
| 63 | 63 | EVP_PKEY *pkey; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -156,7 +156,7 @@ our %config = ( | |||
| 156 | 156 | ], | |
| 157 | 157 | "dynamic_engines" => "0", | |
| 158 | 158 | "ex_libs" => [], | |
| 159 | - "full_version" => "3.0.10+quic", | ||
| 159 | + "full_version" => "3.0.12+quic", | ||
| 160 | 160 | "includes" => [], | |
| 161 | 161 | "lflags" => [], | |
| 162 | 162 | "lib_defines" => [ | |
@@ -203,7 +203,7 @@ our %config = ( | |||
| 203 | 203 | "openssl_sys_defines" => [], | |
| 204 | 204 | "openssldir" => "", | |
| 205 | 205 | "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", | |
| 206 | - "patch" => "10", | ||
| 206 | + "patch" => "12", | ||
| 207 | 207 | "perl_archname" => "x86_64-linux-gnu-thread-multi", | |
| 208 | 208 | "perl_cmd" => "/usr/bin/perl", | |
| 209 | 209 | "perl_version" => "5.34.0", | |
@@ -255,11 +255,11 @@ our %config = ( | |||
| 255 | 255 | "prerelease" => "", | |
| 256 | 256 | "processor" => "", | |
| 257 | 257 | "rc4_int" => "unsigned int", | |
| 258 | - "release_date" => "1 Aug 2023", | ||
| 258 | + "release_date" => "24 Oct 2023", | ||
| 259 | 259 | "shlib_version" => "81.3", | |
| 260 | 260 | "sourcedir" => ".", | |
| 261 | 261 | "target" => "BSD-x86", | |
| 262 | - "version" => "3.0.10" | ||
| 262 | + "version" => "3.0.12" | ||
| 263 | 263 | ); | |
| 264 | 264 | our %target = ( | |
| 265 | 265 | "AR" => "ar", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86" | |
| 14 | - #define DATE "built on: Sun Aug 6 00:25:40 2023 UTC" | ||
| 14 | + #define DATE "built on: Thu Oct 26 14:48:56 2023 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ extern "C" { | |||
| 29 | 29 | */ | |
| 30 | 30 | # define OPENSSL_VERSION_MAJOR 3 | |
| 31 | 31 | # define OPENSSL_VERSION_MINOR 0 | |
| 32 | - # define OPENSSL_VERSION_PATCH 10 | ||
| 32 | + # define OPENSSL_VERSION_PATCH 12 | ||
| 33 | 33 | ||
| 34 | 34 | /* | |
| 35 | 35 | * Additional version information | |
@@ -74,21 +74,21 @@ extern "C" { | |||
| 74 | 74 | * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and | |
| 75 | 75 | * OPENSSL_VERSION_BUILD_METADATA_STR appended. | |
| 76 | 76 | */ | |
| 77 | - # define OPENSSL_VERSION_STR "3.0.10" | ||
| 78 | - # define OPENSSL_FULL_VERSION_STR "3.0.10+quic" | ||
| 77 | + # define OPENSSL_VERSION_STR "3.0.12" | ||
| 78 | + # define OPENSSL_FULL_VERSION_STR "3.0.12+quic" | ||
| 79 | 79 | ||
| 80 | 80 | /* | |
| 81 | 81 | * SECTION 3: ADDITIONAL METADATA | |
| 82 | 82 | * | |
| 83 | 83 | * These strings are defined separately to allow them to be parsable. | |
| 84 | 84 | */ | |
| 85 | - # define OPENSSL_RELEASE_DATE "1 Aug 2023" | ||
| 85 | + # define OPENSSL_RELEASE_DATE "24 Oct 2023" | ||
| 86 | 86 | ||
| 87 | 87 | /* | |
| 88 | 88 | * SECTION 4: BACKWARD COMPATIBILITY | |
| 89 | 89 | */ | |
| 90 | 90 | ||
| 91 | - # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023" | ||
| 91 | + # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023" | ||
| 92 | 92 | ||
| 93 | 93 | /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ | |
| 94 | 94 | # ifdef OPENSSL_VERSION_PRE_RELEASE | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | * WARNING: do not edit! | |
| 3 | 3 | * Generated by Makefile from include/openssl/pkcs7.h.in | |
| 4 | 4 | * | |
| 5 | - * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. | ||
| 5 | + * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved. | ||
| 6 | 6 | * | |
| 7 | 7 | * Licensed under the Apache License 2.0 (the "License"). You may not use | |
| 8 | 8 | * this file except in compliance with the License. You can obtain a copy | |
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st { | |||
| 56 | 56 | PKCS7_ISSUER_AND_SERIAL *issuer_and_serial; | |
| 57 | 57 | X509_ALGOR *digest_alg; | |
| 58 | 58 | STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */ | |
| 59 | - X509_ALGOR *digest_enc_alg; | ||
| 60 | - ASN1_OCTET_STRING *enc_digest; | ||
| 59 | + X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */ | ||
| 60 | + ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */ | ||
| 61 | 61 | STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */ | |
| 62 | 62 | /* The private key to sign with */ | |
| 63 | 63 | EVP_PKEY *pkey; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -154,7 +154,7 @@ our %config = ( | |||
| 154 | 154 | ], | |
| 155 | 155 | "dynamic_engines" => "0", | |
| 156 | 156 | "ex_libs" => [], | |
| 157 | - "full_version" => "3.0.10+quic", | ||
| 157 | + "full_version" => "3.0.12+quic", | ||
| 158 | 158 | "includes" => [], | |
| 159 | 159 | "lflags" => [], | |
| 160 | 160 | "lib_defines" => [ | |
@@ -202,7 +202,7 @@ our %config = ( | |||
| 202 | 202 | "openssl_sys_defines" => [], | |
| 203 | 203 | "openssldir" => "", | |
| 204 | 204 | "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", | |
| 205 | - "patch" => "10", | ||
| 205 | + "patch" => "12", | ||
| 206 | 206 | "perl_archname" => "x86_64-linux-gnu-thread-multi", | |
| 207 | 207 | "perl_cmd" => "/usr/bin/perl", | |
| 208 | 208 | "perl_version" => "5.34.0", | |
@@ -255,11 +255,11 @@ our %config = ( | |||
| 255 | 255 | "prerelease" => "", | |
| 256 | 256 | "processor" => "", | |
| 257 | 257 | "rc4_int" => "unsigned int", | |
| 258 | - "release_date" => "1 Aug 2023", | ||
| 258 | + "release_date" => "24 Oct 2023", | ||
| 259 | 259 | "shlib_version" => "81.3", | |
| 260 | 260 | "sourcedir" => ".", | |
| 261 | 261 | "target" => "BSD-x86", | |
| 262 | - "version" => "3.0.10" | ||
| 262 | + "version" => "3.0.12" | ||
| 263 | 263 | ); | |
| 264 | 264 | our %target = ( | |
| 265 | 265 | "AR" => "ar", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86" | |
| 14 | - #define DATE "built on: Sun Aug 6 00:26:00 2023 UTC" | ||
| 14 | + #define DATE "built on: Thu Oct 26 14:49:16 2023 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Back | FazBrowse Home | New Git URL |
0 commit comments