Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *openssl* to *3.6.0* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-openssl-upgrade-3.5.4-3.6.0.patch
    - check the changes to upstream patches and summarize them in the commit 
message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From d114e2a07384cf3bee60fd106a3e31c12dd7eecb Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Thu, 15 Jan 2026 20:04:04 +0000
Subject: [PATCH] openssl: upgrade 3.5.4 -> 3.6.0

---
 ...ke-history-reporting-when-test-fails.patch | 23 ++++++++-----------
 ...1-Configure-do-not-tweak-mips-cflags.patch |  6 ++---
 ...sysroot-and-debug-prefix-map-from-co.patch |  7 +++---
 .../0001-extend-check_cwm-test-timeout.patch  |  4 ++--
 .../{openssl_3.5.4.bb => openssl_3.6.0.bb}    |  2 +-
 5 files changed, 19 insertions(+), 23 deletions(-)
 rename meta/recipes-connectivity/openssl/{openssl_3.5.4.bb => 
openssl_3.6.0.bb} (99%)

diff --git 
a/meta/recipes-connectivity/openssl/openssl/0001-Added-handshake-history-reporting-when-test-fails.patch
 
b/meta/recipes-connectivity/openssl/openssl/0001-Added-handshake-history-reporting-when-test-fails.patch
index 5b7365a353..5238a7c5e5 100644
--- 
a/meta/recipes-connectivity/openssl/openssl/0001-Added-handshake-history-reporting-when-test-fails.patch
+++ 
b/meta/recipes-connectivity/openssl/openssl/0001-Added-handshake-history-reporting-when-test-fails.patch
@@ -1,4 +1,4 @@
-From 5ba65051fea0513db0d997f0ab7cafb9826ed74a Mon Sep 17 00:00:00 2001
+From e7b2536aa174b7c974f4bd5293bf17b682e56ded Mon Sep 17 00:00:00 2001
 From: William Lyu <[email protected]>
 Date: Fri, 20 Oct 2023 16:22:37 -0400
 Subject: [PATCH] Added handshake history reporting when test fails
@@ -13,10 +13,10 @@ Signed-off-by: William Lyu <[email protected]>
  3 files changed, 217 insertions(+), 34 deletions(-)
 
 diff --git a/test/helpers/handshake.c b/test/helpers/handshake.c
-index f611b3a..5703b48 100644
+index 9b0cbd9..035e0df 100644
 --- a/test/helpers/handshake.c
 +++ b/test/helpers/handshake.c
-@@ -25,6 +25,102 @@
+@@ -26,6 +26,102 @@
  #include <netinet/sctp.h>
  #endif
  
@@ -119,7 +119,7 @@ index f611b3a..5703b48 100644
  HANDSHAKE_RESULT *HANDSHAKE_RESULT_new(void)
  {
      HANDSHAKE_RESULT *ret;
-@@ -726,15 +822,6 @@ static void configure_handshake_ssl(SSL *server, SSL 
*client,
+@@ -835,15 +931,6 @@ static void configure_handshake_ssl(SSL *server, SSL 
*client,
          SSL_set_post_handshake_auth(client, 1);
  }
  
@@ -135,7 +135,7 @@ index f611b3a..5703b48 100644
  /* An SSL object and associated read-write buffers. */
  typedef struct peer_st {
      SSL *ssl;
-@@ -1081,17 +1168,6 @@ static void do_shutdown_step(PEER *peer)
+@@ -1190,17 +1277,6 @@ static void do_shutdown_step(PEER *peer)
      }
  }
  
@@ -153,7 +153,7 @@ index f611b3a..5703b48 100644
  static int renegotiate_op(const SSL_TEST_CTX *test_ctx)
  {
      switch (test_ctx->handshake_mode) {
-@@ -1169,19 +1245,6 @@ static void do_connect_step(const SSL_TEST_CTX 
*test_ctx, PEER *peer,
+@@ -1278,19 +1354,6 @@ static void do_connect_step(const SSL_TEST_CTX 
*test_ctx, PEER *peer,
      }
  }
  
@@ -173,7 +173,7 @@ index f611b3a..5703b48 100644
  /*
   * Determine the handshake outcome.
   * last_status: the status of the peer to have acted last.
-@@ -1546,6 +1609,10 @@ static HANDSHAKE_RESULT *do_handshake_internal(
+@@ -1655,6 +1718,10 @@ static HANDSHAKE_RESULT *do_handshake_internal(
  
      start = time(NULL);
  
@@ -184,7 +184,7 @@ index f611b3a..5703b48 100644
      /*
       * Half-duplex handshake loop.
       * Client and server speak to each other synchronously in the same 
process.
-@@ -1567,6 +1634,10 @@ static HANDSHAKE_RESULT *do_handshake_internal(
+@@ -1676,6 +1743,10 @@ static HANDSHAKE_RESULT *do_handshake_internal(
                                        0 /* server went last */);
          }
  
@@ -301,7 +301,7 @@ index 78b03f9..b9967c2 100644
 +
  #endif  /* OSSL_TEST_HANDSHAKE_HELPER_H */
 diff --git a/test/ssl_test.c b/test/ssl_test.c
-index ea60851..9d6b093 100644
+index 841d229..327867a 100644
 --- a/test/ssl_test.c
 +++ b/test/ssl_test.c
 @@ -26,6 +26,44 @@ static OSSL_LIB_CTX *libctx = NULL;
@@ -361,7 +361,4 @@ index ea60851..9d6b093 100644
 +
      return ret;
  }
-
---
-2.25.1
-
+ 
diff --git 
a/meta/recipes-connectivity/openssl/openssl/0001-Configure-do-not-tweak-mips-cflags.patch
 
b/meta/recipes-connectivity/openssl/openssl/0001-Configure-do-not-tweak-mips-cflags.patch
index cf5ff356ee..6d817982f4 100644
--- 
a/meta/recipes-connectivity/openssl/openssl/0001-Configure-do-not-tweak-mips-cflags.patch
+++ 
b/meta/recipes-connectivity/openssl/openssl/0001-Configure-do-not-tweak-mips-cflags.patch
@@ -1,4 +1,4 @@
-From 0377f0d5b5c1079e3b9a80881f4dcc891cbe9f9a Mon Sep 17 00:00:00 2001
+From 4740e8c660e1ce265eb1d6c18425d6722530ae38 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <[email protected]>
 Date: Tue, 30 May 2023 09:11:27 -0700
 Subject: [PATCH] Configure: do not tweak mips cflags
@@ -17,10 +17,10 @@ Signed-off-by: Tim Orling <[email protected]>
  1 file changed, 10 deletions(-)
 
 diff --git a/Configure b/Configure
-index fff97bd..5ee54c1 100755
+index 6cc03bf..2bcb075 100755
 --- a/Configure
 +++ b/Configure
-@@ -1552,16 +1552,6 @@ if ($target =~ /^mingw/ && `$config{CC} --target-help 
2>&1` =~ m/-mno-cygwin/m)
+@@ -1573,16 +1573,6 @@ if ($target =~ /^mingw/ && `$config{CC} --target-help 
2>&1` =~ m/-mno-cygwin/m)
          push @{$config{shared_ldflag}}, "-mno-cygwin";
          }
  
diff --git 
a/meta/recipes-connectivity/openssl/openssl/0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch
 
b/meta/recipes-connectivity/openssl/openssl/0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch
index dadc034c91..d49b35f71b 100644
--- 
a/meta/recipes-connectivity/openssl/openssl/0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch
+++ 
b/meta/recipes-connectivity/openssl/openssl/0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch
@@ -1,4 +1,4 @@
-From 5985253f2c9025d7c127443a3a9938946f80c2a1 Mon Sep 17 00:00:00 2001
+From a9babe4d7b24c368777c48977961f2258cb9a93a Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Martin=20Hundeb=C3=B8ll?= <[email protected]>
 Date: Tue, 6 Nov 2018 14:50:47 +0100
 Subject: [PATCH] buildinfo: strip sysroot and debug-prefix-map from compiler
@@ -28,14 +28,13 @@ Signed-off-by: Kai Kang <[email protected]>
 Update to fix buildpaths qa issue for '-ffile-prefix-map'.
 
 Signed-off-by: Khem Raj <[email protected]>
-
 ---
  Configurations/unix-Makefile.tmpl | 16 +++++++++++++++-
  crypto/build.info                 |  2 +-
  2 files changed, 16 insertions(+), 2 deletions(-)
 
 diff --git a/Configurations/unix-Makefile.tmpl 
b/Configurations/unix-Makefile.tmpl
-index 09303c4..011bda1 100644
+index 6f3e540..db0ac47 100644
 --- a/Configurations/unix-Makefile.tmpl
 +++ b/Configurations/unix-Makefile.tmpl
 @@ -513,13 +513,27 @@ BIN_LDFLAGS={- join(' ', $target{bin_lflags} || (),
@@ -68,7 +67,7 @@ index 09303c4..011bda1 100644
  
  # For x86 assembler: Set PROCESSOR to 386 if you want to support
 diff --git a/crypto/build.info b/crypto/build.info
-index aee5c46..95c9577 100644
+index 872684c..96d37c6 100644
 --- a/crypto/build.info
 +++ b/crypto/build.info
 @@ -115,7 +115,7 @@ DEFINE[../libcrypto]=$UPLINKDEF
diff --git 
a/meta/recipes-connectivity/openssl/openssl/0001-extend-check_cwm-test-timeout.patch
 
b/meta/recipes-connectivity/openssl/openssl/0001-extend-check_cwm-test-timeout.patch
index d02d42f1b5..01207756fa 100644
--- 
a/meta/recipes-connectivity/openssl/openssl/0001-extend-check_cwm-test-timeout.patch
+++ 
b/meta/recipes-connectivity/openssl/openssl/0001-extend-check_cwm-test-timeout.patch
@@ -1,4 +1,4 @@
-From c7000672296f4c367341aa3415f26c4d9f5e4749 Mon Sep 17 00:00:00 2001
+From 3b04dd4b0a22ad29334cfd398bea36255703b04f Mon Sep 17 00:00:00 2001
 From: Gyorgy Sarvari <[email protected]>
 Date: Thu, 23 Oct 2025 11:24:36 +0200
 Subject: [PATCH] extend check_cwm test timeout
@@ -15,7 +15,7 @@ Signed-off-by: Gyorgy Sarvari <[email protected]>
  1 file changed, 5 insertions(+)
 
 diff --git a/test/radix/main.c b/test/radix/main.c
-index 4a1e886a71..39f8c61ef9 100644
+index 4a1e886..39f8c61 100644
 --- a/test/radix/main.c
 +++ b/test/radix/main.c
 @@ -25,6 +25,11 @@ static int test_script(int idx)
diff --git a/meta/recipes-connectivity/openssl/openssl_3.5.4.bb 
b/meta/recipes-connectivity/openssl/openssl_3.6.0.bb
similarity index 99%
rename from meta/recipes-connectivity/openssl/openssl_3.5.4.bb
rename to meta/recipes-connectivity/openssl/openssl_3.6.0.bb
index e760baf3a0..43541dc83e 100644
--- a/meta/recipes-connectivity/openssl/openssl_3.5.4.bb
+++ b/meta/recipes-connectivity/openssl/openssl_3.6.0.bb
@@ -19,7 +19,7 @@ SRC_URI:append:class-nativesdk = " \
            file://environment.d-openssl.sh \
            "
 
-SRC_URI[sha256sum] = 
"967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99"
+SRC_URI[sha256sum] = 
"b6a5f44b7eb69e3fa35dbf15524405b44837a481d43d81daddde3ff21fcbb8e9"
 
 inherit lib_package multilib_header multilib_script ptest perlnative manpages
 MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"
-- 
2.47.1

packages/x86-64-v3-poky-linux/openssl/openssl-ptest: FILELIST: added 
"/usr/lib/openssl/ptest/test/recipes/20-test_prime_data/long_number.txt 
/usr/lib/openssl/ptest/test/recipes/30-test_evp_data/evppkey_lms_sigver.txt 
/usr/lib/openssl/ptest/test/recipes/02-test_mem_alloc.t 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.cnf.expected2
 /usr/lib/openssl/ptest/test/recipes/95-test_external_rpki-client-portable.t 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.cnf.expected1
 /usr/lib/openssl/ptest/test/recipes/30-test_lms.t 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.2.d/subincludes.d/subconf.cnf
 /usr/lib/openssl/ptest/test/recipes/25-test_configutl.t 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/order.cnf.expected 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/leading-and-trailing-whitespace.cnf.expected
 /usr/lib/openssl/ptest/test/recipes/20-test_prime_data/multiple_lines.txt 
/usr/lib/openssl/ptest/te
 st/recipes/25-test_configutl_data/included-file.noncnf 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/escapes.cnf 
/usr/lib/openssl/ptest/test/mem_alloc_test 
/usr/lib/openssl/ptest/test/recipes/20-test_prime_data/hex_number.txt 
/usr/lib/openssl/ptest/test/recipes/95-test_external_rpki-client-portable_data/rpki-client-portable.sh
 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.1.d/includes1.cnf
 /usr/lib/openssl/ptest/test/recipes/20-test_prime_data/non_number.txt 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.1.d/nonconf.bak
 /usr/lib/openssl/ptest/test/recipes/02-test_mem_alloc_custom_fns.t 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/variables.cnf.expected
 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.2.d/main.cnf
 /usr/lib/openssl/ptest/test/recipes/20-test_prime_data/composite.txt 
/usr/lib/openssl/ptest/test/mem_alloc_custom_fns_test 
/usr/lib/openssl/ptest/test/smime-certs/sm_mlkem512.pem /usr/l
 
ib/openssl/ptest/test/recipes/25-test_configutl_data/includes.1.d/includes1.conf
 /usr/lib/openssl/ptest/test/recipes/90-test_handshake-memfail.t 
/usr/lib/openssl/ptest/test/recipes/20-test_prime_data/empty.txt 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/escapes.cnf.expected 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/leading-and-trailing-whitespace.cnf
 /usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.cnf 
/usr/lib/openssl/ptest/test/recipes/20-test_prime_data/short_number.txt 
/usr/lib/openssl/ptest/test/recipes/20-test_prime.t 
/usr/lib/openssl/ptest/test/smime-certs/sm_mlkem768.pem 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/order.cnf 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/variables.cnf 
/usr/lib/openssl/ptest/test/recipes/20-test_prime_data/prime.txt"
packages/x86-64-v3-poky-linux/openssl/openssl-ptest: PKGSIZE changed from 
711706397 to 571342065 (-20%)
Changes to packages/x86_64-linux/glib-2.0-native (sysroot):
  /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh was added
  /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build was added
  /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build was added
  /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp was 
added
  /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work 
was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux
 was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/glib-2.0-native
 was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.86.3
 was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native
 was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr
 was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr/lib
 was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr/lib/libglib-2.0.so.0.8600.3-gdb.py
 was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr/lib/libgobject-2.0.so.0.8600.3-gdb.py
 was added
  /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible was removed
  /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build was 
removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st 
was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.86.3
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr/lib
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr/lib/libglib-2.0.so.0.8600.3-gdb.py
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr/lib/libgobject-2.0.so.0.8600.3-gdb.py
 was removed
packages/all-poky-linux/update-rc.d/update-rc.d-dev: FILES: removed "/lib/*.o 
/lib/lib*.so /lib/*.la"
packages/all-poky-linux/update-rc.d/update-rc.d-staticdev: FILES: removed 
"/lib/*.a"
packages/all-poky-linux/update-rc.d/update-rc.d: FILES: removed "/bin/* /sbin/* 
/lib/*.so.*", added "/usr/lib/*.so.*"
packages/all-poky-linux/wayland-protocols/wayland-protocols-dev: FILES: removed 
"/lib/*.o /lib/lib*.so /lib/*.la"
packages/all-poky-linux/wayland-protocols/wayland-protocols-staticdev: FILES: 
removed "/lib/*.a"
packages/all-poky-linux/wayland-protocols/wayland-protocols: FILES: removed 
"/bin/* /sbin/* /lib/*.so.*", added "/usr/lib/*.so.*"
packages/x86-64-v3-poky-linux/openssl: PKGV changed from 3.5.4 [default] to 
3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl: SRC_URI changed from 
"http://www.openssl.org/source/openssl-3.5.4.tar.gz file://run-ptest 
file://0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch 
file://0001-Configure-do-not-tweak-mips-cflags.patch 
file://0001-Added-handshake-history-reporting-when-test-fails.patch 
file://0001-extend-check_cwm-test-timeout.patch" to 
"http://www.openssl.org/source/openssl-3.6.0.tar.gz file://run-ptest 
file://0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch 
file://0001-Configure-do-not-tweak-mips-cflags.patch 
file://0001-Added-handshake-history-reporting-when-test-fails.patch 
file://0001-extend-check_cwm-test-timeout.patch"
packages/x86-64-v3-poky-linux/openssl: PV changed from "3.5.4" to "3.6.0"
packages/x86-64-v3-poky-linux/openssl/libcrypto: PKGSIZE changed from 6107512 
to 6196392 (+1%)
packages/x86-64-v3-poky-linux/openssl/libcrypto: PV changed from "3.5.4" to 
"3.6.0"
packages/x86-64-v3-poky-linux/openssl/libcrypto: PKGV changed from 3.5.4 
[default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/libssl: PV changed from "3.5.4" to "3.6.0"
packages/x86-64-v3-poky-linux/openssl/libssl: PKGV changed from 3.5.4 [default] 
to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/openssl-bin: PKGSIZE changed from 1095264 
to 1103520 (+1%)
packages/x86-64-v3-poky-linux/openssl/openssl-bin: PV changed from "3.5.4" to 
"3.6.0"
packages/x86-64-v3-poky-linux/openssl/openssl-bin: PKGV changed from 3.5.4 
[default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/openssl-conf: PV changed from "3.5.4" to 
"3.6.0"
packages/x86-64-v3-poky-linux/openssl/openssl-conf: PKGV changed from 3.5.4 
[default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/openssl-dbg: PKGSIZE changed from 
20491000 to 20878432 (+2%)
packages/x86-64-v3-poky-linux/openssl/openssl-dbg: PV changed from "3.5.4" to 
"3.6.0"
packages/x86-64-v3-poky-linux/openssl/openssl-dbg: PKGV changed from 3.5.4 
[default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/openssl-dev: PKGSIZE changed from 2205925 
to 2218568 (+1%)
packages/x86-64-v3-poky-linux/openssl/openssl-dev: PV changed from "3.5.4" to 
"3.6.0"
packages/x86-64-v3-poky-linux/openssl/openssl-dev: PKGV changed from 3.5.4 
[default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/openssl-doc: PV changed from "3.5.4" to 
"3.6.0"
packages/x86-64-v3-poky-linux/openssl/openssl-doc: PKGV changed from 3.5.4 
[default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/openssl-engines: PV changed from "3.5.4" 
to "3.6.0"
packages/x86-64-v3-poky-linux/openssl/openssl-engines: PKGV changed from 3.5.4 
[default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/openssl-locale: PV changed from "3.5.4" 
to "3.6.0"
packages/x86-64-v3-poky-linux/openssl/openssl-locale: PKGV changed from 3.5.4 
[default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/openssl-misc: PV changed from "3.5.4" to 
"3.6.0"
packages/x86-64-v3-poky-linux/openssl/openssl-misc: PKGV changed from 3.5.4 
[default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/openssl-ossl-module-fips: PV changed from 
"3.5.4" to "3.6.0"
packages/x86-64-v3-poky-linux/openssl/openssl-ossl-module-fips: PKGV changed 
from 3.5.4 [default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/openssl-ossl-module-legacy: PKGSIZE 
changed from 145368 to 149464 (+3%)
packages/x86-64-v3-poky-linux/openssl/openssl-ossl-module-legacy: PV changed 
from "3.5.4" to "3.6.0"
packages/x86-64-v3-poky-linux/openssl/openssl-ossl-module-legacy: PKGV changed 
from 3.5.4 [default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/openssl-ptest: FILELIST: added 
"/usr/lib/openssl/ptest/test/recipes/20-test_prime_data/hex_number.txt 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.1.d/includes1.conf
 /usr/lib/openssl/ptest/test/mem_alloc_test 
/usr/lib/openssl/ptest/test/recipes/20-test_prime_data/composite.txt 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/escapes.cnf 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/order.cnf 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/included-file.noncnf 
/usr/lib/openssl/ptest/test/recipes/20-test_prime.t 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/leading-and-trailing-whitespace.cnf
 /usr/lib/openssl/ptest/test/recipes/20-test_prime_data/non_number.txt 
/usr/lib/openssl/ptest/test/recipes/20-test_prime_data/long_number.txt 
/usr/lib/openssl/ptest/test/recipes/20-test_prime_data/short_number.txt 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.cnf.expecte
 d2 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.cnf.expected1
 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.1.d/nonconf.bak
 /usr/lib/openssl/ptest/test/smime-certs/sm_mlkem512.pem 
/usr/lib/openssl/ptest/test/recipes/20-test_prime_data/empty.txt 
/usr/lib/openssl/ptest/test/smime-certs/sm_mlkem768.pem 
/usr/lib/openssl/ptest/test/recipes/30-test_evp_data/evppkey_lms_sigver.txt 
/usr/lib/openssl/ptest/test/recipes/90-test_handshake-memfail.t 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.1.d/includes1.cnf
 /usr/lib/openssl/ptest/test/mem_alloc_custom_fns_test 
/usr/lib/openssl/ptest/test/recipes/02-test_mem_alloc.t 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.2.d/subincludes.d/subconf.cnf
 /usr/lib/openssl/ptest/test/recipes/30-test_lms.t 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/escapes.cnf.expected 
/usr/lib/openssl/ptest/test/recipes/95-test_external_rpki-client-portable_data/rpki-cli
 ent-portable.sh /usr/lib/openssl/ptest/test/recipes/25-test_configutl.t 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.2.d/main.cnf
 /usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/includes.cnf 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/leading-and-trailing-whitespace.cnf.expected
 /usr/lib/openssl/ptest/test/recipes/20-test_prime_data/multiple_lines.txt 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/variables.cnf.expected
 /usr/lib/openssl/ptest/test/recipes/95-test_external_rpki-client-portable.t 
/usr/lib/openssl/ptest/test/recipes/20-test_prime_data/prime.txt 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/order.cnf.expected 
/usr/lib/openssl/ptest/test/recipes/25-test_configutl_data/variables.cnf 
/usr/lib/openssl/ptest/test/recipes/02-test_mem_alloc_custom_fns.t"
packages/x86-64-v3-poky-linux/openssl/openssl-ptest: PKGSIZE changed from 
711706397 to 571342065 (-20%)
packages/x86-64-v3-poky-linux/openssl/openssl-ptest: PV changed from "3.5.4" to 
"3.6.0"
packages/x86-64-v3-poky-linux/openssl/openssl-ptest: PKGV changed from 3.5.4 
[default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/openssl-src: FILELIST: directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/comp -> 
/usr/src/debug/openssl/3.6.0/crypto/comp, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/seed -> 
/usr/src/debug/openssl/3.6.0/crypto/seed, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/engine -> 
/usr/src/debug/openssl/3.6.0/crypto/engine, directory renamed 
/usr/src/debug/openssl/3.5.4/ssl/quic -> /usr/src/debug/openssl/3.6.0/ssl/quic, 
directory renamed /usr/src/debug/openssl/3.5.4/crypto/thread/arch -> 
/usr/src/debug/openssl/3.6.0/crypto/thread/arch, directory renamed 
/usr/src/debug/openssl/3.5.4/providers/implementations/rands/seeding -> 
/usr/src/debug/openssl/3.6.0/providers/implementations/rands/seeding, directory 
renamed /usr/src/debug/openssl/3.5.4/crypto/pem -> 
/usr/src/debug/openssl/3.6.0/crypto/pem, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/ffc -> 
/usr/src/debug/openssl/3.6.0/crypto/ffc, directory renamed 
/usr/src/debug/openssl/
 3.5.4/crypto/cast -> /usr/src/debug/openssl/3.6.0/crypto/cast, directory 
renamed /usr/src/debug/openssl/3.5.4/crypto/x509 -> 
/usr/src/debug/openssl/3.6.0/crypto/x509, directory renamed 
/usr/src/debug/openssl/3.5.4/ssl/record/methods -> 
/usr/src/debug/openssl/3.6.0/ssl/record/methods, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/siphash -> 
/usr/src/debug/openssl/3.6.0/crypto/siphash, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/async/arch -> 
/usr/src/debug/openssl/3.6.0/crypto/async/arch, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/md5 -> 
/usr/src/debug/openssl/3.6.0/crypto/md5, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/md4 -> 
/usr/src/debug/openssl/3.6.0/crypto/md4, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/ct -> 
/usr/src/debug/openssl/3.6.0/crypto/ct, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/des -> 
/usr/src/debug/openssl/3.6.0/crypto/des, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/ec/curve448 -> /usr/src/de
 bug/openssl/3.6.0/crypto/ec/curve448, directory renamed 
/usr/src/debug/openssl/3.5.4/providers -> 
/usr/src/debug/openssl/3.6.0/providers, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/whrlpool -> 
/usr/src/debug/openssl/3.6.0/crypto/whrlpool, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/camellia -> 
/usr/src/debug/openssl/3.6.0/crypto/camellia, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/hmac -> 
/usr/src/debug/openssl/3.6.0/crypto/hmac, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/thread -> 
/usr/src/debug/openssl/3.6.0/crypto/thread, directory renamed 
/usr/src/debug/openssl/3.5.4/providers/implementations/exchange -> 
/usr/src/debug/openssl/3.6.0/providers/implementations/exchange, directory 
renamed /usr/src/debug/openssl/3.5.4/crypto/bio -> 
/usr/src/debug/openssl/3.6.0/crypto/bio, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/sha -> 
/usr/src/debug/openssl/3.6.0/crypto/sha, directory renamed 
/usr/src/debug/openssl/3.5.4/engines -> /usr/src/de
 bug/openssl/3.6.0/engines, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/bf -> 
/usr/src/debug/openssl/3.6.0/crypto/bf, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/chacha -> 
/usr/src/debug/openssl/3.6.0/crypto/chacha, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/bn -> 
/usr/src/debug/openssl/3.6.0/crypto/bn, directory renamed 
/usr/src/debug/openssl/3.5.4/ssl/rio -> /usr/src/debug/openssl/3.6.0/ssl/rio, 
directory renamed /usr/src/debug/openssl/3.5.4/crypto/property -> 
/usr/src/debug/openssl/3.6.0/crypto/property, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/cmp -> 
/usr/src/debug/openssl/3.6.0/crypto/cmp, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/encode_decode -> 
/usr/src/debug/openssl/3.6.0/crypto/encode_decode, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/dso -> 
/usr/src/debug/openssl/3.6.0/crypto/dso, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/dsa -> 
/usr/src/debug/openssl/3.6.0/crypto/dsa, directory renamed /usr/src
 /debug/openssl/3.5.4/crypto/ui -> /usr/src/debug/openssl/3.6.0/crypto/ui, 
directory renamed 
/usr/src/debug/openssl/3.5.4/providers/implementations/digests -> 
/usr/src/debug/openssl/3.6.0/providers/implementations/digests, directory 
renamed /usr/src/debug/openssl/3.5.4/ssl/statem -> 
/usr/src/debug/openssl/3.6.0/ssl/statem, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/ec/curve448/arch_64 -> 
/usr/src/debug/openssl/3.6.0/crypto/ec/curve448/arch_64, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/ec -> 
/usr/src/debug/openssl/3.6.0/crypto/ec, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/ml_dsa -> 
/usr/src/debug/openssl/3.6.0/crypto/ml_dsa, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/bn/asm -> 
/usr/src/debug/openssl/3.6.0/crypto/bn/asm, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/ts -> 
/usr/src/debug/openssl/3.6.0/crypto/ts, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/kdf -> 
/usr/src/debug/openssl/3.6.0/crypto/kdf, directory renamed /us
 r/src/debug/openssl/3.5.4/crypto/poly1305 -> 
/usr/src/debug/openssl/3.6.0/crypto/poly1305, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/err -> 
/usr/src/debug/openssl/3.6.0/crypto/err, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/hpke -> 
/usr/src/debug/openssl/3.6.0/crypto/hpke, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/dh -> 
/usr/src/debug/openssl/3.6.0/crypto/dh, directory renamed 
/usr/src/debug/openssl/3.5.4/providers/implementations/signature -> 
/usr/src/debug/openssl/3.6.0/providers/implementations/signature, directory 
renamed /usr/src/debug/openssl/3.5.4/crypto/ec/curve448/arch_32 -> 
/usr/src/debug/openssl/3.6.0/crypto/ec/curve448/arch_32, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/aria -> 
/usr/src/debug/openssl/3.6.0/crypto/aria, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/slh_dsa -> 
/usr/src/debug/openssl/3.6.0/crypto/slh_dsa, directory renamed 
/usr/src/debug/openssl/3.5.4/providers/implementations/macs -> 
/usr/src/debug/open
 ssl/3.6.0/providers/implementations/macs, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/rsa -> 
/usr/src/debug/openssl/3.6.0/crypto/rsa, directory renamed 
/usr/src/debug/openssl/3.5.4/apps/lib -> /usr/src/debug/openssl/3.6.0/apps/lib, 
directory renamed /usr/src/debug/openssl/3.5.4/include/openssl -> 
/usr/src/debug/openssl/3.6.0/include/openssl, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/ess -> 
/usr/src/debug/openssl/3.6.0/crypto/ess, directory renamed 
/usr/src/debug/openssl/3.5.4/providers/common -> 
/usr/src/debug/openssl/3.6.0/providers/common, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/rc2 -> 
/usr/src/debug/openssl/3.6.0/crypto/rc2, directory renamed 
/usr/src/debug/openssl/3.5.4/ssl/record -> 
/usr/src/debug/openssl/3.6.0/ssl/record, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/rc4 -> 
/usr/src/debug/openssl/3.6.0/crypto/rc4, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/ripemd -> 
/usr/src/debug/openssl/3.6.0/crypto/ripemd, directory ren
 amed /usr/src/debug/openssl/3.5.4/crypto/buffer -> 
/usr/src/debug/openssl/3.6.0/crypto/buffer, directory renamed 
/usr/src/debug/openssl/3.5.4/providers/implementations/keymgmt -> 
/usr/src/debug/openssl/3.6.0/providers/implementations/keymgmt, directory 
renamed /usr/src/debug/openssl/3.5.4/crypto/ocsp -> 
/usr/src/debug/openssl/3.6.0/crypto/ocsp, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/ml_kem -> 
/usr/src/debug/openssl/3.6.0/crypto/ml_kem, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/store -> 
/usr/src/debug/openssl/3.6.0/crypto/store, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/async -> 
/usr/src/debug/openssl/3.6.0/crypto/async, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/stack -> 
/usr/src/debug/openssl/3.6.0/crypto/stack, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/lhash -> 
/usr/src/debug/openssl/3.6.0/crypto/lhash, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/idea -> 
/usr/src/debug/openssl/3.6.0/crypto/idea, directory rena
 med /usr/src/debug/openssl/3.5.4/crypto/modes -> 
/usr/src/debug/openssl/3.6.0/crypto/modes, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/objects -> 
/usr/src/debug/openssl/3.6.0/crypto/objects, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/hashtable -> 
/usr/src/debug/openssl/3.6.0/crypto/hashtable, directory renamed 
/usr/src/debug/openssl/3.5.4/providers/implementations/asymciphers -> 
/usr/src/debug/openssl/3.6.0/providers/implementations/asymciphers, directory 
renamed /usr/src/debug/openssl/3.5.4/crypto/http -> 
/usr/src/debug/openssl/3.6.0/crypto/http, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/txt_db -> 
/usr/src/debug/openssl/3.6.0/crypto/txt_db, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/conf -> 
/usr/src/debug/openssl/3.6.0/crypto/conf, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/srp -> 
/usr/src/debug/openssl/3.6.0/crypto/srp, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/cmac -> 
/usr/src/debug/openssl/3.6.0/crypto/cmac, dir
 ectory renamed /usr/src/debug/openssl/3.5.4/crypto/mdc2 -> 
/usr/src/debug/openssl/3.6.0/crypto/mdc2, directory renamed 
/usr/src/debug/openssl/3.5.4/apps/include -> 
/usr/src/debug/openssl/3.6.0/apps/include, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/pkcs12 -> 
/usr/src/debug/openssl/3.6.0/crypto/pkcs12, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/pkcs7 -> 
/usr/src/debug/openssl/3.6.0/crypto/pkcs7, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/rand -> 
/usr/src/debug/openssl/3.6.0/crypto/rand, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/asn1 -> 
/usr/src/debug/openssl/3.6.0/crypto/asn1, directory renamed 
/usr/src/debug/openssl/3.5.4/crypto/crmf -> 
/usr/src/debug/openssl/3.6.0/crypto/crmf, directory renamed 
/usr/src/debug/openssl/3.5.4/ssl -> /usr/src/debug/openssl/3.6.0/ssl, directory 
renamed /usr/src/debug/openssl/3.5.4/crypto/sm2 -> 
/usr/src/debug/openssl/3.6.0/crypto/sm2, removed 
"/usr/src/debug/openssl/3.5.4/apps/kdf.c /usr/src/debug/openssl/3.
 5.4/include/internal/propertyerr.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_tdes_wrap.c
 /usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/krb5kdf.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/x942kdf.c 
/usr/src/debug/openssl/3.5.4/apps/dsa.c 
/usr/src/debug/openssl/3.5.4/include/internal/recordmethod.h 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_enc.c 
/usr/src/debug/openssl/3.5.4/include/crypto/pkcs12err.h 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_env.c 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_err.c 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_ess.c 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_lib.c 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_rsa.c 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_att.c 
/usr/src/debug/openssl/3.5.4/include/crypto/ml_kem.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_rc4.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_sm4.c 
/usr/src/debug/openssl/3.5.4
 /providers/implementations/include/prov/hmac_drbg.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_rc4.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_sm4.h 
/usr/src/debug/openssl/3.5.4/apps/ciphers.c 
/usr/src/debug/openssl/3.5.4/crypto/threads_pthread.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/encode_key2text.c
 /usr/src/debug/openssl/3.5.4/crypto/evp/kem.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/include/prov/implementations.h
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_tdes_default.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_rc4_hmac_md5.h
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_tdes_default.h
 /usr/src/debug/openssl/3.5.4/crypto/evp/p_open.c 
/usr/src/debug/openssl/3.5.4/crypto/o_init.c 
/usr/src/debug/openssl/3.5.4/crypto/sparse
 _array.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_hw_aesni.inc
 /usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_rc2.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_rc2.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_record_util.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/kem/ml_kem_kem.c 
/usr/src/debug/openssl/3.5.4/apps/crl2pkcs7.c 
/usr/src/debug/openssl/3.5.4/include/internal/quic_fc.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/legacy_md4.c 
/usr/src/debug/openssl/3.5.4/include/internal/quic_stream_map.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/s_lib.c 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_ec_key.c 
/usr/src/debug/openssl/3.5.4/providers/common/include/prov/securitycheck.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/include/prov/ml_dsa.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/tls1_prf.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciph
 ers/cipher_camellia_cts.inc /usr/src/debug/openssl/3.5.4/crypto/evp/p_enc.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_gcm_hw_vaes_avx512.inc
 /usr/src/debug/openssl/3.5.4/include/crypto/context.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_camellia_hw.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_ccm_hw_aesni.inc
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_gcm_hw_aesni.inc
 /usr/src/debug/openssl/3.5.4/apps/dhparam.c 
/usr/src/debug/openssl/3.5.4/apps/ecparam.c 
/usr/src/debug/openssl/3.5.4/include/internal/unicode.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/c_alld.c 
/usr/src/debug/openssl/3.5.4/crypto/params_dup.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_camellia.c
 /usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_hw.c 
/usr/src/debug/openssl/3.5.4/include/internal/hashtable.h 
/usr/src/debug/openssl/3.5.4/providers/imple
 mentations/ciphers/cipher_des_hw.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_camellia.h
 /usr/src/debug/openssl/3.5.4/include/internal/dane.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/include/prov/macsignature.h
 /usr/src/debug/openssl/3.5.4/include/internal/to_hex.h 
/usr/src/debug/openssl/3.5.4/include/internal/packet_quic.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/keymgmt_lib.c 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_io.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_xts.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/argon2.c 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_slh_dsa_key.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_xts.c 
/usr/src/debug/openssl/3.5.4/crypto/param_build_set.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/kdf_lib.c 
/usr/src/debug/openssl/3.5.4/include/internal/crmf.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_chacha20_poly1305.c /usr/src/de
 bug/openssl/3.5.4/providers/common/der/der_dsa_gen.c 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_rsa_gen.c 
/usr/src/debug/openssl/3.5.4/crypto/packet.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aria_ccm.c
 /usr/src/debug/openssl/3.5.4/crypto/evp/e_seed.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_xts_fips.c
 /usr/src/debug/openssl/3.5.4/crypto/evp/keymgmt_meth.c 
/usr/src/debug/openssl/3.5.4/apps/s_server.c 
/usr/src/debug/openssl/3.5.4/crypto/comp_methods.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aria_ccm.h
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_gcm.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_idea.c 
/usr/src/debug/openssl/3.5.4/crypto/provider_core.c 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_sm2_gen.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_gcm.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_cast.c /usr/src/debug
 /openssl/3.5.4/providers/implementations/ciphers/cipher_null.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/rands/test_rng.c 
/usr/src/debug/openssl/3.5.4/include/internal/encoder.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_engine.h 
/usr/src/debug/openssl/3.5.4/include/internal/sha3.h 
/usr/src/debug/openssl/3.5.4/include/internal/comp.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_idea.c 
/usr/src/debug/openssl/3.5.4/include/internal/quic_stream.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/ctrl_params_translate.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_idea.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_reactor_wait_ctx.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
 /usr/src/debug/openssl/3.5.4/providers/implementations/rands/drbg_hash.c 
/usr/src/debug/openssl/3.5.4/crypto/quic_vlint.c 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_digests_gen.c /usr/src/
 debug/openssl/3.5.4/providers/implementations/encode_decode/endecoder_local.h 
/usr/src/debug/openssl/3.5.4/crypto/aes/aesni-x86_64.s 
/usr/src/debug/openssl/3.5.4/include/internal/quic_record_rx.h 
/usr/src/debug/openssl/3.5.4/include/internal/provider.h 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_dsa_sig.c 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_rsa_sig.c 
/usr/src/debug/openssl/3.5.4/crypto/provider.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_bf.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/kem/ec_kem.c 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_asn1.c 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_kari.c 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_pwri.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/rands/seed_src_jitter.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_ocb.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/p5_crpt.c 
/usr/src/debug/openssl/3.5.4/crypto/aes/aes_core.c 
/usr/src/debug/openssl/3.5.4/crypto/aes/a
 es_misc.c /usr/src/debug/openssl/3.5.4/crypto/aes/aes_wrap.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_ocb.c 
/usr/src/debug/openssl/3.5.4/include/crypto/cryptlib.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/hmacdrbg_kdf.c 
/usr/src/debug/openssl/3.5.4/crypto/sleep.c 
/usr/src/debug/openssl/3.5.4/crypto/aes/aesni-xts-avx512.s 
/usr/src/debug/openssl/3.5.4/include/crypto/sparse_array.h 
/usr/src/debug/openssl/3.5.4/crypto/o_str.c 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_ecx_gen.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/include/prov/seeding.h 
/usr/src/debug/openssl/3.5.4/crypto/context.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/include/prov/kdfexchange.h
 /usr/src/debug/openssl/3.5.4/include/internal/core.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_desx_hw.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_blowfish.h
 /usr/src/debug/openssl/3.5.4/include
 /internal/params.h /usr/src/debug/openssl/3.5.4/apps/ca.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_blowfish.c
 /usr/src/debug/openssl/3.5.4/crypto/params_idx.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
 /usr/src/debug/openssl/3.5.4/include/crypto/poly1305.h 
/usr/src/debug/openssl/3.5.4/include/internal/constant_time.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/decode_msblob2key.c
 /usr/src/debug/openssl/3.5.4/crypto/evp/legacy_ripemd.c 
/usr/src/debug/openssl/3.5.4/include/internal/common.h 
/usr/src/debug/openssl/3.5.4/include/internal/refcount.h 
/usr/src/debug/openssl/3.5.4/apps/gendsa.c 
/usr/src/debug/openssl/3.5.4/apps/engine.c 
/usr/src/debug/openssl/3.5.4/apps/errstr.c 
/usr/src/debug/openssl/3.5.4/apps/genrsa.c 
/usr/src/debug/openssl/3.5.4/apps/passwd.c 
/usr/src/debug/openssl/3.5.4/apps/pkcs12.c 
/usr/src/debug/openssl/3.5.4/apps/rehash.c 
/usr/src/debug/openssl/3.5.4/apps/rsautl.c /us
 r/src/debug/openssl/3.5.4/apps/s_client.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_gcm_siv.c
 /usr/src/debug/openssl/3.5.4/include/crypto/aria.h 
/usr/src/debug/openssl/3.5.4/include/crypto/asn1.h 
/usr/src/debug/openssl/3.5.4/include/crypto/cmac.h 
/usr/src/debug/openssl/3.5.4/include/crypto/rand.h 
/usr/src/debug/openssl/3.5.4/crypto/cryptlib.c 
/usr/src/debug/openssl/3.5.4/include/crypto/x509.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/encode_key2any.c
 /usr/src/debug/openssl/3.5.4/include/internal/quic_rx_depack.h 
/usr/src/debug/openssl/3.5.4/providers/common/include/prov/providercommon.h 
/usr/src/debug/openssl/3.5.4/include/internal/bio_addr.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_txp.h 
/usr/src/debug/openssl/3.5.4/include/crypto/siphash.h 
/usr/src/debug/openssl/3.5.4/include/crypto/async.h 
/usr/src/debug/openssl/3.5.4/apps/dgst.c 
/usr/src/debug/openssl/3.5.4/apps/crl.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/bio
 _b64.c /usr/src/debug/openssl/3.5.4/crypto/evp/bio_enc.c 
/usr/src/debug/openssl/3.5.4/include/internal/bio.h 
/usr/src/debug/openssl/3.5.4/include/internal/dso.h 
/usr/src/debug/openssl/3.5.4/crypto/ctype.c 
/usr/src/debug/openssl/3.5.4/crypto/trace.c 
/usr/src/debug/openssl/3.5.4/providers/common/include/prov/der_wrap.h 
/usr/src/debug/openssl/3.5.4/crypto/param_build.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/exchange.c 
/usr/src/debug/openssl/3.5.4/include/crypto/slh_dsa.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_channel.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/include/prov/ecx.h 
/usr/src/debug/openssl/3.5.4/apps/x509.c 
/usr/src/debug/openssl/3.5.4/include/internal/passphrase.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_srt_gen.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/endecoder_common.c
 /usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/pbkdf2_fips.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/scryp
 t.c /usr/src/debug/openssl/3.5.4/crypto/evp/e_aria.c 
/usr/src/debug/openssl/3.5.4/crypto/threads_lib.c 
/usr/src/debug/openssl/3.5.4/include/internal/rcu.h 
/usr/src/debug/openssl/3.5.4/crypto/self_test_core.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_sm4.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_cast5.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/rands/drbg.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/include/prov/blake2.h 
/usr/src/debug/openssl/3.5.4/providers/common/include/prov/bio.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/encode_key2blob.c
 /usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/pbkdf1.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_null.c 
/usr/src/debug/openssl/3.5.4/apps/cmp.c 
/usr/src/debug/openssl/3.5.4/include/crypto/asn1_dsa.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/p_legacy.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/p_verify.c 
/usr/src/debug/openssl/3.5.4/include/crypto/modes.h
  /usr/src/debug/openssl/3.5.4/include/crypto/types.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/include/prov/md5_sha1.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/encode_key2ms.c
 /usr/src/debug/openssl/3.5.4/include/internal/ffc.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/decode_spki2typespki.c
 /usr/src/debug/openssl/3.5.4/apps/enc.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_aes_cbc_hmac_sha256.c 
/usr/src/debug/openssl/3.5.4/crypto/o_fopen.c 
/usr/src/debug/openssl/3.5.4/include/internal/quic_ackm.h 
/usr/src/debug/openssl/3.5.4/include/crypto/ctype.h 
/usr/src/debug/openssl/3.5.4/include/crypto/store.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_fifd.h 
/usr/src/debug/openssl/3.5.4/apps/asn1parse.c 
/usr/src/debug/openssl/3.5.4/include/internal/quic_port.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_srtm.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_wire.h 
/usr/src/debug/openssl/3.5.4/providers/impleme
 ntations/ciphers/cipher_blowfish_hw.c /usr/src/debug/openssl/3.5.4/apps/srp.c 
/usr/src/debug/openssl/3.5.4/include/crypto/dh.h 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_dd.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/legacy_md5_sha1.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/decode_der2key.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/decode_pvk2key.c
 /usr/src/debug/openssl/3.5.4/crypto/ex_data.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aria.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aria.c 
/usr/src/debug/openssl/3.5.4/crypto/x86_64cpuid.s 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_chacha20.h
 /usr/src/debug/openssl/3.5.4/crypto/aes/aesni-mb-x86_64.s 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_seed_hw.c 
/usr/src/debug/openssl/3.5.4/include/crypto/bn.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_cha
 cha20.c /usr/src/debug/openssl/3.5.4/providers/common/include/prov/der_sm2.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
 /usr/src/debug/openssl/3.5.4/include/crypto/sha.h 
/usr/src/debug/openssl/3.5.4/include/crypto/siv.h 
/usr/src/debug/openssl/3.5.4/include/crypto/sm2.h 
/usr/src/debug/openssl/3.5.4/include/crypto/sm4.h 
/usr/src/debug/openssl/3.5.4/include/crypto/dsa.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_sm4_gcm.c 
/usr/src/debug/openssl/3.5.4/apps/genpkey.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/p_lib.c 
/usr/src/debug/openssl/3.5.4/include/internal/cms.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_desx.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_tdes_common.c
 /usr/src/debug/openssl/3.5.4/crypto/evp/signature.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/ciphercommon_hw.c
 /usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/ci
 pher_sm4_gcm.h /usr/src/debug/openssl/3.5.4/include/internal/quic_tserver.h 
/usr/src/debug/openssl/3.5.4/include/crypto/aes_platform.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/evp_utils.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_ccm.c 
/usr/src/debug/openssl/3.5.4/apps/testdsa.h 
/usr/src/debug/openssl/3.5.4/apps/testrsa.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/kbkdf.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/sskdf.c 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_sd.c 
/usr/src/debug/openssl/3.5.4/apps/req.c 
/usr/src/debug/openssl/3.5.4/crypto/mem.c 
/usr/src/debug/openssl/3.5.4/crypto/uid.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_ccm.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/skeymgmt_meth.c 
/usr/src/debug/openssl/3.5.4/crypto/core_algorithm.c 
/usr/src/debug/openssl/3.5.4/include/crypto/ec.h 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_dh.c 
/usr/src/debug/openssl/3.5.4/include/internal/
 json_enc.h /usr/src/debug/openssl/3.5.4/include/crypto/rand_pool.h 
/usr/src/debug/openssl/3.5.4/include/internal/sslconf.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/legacy_mdc2.c 
/usr/src/debug/openssl/3.5.4/apps/list.c 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_ec.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/ciphercommon.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/ml_dsa_codecs.h
 
/usr/src/debug/openssl/3.5.4/providers/implementations/storemgmt/file_store_any2obj.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
 /usr/src/debug/openssl/3.5.4/include/internal/statem.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/ml_dsa_codecs.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/ml_kem_codecs.h
 /usr/src/debug/openssl/3.5.4/apps/progs.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/ml_kem_codecs.c
 /usr/src/debug/openssl/3.5.4/provide
 rs/implementations/encode_decode/decode_epki2pki.c 
/usr/src/debug/openssl/3.5.4/apps/spkac.c 
/usr/src/debug/openssl/3.5.4/apps/pkcs7.c 
/usr/src/debug/openssl/3.5.4/apps/pkcs8.c 
/usr/src/debug/openssl/3.5.4/apps/prime.c 
/usr/src/debug/openssl/3.5.4/apps/progs.c 
/usr/src/debug/openssl/3.5.4/apps/rand.c 
/usr/src/debug/openssl/3.5.4/apps/smime.c 
/usr/src/debug/openssl/3.5.4/apps/speed.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_siv.h 
/usr/src/debug/openssl/3.5.4/providers/common/include/prov/provider_ctx.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_reactor.h 
/usr/src/debug/openssl/3.5.4/include/crypto/punycode.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_cast.h 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_smime.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_siv.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/ciphercommon_ccm_hw.c
 /usr/src/debug/openssl/3.5.4/providers/implemen
 tations/ciphers/ciphercommon_gcm_hw.c 
/usr/src/debug/openssl/3.5.4/include/internal/hashfunc.h 
/usr/src/debug/openssl/3.5.4/apps/pkey.c 
/usr/src/debug/openssl/3.5.4/crypto/aes/aesni-sha256-x86_64.s 
/usr/src/debug/openssl/3.5.4/providers/common/include/prov/der_ec.h 
/usr/src/debug/openssl/3.5.4/crypto/core_namemap.c 
/usr/src/debug/openssl/3.5.4/include/internal/conf.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/pmeth_lib.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/legacy_blake2.c 
/usr/src/debug/openssl/3.5.4/apps/openssl.c 
/usr/src/debug/openssl/3.5.4/apps/pkeyutl.c 
/usr/src/debug/openssl/3.5.4/apps/skeyutl.c 
/usr/src/debug/openssl/3.5.4/include/internal/thread_arch.h 
/usr/src/debug/openssl/3.5.4/crypto/initthread.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/ml_common_codecs.c
 /usr/src/debug/openssl/3.5.4/apps/version.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/ml_common_codecs.h
 /usr/src/debug/openssl/3.5.4/include/internal/quic_tls.h /
 usr/src/debug/openssl/3.5.4/include/internal/numbers.h 
/usr/src/debug/openssl/3.5.4/crypto/getenv.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/dh_support.c 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_ec_gen.c 
/usr/src/debug/openssl/3.5.4/crypto/punycode.c 
/usr/src/debug/openssl/3.5.4/include/internal/dsoerr.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/mac_lib.c 
/usr/src/debug/openssl/3.5.4/crypto/cversion.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/evp_pkey.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/evp_rand.c 
/usr/src/debug/openssl/3.5.4/include/internal/time.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/kem/kem_util.c 
/usr/src/debug/openssl/3.5.4/include/crypto/x509_acert.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_camellia.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/ec_ctrl.c 
/usr/src/debug/openssl/3.5.4/include/internal/qlog_events.h 
/usr/src/debug/openssl/3.5.4/providers/common/include/prov/provider_util.h 
/usr/src/debug/openssl/3.5.4/crypto/sslerr.h /usr/src/debug/op
 enssl/3.5.4/crypto/mem_sec.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_tdes_wrap_hw.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/storemgmt/file_store_local.h
 /usr/src/debug/openssl/3.5.4/crypto/evp/mac_meth.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_aes.c 
/usr/src/debug/openssl/3.5.4/crypto/provider_conf.c 
/usr/src/debug/openssl/3.5.4/include/internal/namemap.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_tdes_default_hw.c
 /usr/src/debug/openssl/3.5.4/crypto/aes/bsaes-x86_64.s 
/usr/src/debug/openssl/3.5.4/apps/mac.c 
/usr/src/debug/openssl/3.5.4/include/crypto/pkcs7.h 
/usr/src/debug/openssl/3.5.4/include/internal/o_dir.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_wrp.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/p5_crpt2.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/pmeth_gn.c 
/usr/src/debug/openssl/3.5.4/providers/common/include/prov/der_ecx.h 
/usr/src/debug/openssl/3.5.4/providers/implementatio
 ns/ciphers/cipher_sm4_ccm.c 
/usr/src/debug/openssl/3.5.4/include/crypto/esserr.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_sm4_ccm.h 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_ml_dsa_gen.c 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_ml_dsa_key.c 
/usr/src/debug/openssl/3.5.4/crypto/cpt_err.c 
/usr/src/debug/openssl/3.5.4/crypto/ssl_err.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_seed.c 
/usr/src/debug/openssl/3.5.4/crypto/sm3/legacy_sm3.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_seed.h 
/usr/src/debug/openssl/3.5.4/providers/common/include/prov/der_slh_dsa.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/include/prov/digestcommon.h
 /usr/src/debug/openssl/3.5.4/crypto/evp/c_allc.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_rc2_hw.c 
/usr/src/debug/openssl/3.5.4/crypto/aes/aes-x86_64.s 
/usr/src/debug/openssl/3.5.4/providers/implementations/include/pro
 v/ml_kem.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_gcm_siv_polyval.c
 /usr/src/debug/openssl/3.5.4/include/internal/ring_buf.h 
/usr/src/debug/openssl/3.5.4/include/internal/property.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/legacy_wp.c 
/usr/src/debug/openssl/3.5.4/apps/s_time.c 
/usr/src/debug/openssl/3.5.4/apps/verify.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_sm4_ccm_hw.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_sm4_gcm_hw.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_sm4_xts_hw.c
 /usr/src/debug/openssl/3.5.4/crypto/provider_predefined.c 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_slh_dsa_gen.c 
/usr/src/debug/openssl/3.5.4/crypto/ebcdic.c 
/usr/src/debug/openssl/3.5.4/include/internal/sm3.h 
/usr/src/debug/openssl/3.5.4/include/crypto/objects.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/rands/seed_src.c 
/usr/src/debug/openssl/3.5.4/apps/dsaparam.c
  
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aria_ccm_hw.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aria_gcm_hw.c
 /usr/src/debug/openssl/3.5.4/include/internal/quic_types.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_vlint.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_demux.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_error.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_lcidm.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_rcidm.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_statm.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_trace.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_txpim.h 
/usr/src/debug/openssl/3.5.4/crypto/info.c 
/usr/src/debug/openssl/3.5.4/crypto/init.c 
/usr/src/debug/openssl/3.5.4/crypto/time.c 
/usr/src/debug/openssl/3.5.4/include/internal/ssl_unwrap.h 
/usr/src/debug/openssl/3.5.4/apps/ocsp.c 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_wrap_gen.c /us
 r/src/debug/openssl/3.5.4/providers/implementations/include/prov/decoders.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/p_sign.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_idea_hw.c 
/usr/src/debug/openssl/3.5.4/crypto/passphrase.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/rands/drbg_local.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes.h 
/usr/src/debug/openssl/3.5.4/include/internal/qlog_event_helpers.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_cts.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_des.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_cts.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_des.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
 /usr/src/debug/openssl/3.5.4/providers/implementati
 ons/ciphers/cipher_aes_cbc_hmac_sha.c 
/usr/src/debug/openssl/3.5.4/crypto/provider_local.h 
/usr/src/debug/openssl/3.5.4/providers/common/include/prov/der_ml_dsa.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h
 /usr/src/debug/openssl/3.5.4/providers/implementations/include/prov/mlx_kem.h 
/usr/src/debug/openssl/3.5.4/crypto/LPdir_unix.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/ec_support.c 
/usr/src/debug/openssl/3.5.4/include/internal/hpke_util.h 
/usr/src/debug/openssl/3.5.4/include/internal/uint_set.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_predef.h 
/usr/src/debug/openssl/3.5.4/crypto/sm3/sm3.c 
/usr/src/debug/openssl/3.5.4/include/crypto/cryptoerr.h 
/usr/src/debug/openssl/3.5.4/include/internal/cryptlib.h 
/usr/src/debug/openssl/3.5.4/include/internal/ssl3_cbc.h 
/usr/src/debug/openssl/3.5.4/apps/fipsinstall.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_des3.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/include/prov/ciphercom
 mon_gcm.h /usr/src/debug/openssl/3.5.4/include/crypto/ecx.h 
/usr/src/debug/openssl/3.5.4/include/crypto/err.h 
/usr/src/debug/openssl/3.5.4/include/crypto/ess.h 
/usr/src/debug/openssl/3.5.4/include/crypto/evp.h 
/usr/src/debug/openssl/3.5.4/include/crypto/pem.h 
/usr/src/debug/openssl/3.5.4/include/crypto/rsa.h 
/usr/src/debug/openssl/3.5.4/include/crypto/decoder.h 
/usr/src/debug/openssl/3.5.4/include/crypto/encoder.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/kem/ecx_kem.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/kem/mlx_kem.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/kem/rsa_kem.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/bio_ok.c 
/usr/src/debug/openssl/3.5.4/crypto/provider_child.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_aes_cbc_hmac_sha1.c 
/usr/src/debug/openssl/3.5.4/include/internal/param_names.h 
/usr/src/debug/openssl/3.5.4/crypto/aes/vpaes-x86_64.s 
/usr/src/debug/openssl/3.5.4/crypto/core_fetch.c 
/usr/src/debug/openssl/3.5.4/providers/commo
 n/der/der_sm2_key.c /usr/src/debug/openssl/3.5.4/crypto/evp/evp_local.h 
/usr/src/debug/openssl/3.5.4/include/crypto/ml_dsa.h 
/usr/src/debug/openssl/3.5.4/crypto/aes/aesni-sha1-x86_64.s 
/usr/src/debug/openssl/3.5.4/crypto/evp/pmeth_check.c 
/usr/src/debug/openssl/3.5.4/apps/storeutl.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/evp_fetch.c 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_sm2_sig.c 
/usr/src/debug/openssl/3.5.4/include/crypto/chacha.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/pvkkdf.c 
/usr/src/debug/openssl/3.5.4/apps/cms.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/sshkdf.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/encode_decode/decode_pem2der.c
 /usr/src/debug/openssl/3.5.4/crypto/evp/pbe_scrypt.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/ciphercommon_ccm.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/ciphercommon_gcm.c
 /usr/src/debug/openssl/3.5.4/providers/implementations/kem/ecke
 m.h /usr/src/debug/openssl/3.5.4/include/internal/rio_notifier.h 
/usr/src/debug/openssl/3.5.4/crypto/sm4/sm4.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/pkcs12kdf.c 
/usr/src/debug/openssl/3.5.4/crypto/params_from_text.c 
/usr/src/debug/openssl/3.5.4/include/internal/skey.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_tdes.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_tdes.h 
/usr/src/debug/openssl/3.5.4/crypto/buildinf.h 
/usr/src/debug/openssl/3.5.4/include/internal/ssl.h 
/usr/src/debug/openssl/3.5.4/apps/ec.c 
/usr/src/debug/openssl/3.5.4/include/crypto/ocsperr.h 
/usr/src/debug/openssl/3.5.4/include/crypto/randerr.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_rc4_hmac_md5.c 
/usr/src/debug/openssl/3.5.4/include/crypto/asn1err.h 
/usr/src/debug/openssl/3.5.4/include/crypto/comperr.h 
/usr/src/debug/openssl/3.5.4/include/crypto/conferr.h 
/usr/src/debug/openssl/3.5.4/include/crypto/crmferr.h 
/usr/src/debug/openssl/3.5.4/incl
 ude/crypto/httperr.h /usr/src/debug/openssl/3.5.4/include/crypto/x509err.h 
/usr/src/debug/openssl/3.5.4/providers/common/include/prov/der_digests.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_rc4_hw.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_sm4_hw.c 
/usr/src/debug/openssl/3.5.4/include/crypto/pkcs7err.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/storemgmt/file_store.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/kdf_meth.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_ccm_hw.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_gcm_hw.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_ocb_hw.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_siv_hw.c
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_xts_hw.c
 /usr/src/debug/openssl/3.5.4/crypto/evp/m_sigver.c 
/usr/src/debug/openssl/3.5.4/include/cryp
 to/bn_dh.h /usr/src/debug/openssl/3.5.4/include/crypto/lhash.h 
/usr/src/debug/openssl/3.5.4/include/crypto/engine.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_sf_list.h 
/usr/src/debug/openssl/3.5.4/include/crypto/asyncerr.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/bio_md.c 
/usr/src/debug/openssl/3.5.4/crypto/indicator_core.c 
/usr/src/debug/openssl/3.5.4/providers/common/include/prov/proverr.h 
/usr/src/debug/openssl/3.5.4/crypto/der_writer.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/legacy_sha.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/include/prov/ciphercommon.h
 /usr/src/debug/openssl/3.5.4/providers/implementations/skeymgmt/skeymgmt_lcl.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_thread_assist.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aria_gcm.c
 /usr/src/debug/openssl/3.5.4/providers/common/der/der_ec_sig.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aria_gcm.h
 /usr/src/debug/openssl/3.5.4/crypto/ae
 s/aes_local.h /usr/src/debug/openssl/3.5.4/crypto/bsearch.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/m_null.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/skeymgmt/generic.c 
/usr/src/debug/openssl/3.5.4/crypto/defaults.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_rc2.c 
/usr/src/debug/openssl/3.5.4/crypto/cpuid.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/ciphercommon_block.c
 /usr/src/debug/openssl/3.5.4/include/crypto/storeerr.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_rc4.c 
/usr/src/debug/openssl/3.5.4/include/internal/der.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/encode.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_tdes_hw.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_cast5_hw.c
 /usr/src/debug/openssl/3.5.4/crypto/evp/e_old.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/include/prov/ciphercommon_ccm.h
 /usr/src/debug/openssl/3.5.4/include/internal/quic_cfq.h 
/usr/src/debug/openssl/3.5.4/crypt
 o/evp/digest.c /usr/src/debug/openssl/3.5.4/crypto/evp/asymcipher.c 
/usr/src/debug/openssl/3.5.4/include/internal/quic_record_tx.h 
/usr/src/debug/openssl/3.5.4/include/internal/asn1.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aria_hw.c 
/usr/src/debug/openssl/3.5.4/crypto/o_time.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/pbkdf2.c 
/usr/src/debug/openssl/3.5.4/include/internal/packet.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/p_dec.c 
/usr/src/debug/openssl/3.5.4/apps/nseq.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/pbkdf2.h 
/usr/src/debug/openssl/3.5.4/apps/sess_id.c 
/usr/src/debug/openssl/3.5.4/include/internal/priority_queue.h 
/usr/src/debug/openssl/3.5.4/include/crypto/bnerr.h 
/usr/src/debug/openssl/3.5.4/include/crypto/cterr.h 
/usr/src/debug/openssl/3.5.4/include/crypto/dherr.h 
/usr/src/debug/openssl/3.5.4/include/crypto/ecerr.h 
/usr/src/debug/openssl/3.5.4/include/crypto/tserr.h 
/usr/src/debug/openssl/3.5.4/include/cr
 ypto/uierr.h /usr/src/debug/openssl/3.5.4/include/internal/quic_ssl.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/cmeth_lib.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_sm4_xts.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/rands/drbg_ctr.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/ciphercommon_local.h
 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_sm4_xts.h 
/usr/src/debug/openssl/3.5.4/include/internal/param_build_set.h 
/usr/src/debug/openssl/3.5.4/include/crypto/evperr.h 
/usr/src/debug/openssl/3.5.4/include/crypto/pemerr.h 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_rsa_key.c 
/usr/src/debug/openssl/3.5.4/include/crypto/rsaerr.h 
/usr/src/debug/openssl/3.5.4/include/crypto/bioerr.h 
/usr/src/debug/openssl/3.5.4/crypto/deterministic_nonce.c 
/usr/src/debug/openssl/3.5.4/include/crypto/cmperr.h 
/usr/src/debug/openssl/3.5.4/include/crypto/cmserr.h 
/usr/src/debug/openssl/3.5.4/crypto/params.c /usr/src/d
 ebug/openssl/3.5.4/include/crypto/dsaerr.h 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_dsa_key.c 
/usr/src/debug/openssl/3.5.4/providers/common/der/der_ecx_key.c 
/usr/src/debug/openssl/3.5.4/crypto/cms/cms_local.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_cts.inc
 /usr/src/debug/openssl/3.5.4/providers/implementations/rands/drbg_hmac.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_xcbc_d.c 
/usr/src/debug/openssl/3.5.4/include/internal/quic_cc.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/e_des.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_aes_gcm_siv.h
 /usr/src/debug/openssl/3.5.4/apps/info.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/p_seal.c 
/usr/src/debug/openssl/3.5.4/crypto/rcu_internal.h 
/usr/src/debug/openssl/3.5.4/include/crypto/md32_common.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/skeymgmt/aes_skmgmt.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/evp_cnf.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/evp_enc.c /usr
 /src/debug/openssl/3.5.4/crypto/evp/evp_err.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/evp_key.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/evp_lib.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/evp_pbe.c 
/usr/src/debug/openssl/3.5.4/include/crypto/engineerr.h 
/usr/src/debug/openssl/3.5.4/crypto/aes/aes_cfb.c 
/usr/src/debug/openssl/3.5.4/crypto/aes/aes_ecb.c 
/usr/src/debug/openssl/3.5.4/crypto/aes/aes_ige.c 
/usr/src/debug/openssl/3.5.4/crypto/aes/aes_ofb.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_chacha20_hw.c
 /usr/src/debug/openssl/3.5.4/providers/common/include/prov/der_dsa.h 
/usr/src/debug/openssl/3.5.4/crypto/asn1_dsa.c 
/usr/src/debug/openssl/3.5.4/providers/common/include/prov/der_rsa.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/names.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_chacha20_poly1305.h
 /usr/src/debug/openssl/3.5.4/include/crypto/bn_srp.h 
/usr/src/debug/openssl/3.5.4/providers/implementations/kdfs/hkdf.c 
/usr/src/debug/ope
 nssl/3.5.4/apps/ts.c 
/usr/src/debug/openssl/3.5.4/providers/implementations/ciphers/cipher_chacha20_poly1305.c
 /usr/src/debug/openssl/3.5.4/apps/rsa.c 
/usr/src/debug/openssl/3.5.4/include/internal/deterministic_nonce.h 
/usr/src/debug/openssl/3.5.4/apps/pkeyparam.c 
/usr/src/debug/openssl/3.5.4/crypto/evp/dh_ctrl.c 
/usr/src/debug/openssl/3.5.4/include/crypto/buffererr.h 
/usr/src/debug/openssl/3.5.4/include/crypto/objectserr.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/dsa_ctrl.c 
/usr/src/debug/openssl/3.5.4/include/crypto/x509v3err.h 
/usr/src/debug/openssl/3.5.4/include/crypto/security_bits.h 
/usr/src/debug/openssl/3.5.4/include/internal/qlog.h 
/usr/src/debug/openssl/3.5.4/include/internal/quic_wire_pkt.h 
/usr/src/debug/openssl/3.5.4/include/internal/thread.h 
/usr/src/debug/openssl/3.5.4/crypto/evp/legacy_md5.c", added 
"/usr/src/debug/openssl/3.6.0/include/crypto/storeerr.h 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/der_slh_dsa.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/en
 code.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_tdes_hw.c 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/der_hkdf.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aria_ccm.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/ciphercommon_ccm.h
 /usr/src/debug/openssl/3.6.0/crypto/threads_common.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aria_ccm.h
 /usr/src/debug/openssl/3.6.0/crypto/evp/digest.c 
/usr/src/debug/openssl/3.6.0/include/internal/quic_record_tx.h 
/usr/src/debug/openssl/3.6.0/apps/asn1parse.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aria_hw.c 
/usr/src/debug/openssl/3.6.0/crypto/o_time.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/rands/test_rng.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_null.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/kdfs/pbkdf2.c 
/usr/src/debug/openssl/3.6.0/crypto/e
 vp/legacy_wp.c /usr/src/debug/openssl/3.6.0/include/internal/quic_engine.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4_ccm_hw.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4_gcm_hw.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4_xts_hw.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_blowfish_hw.c
 /usr/src/debug/openssl/3.6.0/include/internal/priority_queue.h 
/usr/src/debug/openssl/3.6.0/include/internal/sm3.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_idea.c 
/usr/src/debug/openssl/3.6.0/include/internal/quic_stream.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4_xts.c 
/usr/src/debug/openssl/3.6.0/apps/dsaparam.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4_xts.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_idea.h 
/usr/src/debug/openssl/3.6.0/include/crypto/rsaerr.h /u
 sr/src/debug/openssl/3.6.0/include/crypto/bioerr.h 
/usr/src/debug/openssl/3.6.0/include/crypto/cmperr.h 
/usr/src/debug/openssl/3.6.0/include/crypto/cmserr.h 
/usr/src/debug/openssl/3.6.0/include/crypto/dsaerr.h 
/usr/src/debug/openssl/3.6.0/include/crypto/esserr.h 
/usr/src/debug/openssl/3.6.0/include/crypto/evperr.h 
/usr/src/debug/openssl/3.6.0/crypto/params.c 
/usr/src/debug/openssl/3.6.0/include/crypto/pemerr.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
 /usr/src/debug/openssl/3.6.0/providers/implementations/rands/drbg_hmac.c 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_wrap_gen.c 
/usr/src/debug/openssl/3.6.0/crypto/aes/aesni-mb-x86_64.s 
/usr/src/debug/openssl/3.6.0/crypto/evp/p_seal.c 
/usr/src/debug/openssl/3.6.0/apps/genpkey.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_tdes_common.c
 /usr/src/debug/openssl/3.6.0/crypto/evp/evp_cnf.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/evp_enc.c /usr/src/debug/op
 enssl/3.6.0/crypto/evp/evp_err.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/evp_key.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/evp_lib.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/evp_pbe.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h
 /usr/src/debug/openssl/3.6.0/apps/testdsa.h 
/usr/src/debug/openssl/3.6.0/apps/testrsa.h 
/usr/src/debug/openssl/3.6.0/crypto/asn1_dsa.c 
/usr/src/debug/openssl/3.6.0/include/internal/hpke_util.h 
/usr/src/debug/openssl/3.6.0/include/internal/threads_common.h 
/usr/src/debug/openssl/3.6.0/include/crypto/bn_srp.h 
/usr/src/debug/openssl/3.6.0/crypto/core_algorithm.c 
/usr/src/debug/openssl/3.6.0/include/internal/json_enc.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/kdfs/hkdf.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/kdfs/hmacdrbg_kdf.c 
/usr/src/debug/openssl/3.6.0/apps/rsa.c /usr/src/debug/openssl/3.6.0/crypto
 /sleep.c /usr/src/debug/openssl/3.6.0/crypto/evp/dh_ctrl.c 
/usr/src/debug/openssl/3.6.0/crypto/o_str.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
 /usr/src/debug/openssl/3.6.0/crypto/context.c 
/usr/src/debug/openssl/3.6.0/include/internal/statem.h 
/usr/src/debug/openssl/3.6.0/include/crypto/objectserr.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/file_store_local.h
 /usr/src/debug/openssl/3.6.0/apps/progs.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/kem/ecx_kem.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/kem/mlx_kem.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/kem/rsa_kem.c 
/usr/src/debug/openssl/3.6.0/apps/spkac.c 
/usr/src/debug/openssl/3.6.0/apps/pkcs7.c 
/usr/src/debug/openssl/3.6.0/apps/pkcs8.c 
/usr/src/debug/openssl/3.6.0/apps/prime.c 
/usr/src/debug/openssl/3.6.0/apps/progs.c 
/usr/src/debug/openssl/3.6.0/apps/smime.c 
/usr/src/debug/openssl/3.6.0/apps/speed.c /usr/src/debu
 g/openssl/3.6.0/providers/implementations/ciphers/cipher_blowfish.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/ciphercommon_block.c
 /usr/src/debug/openssl/3.6.0/apps/ca.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_blowfish.c
 /usr/src/debug/openssl/3.6.0/include/internal/propertyerr.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_tdes_wrap.c
 /usr/src/debug/openssl/3.6.0/crypto/evp/legacy_ripemd.c 
/usr/src/debug/openssl/3.6.0/apps/s_time.c 
/usr/src/debug/openssl/3.6.0/apps/verify.c 
/usr/src/debug/openssl/3.6.0/apps/gendsa.c 
/usr/src/debug/openssl/3.6.0/apps/engine.c 
/usr/src/debug/openssl/3.6.0/apps/errstr.c 
/usr/src/debug/openssl/3.6.0/apps/genrsa.c 
/usr/src/debug/openssl/3.6.0/apps/passwd.c 
/usr/src/debug/openssl/3.6.0/apps/pkcs12.c 
/usr/src/debug/openssl/3.6.0/apps/rehash.c 
/usr/src/debug/openssl/3.6.0/apps/rsautl.c 
/usr/src/debug/openssl/3.6.0/apps/s_client.c 
/usr/src/debug/openssl/3.6.0/crypto/aes/aesni-sha1-x
 86_64.s 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/blake2_params.inc
 /usr/src/debug/openssl/3.6.0/apps/ciphers.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/implementations.h
 
/usr/src/debug/openssl/3.6.0/providers/implementations/encode_decode/decode_pem2der.c
 /usr/src/debug/openssl/3.6.0/crypto/evp/pbe_scrypt.c 
/usr/src/debug/openssl/3.6.0/crypto/initthread.c 
/usr/src/debug/openssl/3.6.0/crypto/sm4/sm4.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/kdfs/pkcs12kdf.c 
/usr/src/debug/openssl/3.6.0/crypto/sparse_array.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/endecoder_local.h
 /usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_tdes.c 
/usr/src/debug/openssl/3.6.0/crypto/getenv.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_tdes.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/bio_b64.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/bio_enc.c 
/usr/src/debug/openssl/3.6.0/in
 clude/internal/bio.h /usr/src/debug/openssl/3.6.0/include/internal/dso.h 
/usr/src/debug/openssl/3.6.0/crypto/punycode.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/kem/ml_kem_kem.c 
/usr/src/debug/openssl/3.6.0/apps/ec.c 
/usr/src/debug/openssl/3.6.0/include/crypto/asn1err.h 
/usr/src/debug/openssl/3.6.0/include/crypto/comperr.h 
/usr/src/debug/openssl/3.6.0/apps/crl2pkcs7.c 
/usr/src/debug/openssl/3.6.0/crypto/cversion.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/legacy_md4.c 
/usr/src/debug/openssl/3.6.0/crypto/param_build.c 
/usr/src/debug/openssl/3.6.0/include/crypto/conferr.h 
/usr/src/debug/openssl/3.6.0/include/crypto/crmferr.h 
/usr/src/debug/openssl/3.6.0/include/crypto/httperr.h 
/usr/src/debug/openssl/3.6.0/include/crypto/ocsperr.h 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/securitycheck.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_rc4_hw.c 
/usr/src/debug/openssl/3.6.0/include/crypto/x509_acert.h 
/usr/src/debug/openssl/3.6.0/provid
 ers/implementations/ciphers/cipher_sm4_hw.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/kdf_meth.c 
/usr/src/debug/openssl/3.6.0/crypto/sslerr.h 
/usr/src/debug/openssl/3.6.0/include/crypto/bn_dh.h 
/usr/src/debug/openssl/3.6.0/include/crypto/lhash.h 
/usr/src/debug/openssl/3.6.0/include/internal/rcu.h 
/usr/src/debug/openssl/3.6.0/crypto/provider_conf.c 
/usr/src/debug/openssl/3.6.0/apps/dhparam.c 
/usr/src/debug/openssl/3.6.0/apps/ecparam.c 
/usr/src/debug/openssl/3.6.0/apps/mac.c 
/usr/src/debug/openssl/3.6.0/include/internal/hashtable.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/evp_pkey_type.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_wrp.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aria_gcm.c
 /usr/src/debug/openssl/3.6.0/include/internal/dane.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aria_gcm.h
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4_ccm.c 
/usr/src/debug/openssl/3.6.0/cry
 pto/bsearch.c /usr/src/debug/openssl/3.6.0/include/internal/to_hex.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4_ccm.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_rc2.c 
/usr/src/debug/openssl/3.6.0/crypto/cpuid.c 
/usr/src/debug/openssl/3.6.0/include/crypto/x509err.h 
/usr/src/debug/openssl/3.6.0/include/crypto/randerr.h 
/usr/src/debug/openssl/3.6.0/include/internal/ffc.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/kdf_lib.c 
/usr/src/debug/openssl/3.6.0/include/internal/der.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4_hw_x86_64.inc
 /usr/src/debug/openssl/3.6.0/crypto/packet.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_seed.c 
/usr/src/debug/openssl/3.6.0/crypto/aes/aes-x86_64.s 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_aes_cbc_hmac_sha256.c 
/usr/src/debug/openssl/3.6.0/crypto/o_fopen.c 
/usr/src/debug/openssl/3.6.0/include/internal/quic_ackm.h 
/usr/src/debug/openssl/3.6.0/include/crypto/ctype.h 
/usr/src/debug/openssl/3.6.0/include/cr
 ypto/store.h /usr/src/debug/openssl/3.6.0/include/internal/quic_fifd.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_port.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_srtm.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_wire.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_gcm.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_idea.c 
/usr/src/debug/openssl/3.6.0/crypto/provider_core.c 
/usr/src/debug/openssl/3.6.0/include/internal/ring_buf.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_gcm.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_cast.c 
/usr/src/debug/openssl/3.6.0/include/internal/property.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/drbg.h 
/usr/src/debug/openssl/3.6.0/crypto/provider_predefined.c 
/usr/src/debug/openssl/3.6.0/include/crypto/dh.h 
/usr/src/debug/openssl/3.6.0/crypto/array_alloc.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/cmeth_lib.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/ctrl
 _params_translate.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/encode_decode/decode_der2key.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/encode_decode/decode_pvk2key.c
 /usr/src/debug/openssl/3.6.0/crypto/ex_data.c 
/usr/src/debug/openssl/3.6.0/include/internal/param_build_set.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_reactor_wait_ctx.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
 /usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aria.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_cfb.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aria.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_local.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_chacha20.h
 /usr/src/debug/openssl/3.6.0/providers/implementations/rands/drbg_hash.c 
/usr/src/debug/openssl/3.6.0/include/internal/quic_cc.h 
/usr/src/debug/openssl/3.6.0/crypto/quic_
 vlint.c /usr/src/debug/openssl/3.6.0/include/crypto/bn.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_chacha20.c
 /usr/src/debug/openssl/3.6.0/include/crypto/md32_common.h 
/usr/src/debug/openssl/3.6.0/include/crypto/dsa.h 
/usr/src/debug/openssl/3.6.0/include/crypto/ecx.h 
/usr/src/debug/openssl/3.6.0/include/crypto/err.h 
/usr/src/debug/openssl/3.6.0/include/crypto/ess.h 
/usr/src/debug/openssl/3.6.0/include/crypto/evp.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/p_lib.c 
/usr/src/debug/openssl/3.6.0/include/internal/quic_record_rx.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_desx.c 
/usr/src/debug/openssl/3.6.0/include/crypto/pem.h 
/usr/src/debug/openssl/3.6.0/include/crypto/rsa.h 
/usr/src/debug/openssl/3.6.0/crypto/provider.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/ciphercommon_hw.c
 /usr/src/debug/openssl/3.6.0/crypto/aes/aes_cfb.c 
/usr/src/debug/openssl/3.6.0/crypto/aes/aes_ecb.c 
/usr/src/debug/openssl/3.6.0/crypto
 /aes/aes_ige.c /usr/src/debug/openssl/3.6.0/crypto/aes/aes_ofb.c 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/der_ml_dsa.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_bf.c 
/usr/src/debug/openssl/3.6.0/include/crypto/aes_platform.h 
/usr/src/debug/openssl/3.6.0/include/crypto/sm4_platform.h 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/der_dsa.h 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/der_rsa.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/ec_support.c 
/usr/src/debug/openssl/3.6.0/crypto/mem.c 
/usr/src/debug/openssl/3.6.0/crypto/uid.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_ocb.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/kdfs/kbkdf.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/kdfs/sskdf.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_ocb.c 
/usr/src/debug/openssl/3.6.0/include/internal/uint_set.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/ciph
 er_chacha20_poly1305.h /usr/src/debug/openssl/3.6.0/include/crypto/cryptlib.h 
/usr/src/debug/openssl/3.6.0/include/crypto/ec.h 
/usr/src/debug/openssl/3.6.0/include/crypto/rand_pool.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_chacha20_poly1305.c
 /usr/src/debug/openssl/3.6.0/crypto/aes/aesni-xts-avx512.s 
/usr/src/debug/openssl/3.6.0/include/internal/cryptlib.h 
/usr/src/debug/openssl/3.6.0/apps/list.c 
/usr/src/debug/openssl/3.6.0/include/internal/ssl3_cbc.h 
/usr/src/debug/openssl/3.6.0/apps/fipsinstall.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/seeding.h 
/usr/src/debug/openssl/3.6.0/include/internal/mem_alloc_utils.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/encode_decode/ml_kem_codecs.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_desx_hw.c 
/usr/src/debug/openssl/3.6.0/apps/rand.c 
/usr/src/debug/openssl/3.6.0/include/crypto/security_bits.h 
/usr/src/debug/openssl/3.6.0/providers/implementations
 /ciphers/cipher_cast.h /usr/src/debug/openssl/3.6.0/apps/configutl.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_etm_hw.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/ciphercommon_ccm_hw.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/ciphercommon_gcm_hw.c
 /usr/src/debug/openssl/3.6.0/crypto/evp/evp_local.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/kdfs/krb5kdf.c 
/usr/src/debug/openssl/3.6.0/include/crypto/ml_dsa.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/kdfs/x942kdf.c 
/usr/src/debug/openssl/3.6.0/include/internal/refcount.h 
/usr/src/debug/openssl/3.6.0/include/internal/common.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_gcm_siv.h
 /usr/src/debug/openssl/3.6.0/include/crypto/pkcs12err.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_gcm_siv.c
 /usr/src/debug/openssl/3.6.0/crypto/evp/pmeth_lib.c /usr/src/debug/openssl/3.6
 .0/crypto/evp/legacy_blake2.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/evp_fetch.c 
/usr/src/debug/openssl/3.6.0/include/crypto/chacha.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/kdfs/pvkkdf.c 
/usr/src/debug/openssl/3.6.0/apps/cms.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/kem.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/kdfs/sshkdf.c 
/usr/src/debug/openssl/3.6.0/include/internal/thread_arch.h 
/usr/src/debug/openssl/3.6.0/include/internal/bio_addr.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_txp.h 
/usr/src/debug/openssl/3.6.0/include/internal/rio_notifier.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4_ccm_hw_x86_64.inc
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4_gcm_hw_x86_64.inc
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4_xts_hw_x86_64.inc
 /usr/src/debug/openssl/3.6.0/include/internal/numbers.h 
/usr/src/debug/openssl/3.6.0/crypto/aes/aes-cfb-avx512.s /usr/src/debug
 /openssl/3.6.0/providers/common/der/der_ec_gen.c 
/usr/src/debug/openssl/3.6.0/crypto/buildinf.h 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/der_wrap.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/mac_lib.c 
/usr/src/debug/openssl/3.6.0/include/internal/quic_stream_map.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/s_lib.c 
/usr/src/debug/openssl/3.6.0/include/crypto/pkcs7err.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/ml_dsa.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/encode_decode/endecoder_common.c
 /usr/src/debug/openssl/3.6.0/crypto/evp/ec_ctrl.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_camellia_cts.inc
 /usr/src/debug/openssl/3.6.0/crypto/evp/p_enc.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha512_etm_hw.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_tdes_wrap_hw.c
 /usr/src/debug/openssl/3.6.0/include/crypto/context.h 
/usr/src/debug/openssl/3.6
 .0/include/crypto/engine.h 
/usr/src/debug/openssl/3.6.0/include/internal/namemap.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_sf_list.h 
/usr/src/debug/openssl/3.6.0/include/crypto/asyncerr.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/bio_md.c 
/usr/src/debug/openssl/3.6.0/crypto/der_writer.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_camellia.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/ciphercommon.h
 /usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_hw.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_des_hw.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_camellia.h
 /usr/src/debug/openssl/3.6.0/include/internal/o_dir.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/p_legacy.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/p_verify.c 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/der_ecx.h 
/usr/src/debug/openssl/3.6.0/include/internal/packet_quic.h /usr/src/deb
 ug/openssl/3.6.0/crypto/evp/m_null.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c
 /usr/src/debug/openssl/3.6.0/providers/implementations/skeymgmt/generic.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.h
 /usr/src/debug/openssl/3.6.0/crypto/defaults.c 
/usr/src/debug/openssl/3.6.0/apps/enc.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_rc2_hw.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_xts_fips.c
 /usr/src/debug/openssl/3.6.0/apps/s_server.c 
/usr/src/debug/openssl/3.6.0/include/internal/quic_cfq.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/asymcipher.c 
/usr/src/debug/openssl/3.6.0/include/internal/asn1.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/ml_kem.h 
/usr/src/debug/openssl/3.6.0/include/internal/packet.h 
/usr/src/debug/openssl/3.6.0/include/internal/encoder.h 
/usr/src/debug/openssl/3.6.0/apps/sess_id.c /usr/src/
 debug/openssl/3.6.0/apps/srp.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_dd.c 
/usr/src/debug/openssl/3.6.0/include/crypto/objects.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_ssl.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/rands/seed_src.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/ciphercommon_local.h
 /usr/src/debug/openssl/3.6.0/providers/common/der/der_dsa_key.c 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_rsa_key.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_cts.inc
 /usr/src/debug/openssl/3.6.0/providers/common/der/der_ecx_key.c 
/usr/src/debug/openssl/3.6.0/apps/ocsp.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_xcbc_d.c 
/usr/src/debug/openssl/3.6.0/crypto/x86_64cpuid.s 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/decoders.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_seed_hw.c 
/usr/src/debug/openssl/3.6.0/crypto/param_build_set.c /usr/src/debug/openss
 l/3.6.0/include/internal/qlog_event_helpers.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4_gcm.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4_gcm.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_tserver.h 
/usr/src/debug/openssl/3.6.0/crypto/provider_local.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_chacha20_hw.c
 /usr/src/debug/openssl/3.6.0/crypto/evp/evp_utils.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_ccm.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_sd.c 
/usr/src/debug/openssl/3.6.0/apps/req.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/p5_crpt.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_ccm.h 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_dh.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/ml_dsa_codecs.h
 /usr/src/debug
 /openssl/3.6.0/include/internal/quic_predef.h 
/usr/src/debug/openssl/3.6.0/crypto/sm3/sm3.c 
/usr/src/debug/openssl/3.6.0/include/crypto/cryptoerr.h 
/usr/src/debug/openssl/3.6.0/apps/pkeyparam.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_ec.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/ciphercommon.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/storemgmt/file_store_any2obj.c
 /usr/src/debug/openssl/3.6.0/include/crypto/decoder.h 
/usr/src/debug/openssl/3.6.0/include/crypto/encoder.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/encode_decode/decode_epki2pki.c
 /usr/src/debug/openssl/3.6.0/crypto/evp/dsa_ctrl.c 
/usr/src/debug/openssl/3.6.0/crypto/provider_child.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_siv.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_aes_cbc_hmac_sha1.c 
/usr/src/debug/openssl/3.6.0/include/internal/quic_reactor.h 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/provider_ctx.h 
/usr/src/debug
 /openssl/3.6.0/include/crypto/punycode.h 
/usr/src/debug/openssl/3.6.0/crypto/aes/vpaes-x86_64.s 
/usr/src/debug/openssl/3.6.0/include/internal/qlog.h 
/usr/src/debug/openssl/3.6.0/include/internal/thread.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/legacy_md5.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_siv.c 
/usr/src/debug/openssl/3.6.0/apps/kdf.c 
/usr/src/debug/openssl/3.6.0/include/internal/constant_time.h 
/usr/src/debug/openssl/3.6.0/include/internal/hashfunc.h 
/usr/src/debug/openssl/3.6.0/apps/dsa.c 
/usr/src/debug/openssl/3.6.0/include/internal/recordmethod.h 
/usr/src/debug/openssl/3.6.0/crypto/aes/aesni-sha256-x86_64.s 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/der_ec.h 
/usr/src/debug/openssl/3.6.0/include/internal/conf.h 
/usr/src/debug/openssl/3.6.0/include/crypto/ml_kem.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/pmeth_check.c 
/usr/src/debug/openssl/3.6.0/apps/storeutl.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/ci
 pher_rc4.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/hmac_drbg.h 
/usr/src/debug/openssl/3.6.0/apps/openssl.c 
/usr/src/debug/openssl/3.6.0/apps/pkeyutl.c 
/usr/src/debug/openssl/3.6.0/apps/skeyutl.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_rc4.h 
/usr/src/debug/openssl/3.6.0/crypto/threads_pthread.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_sm4.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/encode_decode/encode_key2text.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/encode_decode/encode_key2any.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/encode_decode/ml_common_codecs.c
 /usr/src/debug/openssl/3.6.0/apps/version.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/p_open.c 
/usr/src/debug/openssl/3.6.0/crypto/o_init.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_etm_h
 w.c /usr/src/debug/openssl/3.6.0/include/crypto/siphash.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_tls.h 
/usr/src/debug/openssl/3.6.0/include/crypto/async.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_rc2.c 
/usr/src/debug/openssl/3.6.0/apps/dgst.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_rc2.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_record_util.h 
/usr/src/debug/openssl/3.6.0/crypto/ctype.c 
/usr/src/debug/openssl/3.6.0/crypto/trace.c 
/usr/src/debug/openssl/3.6.0/include/internal/ssl.h 
/usr/src/debug/openssl/3.6.0/include/internal/dsoerr.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/exchange.c 
/usr/src/debug/openssl/3.6.0/include/crypto/slh_dsa.h 
/usr/src/debug/openssl/3.6.0/include/internal/time.h 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/der_digests.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/kem/kem_util.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/storemgmt/file_store.
 c /usr/src/debug/openssl/3.6.0/apps/x509.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_camellia.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/kdfs/tls1_prf.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_ccm_hw.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_cfb_hw.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_gcm_hw.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_gcm_hw_vaes_avx512.inc
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_ocb_hw.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_siv_hw.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_xts_hw.c
 /usr/src/debug/openssl/3.6.0/crypto/evp/mac_meth.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/ml_common_codecs.h
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_camellia_hw.c
 /usr/src/debu
 g/openssl/3.6.0/providers/implementations/ciphers/cipher_tdes_default_hw.c 
/usr/src/debug/openssl/3.6.0/crypto/self_test_core.c 
/usr/src/debug/openssl/3.6.0/crypto/aes/bsaes-x86_64.s 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_sm4.c 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/proverr.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/eckem.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/rands/drbg.c 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_hkdf_gen.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/c_alld.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/blake2.h 
/usr/src/debug/openssl/3.6.0/crypto/params_dup.c 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_ec_sig.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/p5_crpt2.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/pmeth_gn.c 
/usr/src/debug/openssl/3.6.0/crypto/aes/aes_local.h 
/usr/src/debug/openssl/3.6.0/include/crypto/modes.h 
/usr/src/debug/openssl/3.6.0/include/crypto/
 types.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/md5_sha1.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/ml_kem_codecs.h
 /usr/src/debug/openssl/3.6.0/providers/common/der/der_ml_dsa_gen.c 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_ml_dsa_key.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_io.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_xts.h 
/usr/src/debug/openssl/3.6.0/crypto/sm3/legacy_sm3.c 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_slh_dsa_key.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/kdfs/argon2.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_xts.c 
/usr/src/debug/openssl/3.6.0/include/internal/crmf.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_chacha20_poly1305.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_rc4.c 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_dsa_gen.c 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_rsa_gen.c /u
 sr/src/debug/openssl/3.6.0/crypto/evp/c_allc.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/digestcommon.h
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_cast5_hw.c
 /usr/src/debug/openssl/3.6.0/crypto/evp/e_old.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/keymgmt_meth.c 
/usr/src/debug/openssl/3.6.0/crypto/comp_methods.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_gcm_siv_polyval.c
 /usr/src/debug/openssl/3.6.0/providers/common/der/der_sm2_gen.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/p_dec.c 
/usr/src/debug/openssl/3.6.0/apps/nseq.c 
/usr/src/debug/openssl/3.6.0/include/internal/sha3.h 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_slh_dsa_gen.c 
/usr/src/debug/openssl/3.6.0/include/internal/comp.h 
/usr/src/debug/openssl/3.6.0/crypto/ebcdic.c 
/usr/src/debug/openssl/3.6.0/include/crypto/bnerr.h 
/usr/src/debug/openssl/3.6.0/include/crypto/cterr.h 
/usr/src/debug/openssl/3.6.0/include/crypto/dherr.h /usr/src/deb
 ug/openssl/3.6.0/include/crypto/ecerr.h 
/usr/src/debug/openssl/3.6.0/include/crypto/tserr.h 
/usr/src/debug/openssl/3.6.0/include/crypto/uierr.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/legacy_md5_sha1.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/rands/drbg_ctr.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aria_ccm_hw.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aria_gcm_hw.c
 /usr/src/debug/openssl/3.6.0/include/internal/quic_types.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_vlint.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_demux.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_error.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_lcidm.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_rcidm.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_statm.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_trace.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_txpim.h 
/usr/src/debug/openssl/3
 .6.0/crypto/deterministic_nonce.c /usr/src/debug/openssl/3.6.0/crypto/info.c 
/usr/src/debug/openssl/3.6.0/crypto/init.c 
/usr/src/debug/openssl/3.6.0/crypto/time.c 
/usr/src/debug/openssl/3.6.0/include/internal/ssl_unwrap.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/p_sign.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_des.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_idea_hw.c 
/usr/src/debug/openssl/3.6.0/crypto/passphrase.c 
/usr/src/debug/openssl/3.6.0/apps/info.c 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_digests_gen.c 
/usr/src/debug/openssl/3.6.0/crypto/rcu_internal.h 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/der_sm2.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
 /usr/src/debug/openssl/3.6.0/crypto/aes/aesni-x86_64.s 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_cts.h 
/usr/src/debug/openssl/3.6
 .0/providers/implementations/ciphers/cipher_des.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/skeymgmt/aes_skmgmt.c 
/usr/src/debug/openssl/3.6.0/include/internal/cms.h 
/usr/src/debug/openssl/3.6.0/include/internal/provider.h 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_dsa_sig.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/signature.c 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_rsa_sig.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_cts.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_des.c 
/usr/src/debug/openssl/3.6.0/include/crypto/engineerr.h 
/usr/src/debug/openssl/3.6.0/include/crypto/sha.h 
/usr/src/debug/openssl/3.6.0/include/crypto/siv.h 
/usr/src/debug/openssl/3.6.0/include/crypto/sm2.h 
/usr/src/debug/openssl/3.6.0/include/crypto/sm4.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/mlx_kem.h 
/usr/src/debug/open
 ssl/3.6.0/providers/implementations/kem/ec_kem.c 
/usr/src/debug/openssl/3.6.0/crypto/LPdir_unix.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_asn1.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_kari.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_pwri.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/rands/seed_src_jitter.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/names.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/skeymgmt_lcl.h
 /usr/src/debug/openssl/3.6.0/crypto/aes/aes_core.c 
/usr/src/debug/openssl/3.6.0/crypto/aes/aes_misc.c 
/usr/src/debug/openssl/3.6.0/crypto/aes/aes_wrap.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/skeymgmt_meth.c 
/usr/src/debug/openssl/3.6.0/apps/ts.c 
/usr/src/debug/openssl/3.6.0/crypto/sm3/sm3_local.h 
/usr/src/debug/openssl/3.6.0/include/internal/deterministic_nonce.h 
/usr/src/debug/openssl/3.6.0/include/internal/sslconf.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/legacy_mdc2.c 
/usr/src/debug/openssl/3.6.0/include/crypto/sparse_array.h
  /usr/src/debug/openssl/3.6.0/providers/common/der/der_ecx_gen.c 
/usr/src/debug/openssl/3.6.0/include/crypto/buffererr.h 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_des3.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/ciphercommon_gcm.h
 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/kdfexchange.h
 /usr/src/debug/openssl/3.6.0/include/internal/core.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/encode_decode/ml_dsa_codecs.c
 /usr/src/debug/openssl/3.6.0/crypto/evp/bio_ok.c 
/usr/src/debug/openssl/3.6.0/include/crypto/x509v3err.h 
/usr/src/debug/openssl/3.6.0/include/internal/params.h 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_smime.c 
/usr/src/debug/openssl/3.6.0/include/internal/quic_wire_pkt.h 
/usr/src/debug/openssl/3.6.0/crypto/core_fetch.c 
/usr/src/debug/openssl/3.6.0/include/crypto/poly1305.h 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_sm2_key.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/encode_decode/decode_ms
 blob2key.c /usr/src/debug/openssl/3.6.0/apps/pkey.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_enc.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_env.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_err.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_ess.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_kem.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_lib.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_rsa.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_att.c 
/usr/src/debug/openssl/3.6.0/crypto/core_namemap.c 
/usr/src/debug/openssl/3.6.0/include/crypto/aria.h 
/usr/src/debug/openssl/3.6.0/include/crypto/asn1.h 
/usr/src/debug/openssl/3.6.0/include/crypto/cmac.h 
/usr/src/debug/openssl/3.6.0/include/crypto/rand.h 
/usr/src/debug/openssl/3.6.0/crypto/cryptlib.c 
/usr/src/debug/openssl/3.6.0/include/crypto/x509.h 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_sm2_sig.c 
/usr/src/debug/openssl/3.6.0/include/internal/quic_rx_depack.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/ci
 pher_tdes_default.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_rc4_hmac_md5.h
 /usr/src/debug/openssl/3.6.0/providers/common/include/prov/providercommon.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/ciphercommon_ccm.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/ciphercommon_gcm.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_tdes_default.h
 /usr/src/debug/openssl/3.6.0/crypto/params_from_text.c 
/usr/src/debug/openssl/3.6.0/include/internal/skey.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_hw_aesni.inc
 /usr/src/debug/openssl/3.6.0/apps/crl.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/dh_support.c 
/usr/src/debug/openssl/3.6.0/crypto/cms/cms_kemri.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_rc4_hmac_md5.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/evp_pkey.c 
/usr/src/debug/openssl/3.6.0/crypt
 o/evp/evp_rand.c /usr/src/debug/openssl/3.6.0/include/internal/quic_fc.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_channel.h 
/usr/src/debug/openssl/3.6.0/providers/common/der/der_ec_key.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/ecx.h 
/usr/src/debug/openssl/3.6.0/include/internal/passphrase.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_srt_gen.h 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/provider_util.h 
/usr/src/debug/openssl/3.6.0/include/internal/qlog_events.h 
/usr/src/debug/openssl/3.6.0/crypto/mem_sec.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/kdfs/scrypt.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_aria.c 
/usr/src/debug/openssl/3.6.0/crypto/threads_lib.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/m_sigver.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/e_aes.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_ccm_hw_aesni.inc
 /usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/ciph
 er_aes_cfb_hw_aesni.inc 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_aes_gcm_hw_aesni.inc
 /usr/src/debug/openssl/3.6.0/crypto/indicator_core.c 
/usr/src/debug/openssl/3.6.0/include/internal/unicode.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_cast5.c 
/usr/src/debug/openssl/3.6.0/crypto/evp/legacy_sha.c 
/usr/src/debug/openssl/3.6.0/providers/common/include/prov/bio.h 
/usr/src/debug/openssl/3.6.0/include/crypto/pkcs7.h 
/usr/src/debug/openssl/3.6.0/include/internal/quic_thread_assist.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/encode_decode/encode_key2blob.c
 /usr/src/debug/openssl/3.6.0/crypto/evp/e_null.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/kdfs/pbkdf1.c 
/usr/src/debug/openssl/3.6.0/apps/cmp.c 
/usr/src/debug/openssl/3.6.0/include/crypto/asn1_dsa.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/include/prov/macsignature.h
 /usr/src/debug/openssl/3.6.0/crypto/sm3/sm3-x86_64.S /usr/src/debug/openssl
 /3.6.0/crypto/sm4/sm4-x86_64.S 
/usr/src/debug/openssl/3.6.0/crypto/evp/keymgmt_lib.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/encode_decode/encode_key2ms.c
 /usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_seed.c 
/usr/src/debug/openssl/3.6.0/crypto/cpt_err.c 
/usr/src/debug/openssl/3.6.0/crypto/ssl_err.c 
/usr/src/debug/openssl/3.6.0/providers/implementations/ciphers/cipher_seed.h 
/usr/src/debug/openssl/3.6.0/providers/implementations/encode_decode/decode_spki2typespki.c"
packages/x86-64-v3-poky-linux/openssl/openssl-src: PKGSIZE changed from 
26305162 to 26920660 (+2%)
packages/x86-64-v3-poky-linux/openssl/openssl-src: PV changed from "3.5.4" to 
"3.6.0"
packages/x86-64-v3-poky-linux/openssl/openssl-src: PKGV changed from 3.5.4 
[default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/openssl-staticdev: PKGSIZE changed from 
37634468 to 38233526 (+2%)
packages/x86-64-v3-poky-linux/openssl/openssl-staticdev: PV changed from 
"3.5.4" to "3.6.0"
packages/x86-64-v3-poky-linux/openssl/openssl-staticdev: PKGV changed from 
3.5.4 [default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/openssl/openssl: PV changed from "3.5.4" to 
"3.6.0"
packages/x86-64-v3-poky-linux/openssl/openssl: PKGV changed from 3.5.4 
[default] to 3.6.0 [default]
packages/x86-64-v3-poky-linux/python3/python3-dbg: PKGSIZE changed from 
38239336 to 38239344 (+0%)
Changes to packages/x86_64-linux/glib-2.0-native (sysroot):
  /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh was added
  /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build was added
  /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build was added
  /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp was 
added
  /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work 
was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux
 was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/glib-2.0-native
 was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.86.3
 was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native
 was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr
 was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr/lib
 was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr/lib/libglib-2.0.so.0.8600.3-gdb.py
 was added
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/auh/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr/lib/libgobject-2.0.so.0.8600.3-gdb.py
 was added
  /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible was removed
  /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build was 
removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st 
was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.86.3
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr/lib
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr/lib/libglib-2.0.so.0.8600.3-gdb.py
 was removed
  
/usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.86.3/recipe-sysroot-native/usr/lib/libgobject-2.0.so.0.8600.3-gdb.py
 was removed

Attachment: 0001-openssl-upgrade-3.5.4-3.6.0.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#229451): 
https://lists.openembedded.org/g/openembedded-core/message/229451
Mute This Topic: https://lists.openembedded.org/mt/117291112/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to