| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 684bae5 commit dd627ce
319 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -171,7 +171,7 @@ our %config = ( | |||
| 171 | 171 | ], | |
| 172 | 172 | "dynamic_engines" => "0", | |
| 173 | 173 | "ex_libs" => [], | |
| 174 | - "full_version" => "3.5.6", | ||
| 174 | + "full_version" => "3.5.7", | ||
| 175 | 175 | "includes" => [], | |
| 176 | 176 | "lflags" => [], | |
| 177 | 177 | "lib_defines" => [ | |
@@ -233,7 +233,7 @@ our %config = ( | |||
| 233 | 233 | "openssl_sys_defines" => [], | |
| 234 | 234 | "openssldir" => "", | |
| 235 | 235 | "options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic", | |
| 236 | - "patch" => "6", | ||
| 236 | + "patch" => "7", | ||
| 237 | 237 | "perl_archname" => "x86_64-linux-gnu-thread-multi", | |
| 238 | 238 | "perl_cmd" => "/usr/bin/perl", | |
| 239 | 239 | "perl_version" => "5.34.0", | |
@@ -286,11 +286,11 @@ our %config = ( | |||
| 286 | 286 | "prerelease" => "", | |
| 287 | 287 | "processor" => "", | |
| 288 | 288 | "rc4_int" => "unsigned int", | |
| 289 | - "release_date" => "7 Apr 2026", | ||
| 289 | + "release_date" => "9 Jun 2026", | ||
| 290 | 290 | "shlib_version" => "3", | |
| 291 | 291 | "sourcedir" => ".", | |
| 292 | 292 | "target" => "BSD-x86", | |
| 293 | - "version" => "3.5.6" | ||
| 293 | + "version" => "3.5.7" | ||
| 294 | 294 | ); | |
| 295 | 295 | our %target = ( | |
| 296 | 296 | "AR" => "ar", | |
@@ -1851,6 +1851,9 @@ our %unified_info = ( | |||
| 1851 | 1851 | "test/tls13groupselection_test" => { | |
| 1852 | 1852 | "noinst" => "1" | |
| 1853 | 1853 | }, | |
| 1854 | + "test/tls13ticket_test" => { | ||
| 1855 | + "noinst" => "1" | ||
| 1856 | + }, | ||
| 1854 | 1857 | "test/trace_api_test" => { | |
| 1855 | 1858 | "noinst" => "1" | |
| 1856 | 1859 | }, | |
@@ -9510,6 +9513,11 @@ our %unified_info = ( | |||
| 9510 | 9513 | "libssl", | |
| 9511 | 9514 | "test/libtestutil.a" | |
| 9512 | 9515 | ], | |
| 9516 | + "test/tls13ticket_test" => [ | ||
| 9517 | + "libcrypto", | ||
| 9518 | + "libssl", | ||
| 9519 | + "test/libtestutil.a" | ||
| 9520 | + ], | ||
| 9513 | 9521 | "test/trace_api_test" => [ | |
| 9514 | 9522 | "libcrypto.a", | |
| 9515 | 9523 | "test/libtestutil.a" | |
@@ -12148,7 +12156,8 @@ our %unified_info = ( | |||
| 12148 | 12156 | "test/helpers/sslbuffertest-bin-ssltestlib.o", | |
| 12149 | 12157 | "test/helpers/sslcorrupttest-bin-ssltestlib.o", | |
| 12150 | 12158 | "test/helpers/tls13ccstest-bin-ssltestlib.o", | |
| 12151 | - "test/helpers/tls13groupselection_test-bin-ssltestlib.o" | ||
| 12159 | + "test/helpers/tls13groupselection_test-bin-ssltestlib.o", | ||
| 12160 | + "test/helpers/tls13ticket_test-bin-ssltestlib.o" | ||
| 12152 | 12161 | ], | |
| 12153 | 12162 | "products" => { | |
| 12154 | 12163 | "bin" => [ | |
@@ -12186,7 +12195,8 @@ our %unified_info = ( | |||
| 12186 | 12195 | "test/sslbuffertest", | |
| 12187 | 12196 | "test/sslcorrupttest", | |
| 12188 | 12197 | "test/tls13ccstest", | |
| 12189 | - "test/tls13groupselection_test" | ||
| 12198 | + "test/tls13groupselection_test", | ||
| 12199 | + "test/tls13ticket_test" | ||
| 12190 | 12200 | ] | |
| 12191 | 12201 | } | |
| 12192 | 12202 | }, | |
@@ -22067,6 +22077,10 @@ our %unified_info = ( | |||
| 22067 | 22077 | ".", | |
| 22068 | 22078 | "include" | |
| 22069 | 22079 | ], | |
| 22080 | + "test/helpers/tls13ticket_test-bin-ssltestlib.o" => [ | ||
| 22081 | + ".", | ||
| 22082 | + "include" | ||
| 22083 | + ], | ||
| 22070 | 22084 | "test/hexstr_test" => [ | |
| 22071 | 22085 | ".", | |
| 22072 | 22086 | "include", | |
@@ -22581,6 +22595,10 @@ our %unified_info = ( | |||
| 22581 | 22595 | "include", | |
| 22582 | 22596 | "apps/include" | |
| 22583 | 22597 | ], | |
| 22598 | + "test/tls13ticket_test" => [ | ||
| 22599 | + "include", | ||
| 22600 | + "apps/include" | ||
| 22601 | + ], | ||
| 22584 | 22602 | "test/trace_api_test" => [ | |
| 22585 | 22603 | ".", | |
| 22586 | 22604 | "include", | |
@@ -23909,6 +23927,7 @@ our %unified_info = ( | |||
| 23909 | 23927 | "test/tls13ccstest", | |
| 23910 | 23928 | "test/tls13encryptiontest", | |
| 23911 | 23929 | "test/tls13groupselection_test", | |
| 23930 | + "test/tls13ticket_test", | ||
| 23912 | 23931 | "test/trace_api_test", | |
| 23913 | 23932 | "test/uitest", | |
| 23914 | 23933 | "test/upcallstest", | |
@@ -31640,6 +31659,9 @@ our %unified_info = ( | |||
| 31640 | 31659 | "test/helpers/tls13groupselection_test-bin-ssltestlib.o" => [ | |
| 31641 | 31660 | "test/helpers/ssltestlib.c" | |
| 31642 | 31661 | ], | |
| 31662 | + "test/helpers/tls13ticket_test-bin-ssltestlib.o" => [ | ||
| 31663 | + "test/helpers/ssltestlib.c" | ||
| 31664 | + ], | ||
| 31643 | 31665 | "test/hexstr_test" => [ | |
| 31644 | 31666 | "test/hexstr_test-bin-hexstr_test.o" | |
| 31645 | 31667 | ], | |
@@ -32518,6 +32540,13 @@ our %unified_info = ( | |||
| 32518 | 32540 | "test/tls13groupselection_test-bin-tls13groupselection_test.o" => [ | |
| 32519 | 32541 | "test/tls13groupselection_test.c" | |
| 32520 | 32542 | ], | |
| 32543 | + "test/tls13ticket_test" => [ | ||
| 32544 | + "test/helpers/tls13ticket_test-bin-ssltestlib.o", | ||
| 32545 | + "test/tls13ticket_test-bin-tls13tickettest.o" | ||
| 32546 | + ], | ||
| 32547 | + "test/tls13ticket_test-bin-tls13tickettest.o" => [ | ||
| 32548 | + "test/tls13tickettest.c" | ||
| 32549 | + ], | ||
| 32521 | 32550 | "test/trace_api_test" => [ | |
| 32522 | 32551 | "test/trace_api_test-bin-trace_api_test.o" | |
| 32523 | 32552 | ], | |
| 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: Tue Apr 7 19:05:06 2026 UTC" | ||
| 14 | + #define DATE "built on: Tue Jun 9 13:41:00 2026 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 | |
|---|---|---|---|
@@ -34,7 +34,7 @@ extern "C" { | |||
| 34 | 34 | # define OPENSSL_VERSION_MINOR 5 | |
| 35 | 35 | /* clang-format on */ | |
| 36 | 36 | /* clang-format off */ | |
| 37 | - # define OPENSSL_VERSION_PATCH 6 | ||
| 37 | + # define OPENSSL_VERSION_PATCH 7 | ||
| 38 | 38 | /* clang-format on */ | |
| 39 | 39 | ||
| 40 | 40 | /* | |
@@ -87,10 +87,10 @@ extern "C" { | |||
| 87 | 87 | * OPENSSL_VERSION_BUILD_METADATA_STR appended. | |
| 88 | 88 | */ | |
| 89 | 89 | /* clang-format off */ | |
| 90 | - # define OPENSSL_VERSION_STR "3.5.6" | ||
| 90 | + # define OPENSSL_VERSION_STR "3.5.7" | ||
| 91 | 91 | /* clang-format on */ | |
| 92 | 92 | /* clang-format off */ | |
| 93 | - # define OPENSSL_FULL_VERSION_STR "3.5.6" | ||
| 93 | + # define OPENSSL_FULL_VERSION_STR "3.5.7" | ||
| 94 | 94 | /* clang-format on */ | |
| 95 | 95 | ||
| 96 | 96 | /* | |
@@ -99,15 +99,15 @@ extern "C" { | |||
| 99 | 99 | * These strings are defined separately to allow them to be parsable. | |
| 100 | 100 | */ | |
| 101 | 101 | /* clang-format off */ | |
| 102 | - # define OPENSSL_RELEASE_DATE "7 Apr 2026" | ||
| 102 | + # define OPENSSL_RELEASE_DATE "9 Jun 2026" | ||
| 103 | 103 | /* clang-format on */ | |
| 104 | 104 | ||
| 105 | 105 | /* | |
| 106 | 106 | * SECTION 4: BACKWARD COMPATIBILITY | |
| 107 | 107 | */ | |
| 108 | 108 | ||
| 109 | 109 | /* clang-format off */ | |
| 110 | - # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026" | ||
| 110 | + # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.7 9 Jun 2026" | ||
| 111 | 111 | /* clang-format on */ | |
| 112 | 112 | ||
| 113 | 113 | /* clang-format off */ | |
| 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/ssl.h.in | |
| 4 | 4 | * | |
| 5 | - * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved. | ||
| 5 | + * Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved. | ||
| 6 | 6 | * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved | |
| 7 | 7 | * Copyright 2005 Nokia. All rights reserved. | |
| 8 | 8 | * | |
@@ -2598,7 +2598,7 @@ SSL_as_poll_descriptor(SSL *s) | |||
| 2598 | 2598 | __owur int SSL_session_reused(const SSL *s); | |
| 2599 | 2599 | __owur int SSL_is_server(const SSL *s); | |
| 2600 | 2600 | ||
| 2601 | - __owur __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void); | ||
| 2601 | + __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void); | ||
| 2602 | 2602 | int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx); | |
| 2603 | 2603 | void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx); | |
| 2604 | 2604 | unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags); | |
| 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/x509_acert.h.in | |
| 4 | 4 | * | |
| 5 | - * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved. | ||
| 5 | + * Copyright 2022-2026 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 | |
@@ -22,6 +22,10 @@ | |||
| 22 | 22 | #include <openssl/x509.h> | |
| 23 | 23 | #include <openssl/pem.h> | |
| 24 | 24 | ||
| 25 | + #ifdef __cplusplus | ||
| 26 | + extern "C" { | ||
| 27 | + #endif | ||
| 28 | + | ||
| 25 | 29 | typedef struct X509_acert_st X509_ACERT; | |
| 26 | 30 | typedef struct X509_acert_info_st X509_ACERT_INFO; | |
| 27 | 31 | typedef struct ossl_object_digest_info_st OSSL_OBJECT_DIGEST_INFO; | |
@@ -301,4 +305,8 @@ SKM_DEFINE_STACK_OF_INTERNAL(OSSL_ISSUER_SERIAL, OSSL_ISSUER_SERIAL, OSSL_ISSUER | |||
| 301 | 305 | ||
| 302 | 306 | /* clang-format on */ | |
| 303 | 307 | ||
| 308 | + #ifdef __cplusplus | ||
| 309 | + } | ||
| 310 | + #endif | ||
| 311 | + | ||
| 304 | 312 | #endif | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -171,7 +171,7 @@ our %config = ( | |||
| 171 | 171 | ], | |
| 172 | 172 | "dynamic_engines" => "0", | |
| 173 | 173 | "ex_libs" => [], | |
| 174 | - "full_version" => "3.5.6", | ||
| 174 | + "full_version" => "3.5.7", | ||
| 175 | 175 | "includes" => [], | |
| 176 | 176 | "lflags" => [], | |
| 177 | 177 | "lib_defines" => [ | |
@@ -233,7 +233,7 @@ our %config = ( | |||
| 233 | 233 | "openssl_sys_defines" => [], | |
| 234 | 234 | "openssldir" => "", | |
| 235 | 235 | "options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic", | |
| 236 | - "patch" => "6", | ||
| 236 | + "patch" => "7", | ||
| 237 | 237 | "perl_archname" => "x86_64-linux-gnu-thread-multi", | |
| 238 | 238 | "perl_cmd" => "/usr/bin/perl", | |
| 239 | 239 | "perl_version" => "5.34.0", | |
@@ -286,11 +286,11 @@ our %config = ( | |||
| 286 | 286 | "prerelease" => "", | |
| 287 | 287 | "processor" => "", | |
| 288 | 288 | "rc4_int" => "unsigned int", | |
| 289 | - "release_date" => "7 Apr 2026", | ||
| 289 | + "release_date" => "9 Jun 2026", | ||
| 290 | 290 | "shlib_version" => "3", | |
| 291 | 291 | "sourcedir" => ".", | |
| 292 | 292 | "target" => "BSD-x86", | |
| 293 | - "version" => "3.5.6" | ||
| 293 | + "version" => "3.5.7" | ||
| 294 | 294 | ); | |
| 295 | 295 | our %target = ( | |
| 296 | 296 | "AR" => "ar", | |
@@ -1851,6 +1851,9 @@ our %unified_info = ( | |||
| 1851 | 1851 | "test/tls13groupselection_test" => { | |
| 1852 | 1852 | "noinst" => "1" | |
| 1853 | 1853 | }, | |
| 1854 | + "test/tls13ticket_test" => { | ||
| 1855 | + "noinst" => "1" | ||
| 1856 | + }, | ||
| 1854 | 1857 | "test/trace_api_test" => { | |
| 1855 | 1858 | "noinst" => "1" | |
| 1856 | 1859 | }, | |
@@ -9510,6 +9513,11 @@ our %unified_info = ( | |||
| 9510 | 9513 | "libssl", | |
| 9511 | 9514 | "test/libtestutil.a" | |
| 9512 | 9515 | ], | |
| 9516 | + "test/tls13ticket_test" => [ | ||
| 9517 | + "libcrypto", | ||
| 9518 | + "libssl", | ||
| 9519 | + "test/libtestutil.a" | ||
| 9520 | + ], | ||
| 9513 | 9521 | "test/trace_api_test" => [ | |
| 9514 | 9522 | "libcrypto.a", | |
| 9515 | 9523 | "test/libtestutil.a" | |
@@ -12148,7 +12156,8 @@ our %unified_info = ( | |||
| 12148 | 12156 | "test/helpers/sslbuffertest-bin-ssltestlib.o", | |
| 12149 | 12157 | "test/helpers/sslcorrupttest-bin-ssltestlib.o", | |
| 12150 | 12158 | "test/helpers/tls13ccstest-bin-ssltestlib.o", | |
| 12151 | - "test/helpers/tls13groupselection_test-bin-ssltestlib.o" | ||
| 12159 | + "test/helpers/tls13groupselection_test-bin-ssltestlib.o", | ||
| 12160 | + "test/helpers/tls13ticket_test-bin-ssltestlib.o" | ||
| 12152 | 12161 | ], | |
| 12153 | 12162 | "products" => { | |
| 12154 | 12163 | "bin" => [ | |
@@ -12186,7 +12195,8 @@ our %unified_info = ( | |||
| 12186 | 12195 | "test/sslbuffertest", | |
| 12187 | 12196 | "test/sslcorrupttest", | |
| 12188 | 12197 | "test/tls13ccstest", | |
| 12189 | - "test/tls13groupselection_test" | ||
| 12198 | + "test/tls13groupselection_test", | ||
| 12199 | + "test/tls13ticket_test" | ||
| 12190 | 12200 | ] | |
| 12191 | 12201 | } | |
| 12192 | 12202 | }, | |
@@ -22067,6 +22077,10 @@ our %unified_info = ( | |||
| 22067 | 22077 | ".", | |
| 22068 | 22078 | "include" | |
| 22069 | 22079 | ], | |
| 22080 | + "test/helpers/tls13ticket_test-bin-ssltestlib.o" => [ | ||
| 22081 | + ".", | ||
| 22082 | + "include" | ||
| 22083 | + ], | ||
| 22070 | 22084 | "test/hexstr_test" => [ | |
| 22071 | 22085 | ".", | |
| 22072 | 22086 | "include", | |
@@ -22581,6 +22595,10 @@ our %unified_info = ( | |||
| 22581 | 22595 | "include", | |
| 22582 | 22596 | "apps/include" | |
| 22583 | 22597 | ], | |
| 22598 | + "test/tls13ticket_test" => [ | ||
| 22599 | + "include", | ||
| 22600 | + "apps/include" | ||
| 22601 | + ], | ||
| 22584 | 22602 | "test/trace_api_test" => [ | |
| 22585 | 22603 | ".", | |
| 22586 | 22604 | "include", | |
@@ -23909,6 +23927,7 @@ our %unified_info = ( | |||
| 23909 | 23927 | "test/tls13ccstest", | |
| 23910 | 23928 | "test/tls13encryptiontest", | |
| 23911 | 23929 | "test/tls13groupselection_test", | |
| 23930 | + "test/tls13ticket_test", | ||
| 23912 | 23931 | "test/trace_api_test", | |
| 23913 | 23932 | "test/uitest", | |
| 23914 | 23933 | "test/upcallstest", | |
@@ -31640,6 +31659,9 @@ our %unified_info = ( | |||
| 31640 | 31659 | "test/helpers/tls13groupselection_test-bin-ssltestlib.o" => [ | |
| 31641 | 31660 | "test/helpers/ssltestlib.c" | |
| 31642 | 31661 | ], | |
| 31662 | + "test/helpers/tls13ticket_test-bin-ssltestlib.o" => [ | ||
| 31663 | + "test/helpers/ssltestlib.c" | ||
| 31664 | + ], | ||
| 31643 | 31665 | "test/hexstr_test" => [ | |
| 31644 | 31666 | "test/hexstr_test-bin-hexstr_test.o" | |
| 31645 | 31667 | ], | |
@@ -32518,6 +32540,13 @@ our %unified_info = ( | |||
| 32518 | 32540 | "test/tls13groupselection_test-bin-tls13groupselection_test.o" => [ | |
| 32519 | 32541 | "test/tls13groupselection_test.c" | |
| 32520 | 32542 | ], | |
| 32543 | + "test/tls13ticket_test" => [ | ||
| 32544 | + "test/helpers/tls13ticket_test-bin-ssltestlib.o", | ||
| 32545 | + "test/tls13ticket_test-bin-tls13tickettest.o" | ||
| 32546 | + ], | ||
| 32547 | + "test/tls13ticket_test-bin-tls13tickettest.o" => [ | ||
| 32548 | + "test/tls13tickettest.c" | ||
| 32549 | + ], | ||
| 32521 | 32550 | "test/trace_api_test" => [ | |
| 32522 | 32551 | "test/trace_api_test-bin-trace_api_test.o" | |
| 32523 | 32552 | ], | |
| 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: Tue Apr 7 19:05:23 2026 UTC" | ||
| 14 | + #define DATE "built on: Tue Jun 9 13:41:17 2026 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