Skip to content

Commit 15bd0da

Browse files
aduh95marco-ippolito
authored andcommitted
deps: update archs files for openssl
PR-URL: #61912 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent 04d4393 commit 15bd0da

File tree

2,605 files changed

+326810
-313943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,605 files changed

+326810
-313943
lines changed

deps/openssl/config/archs/BSD-x86/asm/apps/progs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* WARNING: do not edit!
33
* Generated by apps/progs.pl
44
*
5-
* Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
66
*
77
* Licensed under the Apache License 2.0 (the "License"). You may not use
88
* this file except in compliance with the License. You can obtain a copy

deps/openssl/config/archs/BSD-x86/asm/configdata.pm

Lines changed: 59 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,22 @@ our %config = (
1818
"ARFLAGS" => [
1919
"qc"
2020
],
21+
"AS" => "as",
2122
"CC" => "gcc",
2223
"CFLAGS" => [
2324
"-Wall -O3 -fomit-frame-pointer"
2425
],
2526
"CPPDEFINES" => [],
2627
"CPPFLAGS" => [],
2728
"CPPINCLUDES" => [],
29+
"CXX" => "g++",
2830
"CXXFLAGS" => [],
2931
"FIPSKEY" => "f4556650ac31d35461610bac4ed81b1a181b2d8a43ea2854cbae22ca74560813",
3032
"HASHBANGPERL" => "/usr/bin/env perl",
33+
"LD" => "ld",
3134
"LDFLAGS" => [],
3235
"LDLIBS" => [],
33-
"PERL" => "/usr/bin/perl",
36+
"PERL" => "perl",
3437
"RANLIB" => "ranlib",
3538
"RC" => "windres",
3639
"RCFLAGS" => [],
@@ -156,7 +159,7 @@ our %config = (
156159
],
157160
"dynamic_engines" => "0",
158161
"ex_libs" => [],
159-
"full_version" => "3.0.17",
162+
"full_version" => "3.0.19",
160163
"includes" => [],
161164
"lflags" => [],
162165
"lib_defines" => [
@@ -203,10 +206,10 @@ our %config = (
203206
"openssl_sys_defines" => [],
204207
"openssldir" => "",
205208
"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" => "17",
207-
"perl_archname" => "x86_64-linux-gnu-thread-multi",
208-
"perl_cmd" => "/usr/bin/perl",
209-
"perl_version" => "5.38.2",
209+
"patch" => "19",
210+
"perl_archname" => "aarch64-linux-thread-multi",
211+
"perl_cmd" => "perl",
212+
"perl_version" => "5.40.0",
210213
"perlargv" => [
211214
"no-comp",
212215
"no-shared",
@@ -216,9 +219,9 @@ our %config = (
216219
"BSD-x86"
217220
],
218221
"perlenv" => {
219-
"AR" => undef,
222+
"AR" => "ar",
220223
"ARFLAGS" => undef,
221-
"AS" => undef,
224+
"AS" => "as",
222225
"ASFLAGS" => undef,
223226
"BUILDFILE" => undef,
224227
"CC" => "gcc",
@@ -228,17 +231,17 @@ our %config = (
228231
"CPPFLAGS" => undef,
229232
"CPPINCLUDES" => undef,
230233
"CROSS_COMPILE" => undef,
231-
"CXX" => undef,
234+
"CXX" => "g++",
232235
"CXXFLAGS" => undef,
233236
"HASHBANGPERL" => undef,
234-
"LD" => undef,
237+
"LD" => "ld",
235238
"LDFLAGS" => undef,
236239
"LDLIBS" => undef,
237240
"MT" => undef,
238241
"MTFLAGS" => undef,
239242
"OPENSSL_LOCAL_CONFIG_DIR" => undef,
240243
"PERL" => undef,
241-
"RANLIB" => undef,
244+
"RANLIB" => "ranlib",
242245
"RC" => undef,
243246
"RCFLAGS" => undef,
244247
"RM" => undef,
@@ -255,11 +258,11 @@ our %config = (
255258
"prerelease" => "",
256259
"processor" => "",
257260
"rc4_int" => "unsigned int",
258-
"release_date" => "1 Jul 2025",
261+
"release_date" => "27 Jan 2026",
259262
"shlib_version" => "3",
260263
"sourcedir" => ".",
261264
"target" => "BSD-x86",
262-
"version" => "3.0.17"
265+
"version" => "3.0.19"
263266
);
264267
our %target = (
265268
"AR" => "ar",
@@ -2289,6 +2292,9 @@ our %unified_info = (
22892292
"doc/html/man3/BIO_set_callback.html" => [
22902293
"doc/man3/BIO_set_callback.pod"
22912294
],
2295+
"doc/html/man3/BIO_set_flags.html" => [
2296+
"doc/man3/BIO_set_flags.pod"
2297+
],
22922298
"doc/html/man3/BIO_should_retry.html" => [
22932299
"doc/man3/BIO_should_retry.pod"
22942300
],
@@ -2364,6 +2370,9 @@ our %unified_info = (
23642370
"doc/html/man3/CMS_EncryptedData_encrypt.html" => [
23652371
"doc/man3/CMS_EncryptedData_encrypt.pod"
23662372
],
2373+
"doc/html/man3/CMS_EncryptedData_set1_key.html" => [
2374+
"doc/man3/CMS_EncryptedData_set1_key.pod"
2375+
],
23672376
"doc/html/man3/CMS_EnvelopedData_create.html" => [
23682377
"doc/man3/CMS_EnvelopedData_create.pod"
23692378
],
@@ -2598,6 +2607,9 @@ our %unified_info = (
25982607
"doc/html/man3/EVP_BytesToKey.html" => [
25992608
"doc/man3/EVP_BytesToKey.pod"
26002609
],
2610+
"doc/html/man3/EVP_CIPHER_CTX_get_app_data.html" => [
2611+
"doc/man3/EVP_CIPHER_CTX_get_app_data.pod"
2612+
],
26012613
"doc/html/man3/EVP_CIPHER_CTX_get_cipher_data.html" => [
26022614
"doc/man3/EVP_CIPHER_CTX_get_cipher_data.pod"
26032615
],
@@ -4680,6 +4692,9 @@ our %unified_info = (
46804692
"doc/man/man3/BIO_set_callback.3" => [
46814693
"doc/man3/BIO_set_callback.pod"
46824694
],
4695+
"doc/man/man3/BIO_set_flags.3" => [
4696+
"doc/man3/BIO_set_flags.pod"
4697+
],
46834698
"doc/man/man3/BIO_should_retry.3" => [
46844699
"doc/man3/BIO_should_retry.pod"
46854700
],
@@ -4755,6 +4770,9 @@ our %unified_info = (
47554770
"doc/man/man3/CMS_EncryptedData_encrypt.3" => [
47564771
"doc/man3/CMS_EncryptedData_encrypt.pod"
47574772
],
4773+
"doc/man/man3/CMS_EncryptedData_set1_key.3" => [
4774+
"doc/man3/CMS_EncryptedData_set1_key.pod"
4775+
],
47584776
"doc/man/man3/CMS_EnvelopedData_create.3" => [
47594777
"doc/man3/CMS_EnvelopedData_create.pod"
47604778
],
@@ -4989,6 +5007,9 @@ our %unified_info = (
49895007
"doc/man/man3/EVP_BytesToKey.3" => [
49905008
"doc/man3/EVP_BytesToKey.pod"
49915009
],
5010+
"doc/man/man3/EVP_CIPHER_CTX_get_app_data.3" => [
5011+
"doc/man3/EVP_CIPHER_CTX_get_app_data.pod"
5012+
],
49925013
"doc/man/man3/EVP_CIPHER_CTX_get_cipher_data.3" => [
49935014
"doc/man3/EVP_CIPHER_CTX_get_cipher_data.pod"
49945015
],
@@ -11330,6 +11351,9 @@ our %unified_info = (
1133011351
"doc/html/man3/BIO_set_callback.html" => [
1133111352
"doc/man3/BIO_set_callback.pod"
1133211353
],
11354+
"doc/html/man3/BIO_set_flags.html" => [
11355+
"doc/man3/BIO_set_flags.pod"
11356+
],
1133311357
"doc/html/man3/BIO_should_retry.html" => [
1133411358
"doc/man3/BIO_should_retry.pod"
1133511359
],
@@ -11405,6 +11429,9 @@ our %unified_info = (
1140511429
"doc/html/man3/CMS_EncryptedData_encrypt.html" => [
1140611430
"doc/man3/CMS_EncryptedData_encrypt.pod"
1140711431
],
11432+
"doc/html/man3/CMS_EncryptedData_set1_key.html" => [
11433+
"doc/man3/CMS_EncryptedData_set1_key.pod"
11434+
],
1140811435
"doc/html/man3/CMS_EnvelopedData_create.html" => [
1140911436
"doc/man3/CMS_EnvelopedData_create.pod"
1141011437
],
@@ -11639,6 +11666,9 @@ our %unified_info = (
1163911666
"doc/html/man3/EVP_BytesToKey.html" => [
1164011667
"doc/man3/EVP_BytesToKey.pod"
1164111668
],
11669+
"doc/html/man3/EVP_CIPHER_CTX_get_app_data.html" => [
11670+
"doc/man3/EVP_CIPHER_CTX_get_app_data.pod"
11671+
],
1164211672
"doc/html/man3/EVP_CIPHER_CTX_get_cipher_data.html" => [
1164311673
"doc/man3/EVP_CIPHER_CTX_get_cipher_data.pod"
1164411674
],
@@ -13721,6 +13751,9 @@ our %unified_info = (
1372113751
"doc/man/man3/BIO_set_callback.3" => [
1372213752
"doc/man3/BIO_set_callback.pod"
1372313753
],
13754+
"doc/man/man3/BIO_set_flags.3" => [
13755+
"doc/man3/BIO_set_flags.pod"
13756+
],
1372413757
"doc/man/man3/BIO_should_retry.3" => [
1372513758
"doc/man3/BIO_should_retry.pod"
1372613759
],
@@ -13796,6 +13829,9 @@ our %unified_info = (
1379613829
"doc/man/man3/CMS_EncryptedData_encrypt.3" => [
1379713830
"doc/man3/CMS_EncryptedData_encrypt.pod"
1379813831
],
13832+
"doc/man/man3/CMS_EncryptedData_set1_key.3" => [
13833+
"doc/man3/CMS_EncryptedData_set1_key.pod"
13834+
],
1379913835
"doc/man/man3/CMS_EnvelopedData_create.3" => [
1380013836
"doc/man3/CMS_EnvelopedData_create.pod"
1380113837
],
@@ -14030,6 +14066,9 @@ our %unified_info = (
1403014066
"doc/man/man3/EVP_BytesToKey.3" => [
1403114067
"doc/man3/EVP_BytesToKey.pod"
1403214068
],
14069+
"doc/man/man3/EVP_CIPHER_CTX_get_app_data.3" => [
14070+
"doc/man3/EVP_CIPHER_CTX_get_app_data.pod"
14071+
],
1403314072
"doc/man/man3/EVP_CIPHER_CTX_get_cipher_data.3" => [
1403414073
"doc/man3/EVP_CIPHER_CTX_get_cipher_data.pod"
1403514074
],
@@ -16482,6 +16521,7 @@ our %unified_info = (
1648216521
"doc/html/man3/BIO_s_null.html",
1648316522
"doc/html/man3/BIO_s_socket.html",
1648416523
"doc/html/man3/BIO_set_callback.html",
16524+
"doc/html/man3/BIO_set_flags.html",
1648516525
"doc/html/man3/BIO_should_retry.html",
1648616526
"doc/html/man3/BIO_socket_wait.html",
1648716527
"doc/html/man3/BN_BLINDING_new.html",
@@ -16507,6 +16547,7 @@ our %unified_info = (
1650716547
"doc/html/man3/BUF_MEM_new.html",
1650816548
"doc/html/man3/CMS_EncryptedData_decrypt.html",
1650916549
"doc/html/man3/CMS_EncryptedData_encrypt.html",
16550+
"doc/html/man3/CMS_EncryptedData_set1_key.html",
1651016551
"doc/html/man3/CMS_EnvelopedData_create.html",
1651116552
"doc/html/man3/CMS_add0_cert.html",
1651216553
"doc/html/man3/CMS_add1_recipient_cert.html",
@@ -16585,6 +16626,7 @@ our %unified_info = (
1658516626
"doc/html/man3/ERR_set_mark.html",
1658616627
"doc/html/man3/EVP_ASYM_CIPHER_free.html",
1658716628
"doc/html/man3/EVP_BytesToKey.html",
16629+
"doc/html/man3/EVP_CIPHER_CTX_get_app_data.html",
1658816630
"doc/html/man3/EVP_CIPHER_CTX_get_cipher_data.html",
1658916631
"doc/html/man3/EVP_CIPHER_CTX_get_original_iv.html",
1659016632
"doc/html/man3/EVP_CIPHER_meth_new.html",
@@ -19478,6 +19520,7 @@ our %unified_info = (
1947819520
"doc/man/man3/BIO_s_null.3",
1947919521
"doc/man/man3/BIO_s_socket.3",
1948019522
"doc/man/man3/BIO_set_callback.3",
19523+
"doc/man/man3/BIO_set_flags.3",
1948119524
"doc/man/man3/BIO_should_retry.3",
1948219525
"doc/man/man3/BIO_socket_wait.3",
1948319526
"doc/man/man3/BN_BLINDING_new.3",
@@ -19503,6 +19546,7 @@ our %unified_info = (
1950319546
"doc/man/man3/BUF_MEM_new.3",
1950419547
"doc/man/man3/CMS_EncryptedData_decrypt.3",
1950519548
"doc/man/man3/CMS_EncryptedData_encrypt.3",
19549+
"doc/man/man3/CMS_EncryptedData_set1_key.3",
1950619550
"doc/man/man3/CMS_EnvelopedData_create.3",
1950719551
"doc/man/man3/CMS_add0_cert.3",
1950819552
"doc/man/man3/CMS_add1_recipient_cert.3",
@@ -19581,6 +19625,7 @@ our %unified_info = (
1958119625
"doc/man/man3/ERR_set_mark.3",
1958219626
"doc/man/man3/EVP_ASYM_CIPHER_free.3",
1958319627
"doc/man/man3/EVP_BytesToKey.3",
19628+
"doc/man/man3/EVP_CIPHER_CTX_get_app_data.3",
1958419629
"doc/man/man3/EVP_CIPHER_CTX_get_cipher_data.3",
1958519630
"doc/man/man3/EVP_CIPHER_CTX_get_original_iv.3",
1958619631
"doc/man/man3/EVP_CIPHER_meth_new.3",
@@ -27667,7 +27712,7 @@ unless (caller) {
2766727712
if (scalar @ARGV == 0) {
2766827713
# With no arguments, re-create the build file
2766927714
# We do that in two steps, where the first step emits perl
27670-
# snipets.
27715+
# snippets.
2767127716

2767227717
my $buildfile = $config{build_file};
2767327718
my $buildfile_template = "$buildfile.in";

deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Sun Jul 20 00:45:41 2025 UTC"
14+
#define DATE "built on: Tue Jan 27 00:00:00 2026 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a

deps/openssl/config/archs/BSD-x86/asm/include/crypto/bn_conf.h

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
/* clang-format off */
12
/* WARNING: do not edit! */
23
/* Generated by Makefile from include/crypto/bn_conf.h.in */
4+
/* clang-format on */
35
/*
46
* Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
57
*
@@ -10,8 +12,8 @@
1012
*/
1113

1214
#ifndef OSSL_CRYPTO_BN_CONF_H
13-
# define OSSL_CRYPTO_BN_CONF_H
14-
# pragma once
15+
#define OSSL_CRYPTO_BN_CONF_H
16+
#pragma once
1517

1618
/*
1719
* The contents of this file are not used in the UEFI build, as
@@ -22,8 +24,14 @@
2224
/* Should we define BN_DIV2W here? */
2325

2426
/* Only one for the following should be defined */
27+
/* clang-format off */
2528
#undef SIXTY_FOUR_BIT_LONG
29+
/* clang-format on */
30+
/* clang-format off */
2631
#undef SIXTY_FOUR_BIT
32+
/* clang-format on */
33+
/* clang-format off */
2734
#define THIRTY_TWO_BIT
35+
/* clang-format on */
2836

2937
#endif

deps/openssl/config/archs/BSD-x86/asm/include/crypto/dso_conf.h

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
/* clang-format off */
12
/* WARNING: do not edit! */
23
/* Generated by Makefile from include/crypto/dso_conf.h.in */
4+
/* clang-format on */
35
/*
46
* Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
57
*
@@ -10,10 +12,14 @@
1012
*/
1113

1214
#ifndef OSSL_CRYPTO_DSO_CONF_H
13-
# define OSSL_CRYPTO_DSO_CONF_H
14-
# pragma once
15+
#define OSSL_CRYPTO_DSO_CONF_H
16+
#pragma once
1517

18+
/* clang-format off */
1619
# define DSO_DLFCN
1720
# define HAVE_DLFCN_H
21+
/* clang-format on */
22+
/* clang-format off */
1823
# define DSO_EXTENSION ".so"
24+
/* clang-format on */
1925
#endif

0 commit comments

Comments
 (0)