| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8c85570 commit fa40d3a
264 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.2", | ||
| 174 | + "full_version" => "3.5.3", | ||
| 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" => "2", | ||
| 236 | + "patch" => "3", | ||
| 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" => "5 Aug 2025", | ||
| 289 | + "release_date" => "16 Sep 2025", | ||
| 290 | 290 | "shlib_version" => "3", | |
| 291 | 291 | "sourcedir" => ".", | |
| 292 | 292 | "target" => "BSD-x86", | |
| 293 | - "version" => "3.5.2" | ||
| 293 | + "version" => "3.5.3" | ||
| 294 | 294 | ); | |
| 295 | 295 | our %target = ( | |
| 296 | 296 | "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: Tue Aug 5 17:10:12 2025 UTC" | ||
| 14 | + #define DATE "built on: Tue Sep 16 15:42:48 2025 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 | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | * WARNING: do not edit! | |
| 3 | 3 | * Generated by Makefile from include/openssl/crypto.h.in | |
| 4 | 4 | * | |
| 5 | - * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved. | ||
| 5 | + * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved. | ||
| 6 | 6 | * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved | |
| 7 | 7 | * | |
| 8 | 8 | * Licensed under the Apache License 2.0 (the "License"). You may not use | |
@@ -358,9 +358,9 @@ OSSL_CRYPTO_ALLOC void *CRYPTO_zalloc(size_t num, const char *file, int line); | |||
| 358 | 358 | OSSL_CRYPTO_ALLOC void *CRYPTO_aligned_alloc(size_t num, size_t align, | |
| 359 | 359 | void **freeptr, const char *file, | |
| 360 | 360 | int line); | |
| 361 | - OSSL_CRYPTO_ALLOC void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line); | ||
| 362 | - OSSL_CRYPTO_ALLOC char *CRYPTO_strdup(const char *str, const char *file, int line); | ||
| 363 | - OSSL_CRYPTO_ALLOC char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line); | ||
| 361 | + void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line); | ||
| 362 | + char *CRYPTO_strdup(const char *str, const char *file, int line); | ||
| 363 | + char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line); | ||
| 364 | 364 | void CRYPTO_free(void *ptr, const char *file, int line); | |
| 365 | 365 | void CRYPTO_clear_free(void *ptr, size_t num, const char *file, int line); | |
| 366 | 366 | void *CRYPTO_realloc(void *addr, size_t num, const char *file, int line); | |
| 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/opensslv.h.in | |
| 4 | 4 | * | |
| 5 | - * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved. | ||
| 5 | + * Copyright 1999-2025 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 | |
@@ -29,7 +29,7 @@ extern "C" { | |||
| 29 | 29 | */ | |
| 30 | 30 | # define OPENSSL_VERSION_MAJOR 3 | |
| 31 | 31 | # define OPENSSL_VERSION_MINOR 5 | |
| 32 | - # define OPENSSL_VERSION_PATCH 2 | ||
| 32 | + # define OPENSSL_VERSION_PATCH 3 | ||
| 33 | 33 | ||
| 34 | 34 | /* | |
| 35 | 35 | * Additional version information | |
@@ -74,33 +74,28 @@ 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.5.2" | ||
| 78 | - # define OPENSSL_FULL_VERSION_STR "3.5.2" | ||
| 77 | + # define OPENSSL_VERSION_STR "3.5.3" | ||
| 78 | + # define OPENSSL_FULL_VERSION_STR "3.5.3" | ||
| 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 "5 Aug 2025" | ||
| 85 | + # define OPENSSL_RELEASE_DATE "16 Sep 2025" | ||
| 86 | 86 | ||
| 87 | 87 | /* | |
| 88 | 88 | * SECTION 4: BACKWARD COMPATIBILITY | |
| 89 | 89 | */ | |
| 90 | 90 | ||
| 91 | - # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025" | ||
| 91 | + # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025" | ||
| 92 | 92 | ||
| 93 | 93 | /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ | |
| 94 | - # ifdef OPENSSL_VERSION_PRE_RELEASE | ||
| 95 | - # define _OPENSSL_VERSION_PRE_RELEASE 0x0L | ||
| 96 | - # else | ||
| 97 | - # define _OPENSSL_VERSION_PRE_RELEASE 0xfL | ||
| 98 | - # endif | ||
| 99 | 94 | # define OPENSSL_VERSION_NUMBER \ | |
| 100 | 95 | ( (OPENSSL_VERSION_MAJOR<<28) \ | |
| 101 | 96 | |(OPENSSL_VERSION_MINOR<<20) \ | |
| 102 | 97 | |(OPENSSL_VERSION_PATCH<<4) \ | |
| 103 | - |_OPENSSL_VERSION_PRE_RELEASE ) | ||
| 98 | + |0xfL ) | ||
| 104 | 99 | ||
| 105 | 100 | # ifdef __cplusplus | |
| 106 | 101 | } | |
| 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.2", | ||
| 174 | + "full_version" => "3.5.3", | ||
| 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" => "2", | ||
| 236 | + "patch" => "3", | ||
| 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" => "5 Aug 2025", | ||
| 289 | + "release_date" => "16 Sep 2025", | ||
| 290 | 290 | "shlib_version" => "3", | |
| 291 | 291 | "sourcedir" => ".", | |
| 292 | 292 | "target" => "BSD-x86", | |
| 293 | - "version" => "3.5.2" | ||
| 293 | + "version" => "3.5.3" | ||
| 294 | 294 | ); | |
| 295 | 295 | our %target = ( | |
| 296 | 296 | "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: Tue Aug 5 17:10:29 2025 UTC" | ||
| 14 | + #define DATE "built on: Tue Sep 16 15:43:04 2025 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 | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | * WARNING: do not edit! | |
| 3 | 3 | * Generated by Makefile from include/openssl/crypto.h.in | |
| 4 | 4 | * | |
| 5 | - * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved. | ||
| 5 | + * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved. | ||
| 6 | 6 | * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved | |
| 7 | 7 | * | |
| 8 | 8 | * Licensed under the Apache License 2.0 (the "License"). You may not use | |
@@ -358,9 +358,9 @@ OSSL_CRYPTO_ALLOC void *CRYPTO_zalloc(size_t num, const char *file, int line); | |||
| 358 | 358 | OSSL_CRYPTO_ALLOC void *CRYPTO_aligned_alloc(size_t num, size_t align, | |
| 359 | 359 | void **freeptr, const char *file, | |
| 360 | 360 | int line); | |
| 361 | - OSSL_CRYPTO_ALLOC void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line); | ||
| 362 | - OSSL_CRYPTO_ALLOC char *CRYPTO_strdup(const char *str, const char *file, int line); | ||
| 363 | - OSSL_CRYPTO_ALLOC char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line); | ||
| 361 | + void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line); | ||
| 362 | + char *CRYPTO_strdup(const char *str, const char *file, int line); | ||
| 363 | + char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line); | ||
| 364 | 364 | void CRYPTO_free(void *ptr, const char *file, int line); | |
| 365 | 365 | void CRYPTO_clear_free(void *ptr, size_t num, const char *file, int line); | |
| 366 | 366 | void *CRYPTO_realloc(void *addr, size_t num, const char *file, int line); | |
| 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/opensslv.h.in | |
| 4 | 4 | * | |
| 5 | - * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved. | ||
| 5 | + * Copyright 1999-2025 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 | |
@@ -29,7 +29,7 @@ extern "C" { | |||
| 29 | 29 | */ | |
| 30 | 30 | # define OPENSSL_VERSION_MAJOR 3 | |
| 31 | 31 | # define OPENSSL_VERSION_MINOR 5 | |
| 32 | - # define OPENSSL_VERSION_PATCH 2 | ||
| 32 | + # define OPENSSL_VERSION_PATCH 3 | ||
| 33 | 33 | ||
| 34 | 34 | /* | |
| 35 | 35 | * Additional version information | |
@@ -74,33 +74,28 @@ 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.5.2" | ||
| 78 | - # define OPENSSL_FULL_VERSION_STR "3.5.2" | ||
| 77 | + # define OPENSSL_VERSION_STR "3.5.3" | ||
| 78 | + # define OPENSSL_FULL_VERSION_STR "3.5.3" | ||
| 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 "5 Aug 2025" | ||
| 85 | + # define OPENSSL_RELEASE_DATE "16 Sep 2025" | ||
| 86 | 86 | ||
| 87 | 87 | /* | |
| 88 | 88 | * SECTION 4: BACKWARD COMPATIBILITY | |
| 89 | 89 | */ | |
| 90 | 90 | ||
| 91 | - # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025" | ||
| 91 | + # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025" | ||
| 92 | 92 | ||
| 93 | 93 | /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ | |
| 94 | - # ifdef OPENSSL_VERSION_PRE_RELEASE | ||
| 95 | - # define _OPENSSL_VERSION_PRE_RELEASE 0x0L | ||
| 96 | - # else | ||
| 97 | - # define _OPENSSL_VERSION_PRE_RELEASE 0xfL | ||
| 98 | - # endif | ||
| 99 | 94 | # define OPENSSL_VERSION_NUMBER \ | |
| 100 | 95 | ( (OPENSSL_VERSION_MAJOR<<28) \ | |
| 101 | 96 | |(OPENSSL_VERSION_MINOR<<20) \ | |
| 102 | 97 | |(OPENSSL_VERSION_PATCH<<4) \ | |
| 103 | - |_OPENSSL_VERSION_PRE_RELEASE ) | ||
| 98 | + |0xfL ) | ||
| 104 | 99 | ||
| 105 | 100 | # ifdef __cplusplus | |
| 106 | 101 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -169,7 +169,7 @@ our %config = ( | |||
| 169 | 169 | ], | |
| 170 | 170 | "dynamic_engines" => "0", | |
| 171 | 171 | "ex_libs" => [], | |
| 172 | - "full_version" => "3.5.2", | ||
| 172 | + "full_version" => "3.5.3", | ||
| 173 | 173 | "includes" => [], | |
| 174 | 174 | "lflags" => [], | |
| 175 | 175 | "lib_defines" => [ | |
@@ -232,7 +232,7 @@ our %config = ( | |||
| 232 | 232 | "openssl_sys_defines" => [], | |
| 233 | 233 | "openssldir" => "", | |
| 234 | 234 | "options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm 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", | |
| 235 | - "patch" => "2", | ||
| 235 | + "patch" => "3", | ||
| 236 | 236 | "perl_archname" => "x86_64-linux-gnu-thread-multi", | |
| 237 | 237 | "perl_cmd" => "/usr/bin/perl", | |
| 238 | 238 | "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" => "5 Aug 2025", | ||
| 289 | + "release_date" => "16 Sep 2025", | ||
| 290 | 290 | "shlib_version" => "3", | |
| 291 | 291 | "sourcedir" => ".", | |
| 292 | 292 | "target" => "BSD-x86", | |
| 293 | - "version" => "3.5.2" | ||
| 293 | + "version" => "3.5.3" | ||
| 294 | 294 | ); | |
| 295 | 295 | our %target = ( | |
| 296 | 296 | "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: Tue Aug 5 17:10:45 2025 UTC" | ||
| 14 | + #define DATE "built on: Tue Sep 16 15:43:21 2025 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