OpenSSL Contributors Statistics
Ignored commits for 4.0
These are commits are excluded according to our exclusion rules.
-
2172e0c098cd8e2f24a0d5f3cf36b6433bf9ef35
Fix loongarch64 build and clean up include paths Fixes #30418 Add ../crypto to INCLUDE[p_ossltest]. Remove useless .. from various INCLUDE[] - this was necessary when e_os.h was placed in the SRCDIR root. Reviewed-by: Dmitry Belyavskiy
Reviewed-by: Paul Dale Reviewed-by: Norbert Pocs Reviewed-by: Neil Horman MergeDate: Tue Mar 31 15:51:53 2026 (Merged from https://github.com/openssl/openssl/pull/30536) -
8ca772ddb7694be70cb0812e8ae22fa99ea5e3da
util/platform_symbols/windows-symbols.txt: sort in lexicographical order Sort using "LC_ALL=C sort -u". Signed-off-by: Eugene Syromiatnikov
Reviewed-by: Paul Dale Reviewed-by: Norbert Pocs MergeDate: Tue Mar 31 11:55:25 2026 (Merged from https://github.com/openssl/openssl/pull/30634) -
41f81d304cf98481eb6d2effa2c14d69a734da51
Update ordinals from 4.0.0-beta1 This is a partial forward-port of commit 3c4194022cc4 "make update" from the openssl-4.0 branch, that includes updates to util/libcrypto.num and util/libssl.num files. References: 3c4194022cc4 "make update" Reviewed-by: Paul Dale
Reviewed-by: Tomas Mraz MergeDate: Fri Mar 27 16:52:22 2026 (Merged from https://github.com/openssl/openssl/pull/30555) -
2036e997430f4bee75d3a60301f7ecc8c2e66198
CMS_verify(): Fix leak of tmpin in an error path Reviewed-by: Eugene Syromiatnikov
Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz MergeDate: Fri Mar 27 16:43:44 2026 (Merged from https://github.com/openssl/openssl/pull/30535) -
d315ac43892b4089a150468c3464646a312025d6
Prepare for 4.1 Reviewed-by: Tomas Mraz
Reviewed-by: Eugene Syromiatnikov MergeDate: Tue Mar 10 14:39:56 2026 Release: yes -
f9b983b6c1ee8daad551714e1306b906b3495dbd
make update Reviewed-by: Tomas Mraz
Reviewed-by: Eugene Syromiatnikov MergeDate: Tue Mar 10 14:39:41 2026 Release: yes -
c7215806539ea0a312c42a5893b1f5f9eb9ae5ae
Copyright year updates Reviewed-by: Tomas Mraz
Reviewed-by: Eugene Syromiatnikov MergeDate: Tue Mar 10 14:37:54 2026 Release: yes -
63b300a5b9d550dac7263a6fe50fd145652af220
CHANGES.md, NEWS.md: update the URL format for CVE URLs The URLs have changed from [1] to [2]. [1] https://www.openssl.org/news/vulnerabilities.html [2] https://openssl-library.org/news/vulnerabilities/ Signed-off-by: Eugene Syromiatnikov
Reviewed-by: Tomas Mraz Reviewed-by: Nikola Pajkovsky Reviewed-by: Neil Horman MergeDate: Tue Mar 10 13:39:35 2026 (Merged from https://github.com/openssl/openssl/pull/30338) -
fb3b82bd54cb6452d91978600584d693d73e871c
CHANGES.md, NEWS.md: sort links in lexicographical order A specific order makes link addition more consistent moving forward. The links were sorted with "LC_ALL=C sort -V" command, "sort" is from GNU coreutils. Signed-off-by: Eugene Syromiatnikov
Reviewed-by: Tomas Mraz Reviewed-by: Nikola Pajkovsky Reviewed-by: Neil Horman MergeDate: Tue Mar 10 13:39:11 2026 (Merged from https://github.com/openssl/openssl/pull/30338) -
192fd36cfaed822d73288bd1437e821f75071f18
Additional PKCS12 PBMAC1 malformed testcase files Reviewed-by: Dmitry Belyavskiy
Reviewed-by: Saša Nedvědický MergeDate: Mon Jan 26 16:14:20 2026 -
85645be82e469a815c033ed97889df27b7349648
Clean up some unnecessary includes Now that we have removed lots of deadcode various files are including more than they need to. We can slim down the list of includes. Reviewed-by: Tomas Mraz
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29446) -
b217b180090bcc031347f3f5c95761ee4385c048
Remove dead EVP_rc5() code Reviewed-by: Tomas Mraz
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29446) -
6215430101e183278754950d04b918de14c64173
Remove legacy fields from the EVP_CIPHER structure We remove legacy fields that are no longer used for anything from the EVP_CIPHER structure. Reviewed-by: Tomas Mraz
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29446) -
f9bdb61bbf54d8cedf0be5f9546162b6b975fc33
Remove some last remaining EVP_CIPHER related legacy paths There were some final remaining legacy paths that are now redundant and can be removed. Reviewed-by: Tomas Mraz
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29446) -
86d7f1665df72e3930652230db563673f8247f27
Remove dead EVP_rc4_hmac_md5() code Reviewed-by: Tomas Mraz
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29446) -
4c8280a13cbe3f74e9b403cd663ad48f38a40576
Remove dead EVP_enc_null() code Reviewed-by: Tomas Mraz
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29446) -
42371665308585be56281dc399d7f23c69162cff
Remove dead EVP_chacha20_*() code Reviewed-by: Tomas Mraz
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29446) -
32eaa748a3020896d3ac7b76c75f56ffd8112e56
Cleanup block cipher macros in include/crypto/evp.h Remove some unneeded deadcode and fix the formatting Also fix all users of those macros to avoid compilation warnings Reviewed-by: Tomas Mraz
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29446) -
d4c1efccaba935b1cc67071c3b9323b892a32c72
Remove dead EVP_aes_*() code Reviewed-by: Tomas Mraz
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29446) -
c68b6962897fb2a27ef8ebeaec04decbfd265a2d
Remove dead EVP_aes_*_cbc_hmac_sha256() code Reviewed-by: Tomas Mraz
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29446) -
6f850e16fbf0d821e8fd8b85174975430992a761
Remove dead EVP_aes_*_cbc_hmac_sha1() code Reviewed-by: Tomas Mraz
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29446) -
1d4919dcc77b3fe7eb82dd3eb296992f54721efc
Update the documentation to remove referenceds to EVP_PKEY_ASN1_METHOD Now that EVP_PKEY_ASN1_METHODs have been removed from the public API we need to update the documentation accordingly. They still exist internally and so some references are still appropriate in the internal documetnation. Reviewed-by: Dmitry Belyavskiy
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29405) -
c65e34bfceb63f1dfc8f49a882824811fde4df38
Remove the ability to create a custom EVP_PKEY_ASN1_METHOD Now that the ability to register a custom EVP_PKEY_ASN1_METHOD has been removed in an earlier commit, we can now remove the functions that are used to create a custom EVP_PKEY_ASN1_METHOD. Reviewed-by: Dmitry Belyavskiy
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29405) -
f9f6d5666ab1d24caca0972de38f97ce7175bfde
Remove the ability to query the internal EVP_PKEY_ASN1_METHODs Previously there were a few functions where you could obtain a handle on registered EVP_PKEY_ASN1_METHODs and query information about them. We remove the capability. Reviewed-by: Dmitry Belyavskiy
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29405) -
48d311ee5525324c0e81f6d3ac9072495cf5d330
Remove EVP_PKEY_asn1_add0() We remove the ability to add application defined EVP_PKEY_ASN1_METHODs via the `EVP_PKEY_asn1_add0()` function. We also remove the related function `EVP_PKEY_asn1_add_alias()`. Reviewed-by: Dmitry Belyavskiy
Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29405) -
2b91fd900f46396ae95c624c3404fbae4adc6109
Clean up some unnecessary inclusions After the deadcode removal there were varios include files being used that are no longer necessary. We remove them. Reviewed-by: Tomas Mraz
Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29460) -
b2168cd81db0d571bc4f5de11a328aa9e98180a0
Remove some legacy fields from the EVP_MD_CTX structure Reviewed-by: Tomas Mraz
Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29460) -
84b5f265ce2e484f920fa0cf7af3dcfb468a0083
Cleanup the EVP_MD structure Remove fields that are no longer needed. Reviewed-by: Tomas Mraz
Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29460) -
a82bb34662efe1019dc656675b1642ee0b42fe2f
Remove legacy method deadcode for EVP_MD implementations Remove the legacy EVP_MD implementation functions. These are no longer used due to providers. This code is now unreachable due to the removal of the functions related to custom EVP_MD methods. Reviewed-by: Tomas Mraz
Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29460) -
d7a4f81aede9defe13226d037dc97e1d241deda2
Remove all EVP_PKEY_meth_* functions from the documentation These functions have been removed so the documentation should be updated accordingly. Reviewed-by: Shane Lontis
Reviewed-by: Paul Yang (Merged from https://github.com/openssl/openssl/pull/29384) -
60d4b986e7e11bf6addf2bc8a17c4abb17b98ce4
Clean up some final vistigial remnants of EVP_PKEY_METHOD We retain the opaque type because it is still used by the ENGINE stubs. Reviewed-by: Shane Lontis
Reviewed-by: Paul Yang (Merged from https://github.com/openssl/openssl/pull/29384) -
00022fdfad6bb72ac5dadd1864e5985ff6f3bec4
Remove references to the pmeth field in an EVP_PKEY_CTX We don't set this field anymore so we should remove all usage of it. Reviewed-by: Shane Lontis
Reviewed-by: Paul Yang (Merged from https://github.com/openssl/openssl/pull/29384) -
a570f1a09b610bc8c404277dee23f92fd0ba9562
Delete the EC EVP_PKEY_METHOD It is no longer used so can be removed Reviewed-by: Shane Lontis
Reviewed-by: Paul Yang (Merged from https://github.com/openssl/openssl/pull/29384) -
90bb6e2c9317688db8f5e1f996ac56fb9ed2f2b7
Delete the DSA EVP_PKEY_METHOD It is no longer used so can be removed Reviewed-by: Shane Lontis
Reviewed-by: Paul Yang (Merged from https://github.com/openssl/openssl/pull/29384) -
b7d69bad17e54111174b981788ab2a17854cca5c
Delete the RSA EVP_PKEY_METHOD It is no longer used so can be removed Reviewed-by: Shane Lontis
Reviewed-by: Paul Yang (Merged from https://github.com/openssl/openssl/pull/29384) -
7fd85ef726fb6db6c70086025a2470e2e28d0428
Delete the ECX EVP_PKEY_METHOD It is no longer used so can be removed Reviewed-by: Shane Lontis
Reviewed-by: Paul Yang (Merged from https://github.com/openssl/openssl/pull/29384) -
f3f70e170fdd14d5c7575f26a42c3b9c5a177656
Remove custom EVP_PKEY_METHODs We retain custom EVP_PKEY_ASN1_METHODs for now - to be removed in some subsequent PR. Reviewed-by: Shane Lontis
Reviewed-by: Paul Yang (Merged from https://github.com/openssl/openssl/pull/29384) -
79963490564412f24ce294663fcb2bfe2ceb9670
Unbreak some function signature that got broken up after the return type Reviewed-by: Paul Yang
Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29383) -
63e912b7581e85ca0eadcf950bbc70896b183b0e
Redo source reformatting with the TypeNames added This resulted in some source reformatting becoming a bit less trippy This is the script I used to run clang-format appropriately enough: #! /bin/bash include_re=$(yq -r '.repos.[].hooks.[] | select(.id == "clang-format") | .files' < .pre-commit-config.yaml) known_generated=( crypto/bn/bn_prime.h crypto/objects/obj_dat.h crypto/objects/obj_xref.h include/openssl/obj_mac.h crypto/conf/conf_def.h crypto/asn1/charmap.h '*_err.c' '*err.h' ) exclusions=() for g in "${known_generated[@]}"; do # Convert pattern to a regex g=${g//\./\\.} g=${g//\*/.\*} exclusions+=( "^${g}\$" ) done # Join all exclusions into one regex exclude_re=$(IFS='|'; echo "${exclusions[*]}") (set -x; git ls-files | grep -E $include_re | grep -Ev $exclude_re | xargs clang-format -i) Reviewed-by: Paul YangReviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29383) -
aa9defaa1fc4247ce8988606a8dca171fe717760
Dump all known typedefs into .clang-format This was done by calling a script I made on the spot: bash add-types-to-clang-format > .clang-format.new && mv .clang-format.new .clang-format This is what that script looked like: #! /bin/bash sed -ne '1,/^CommentPragmas:/p' < .clang-format cat <<_____ # OpenSSL uses typedefs extensively. Tell clang-format about them. TypeNames: _____ include_re=$(yq -r '.repos.[].hooks.[] | select(.id == "clang-format") | .files' < .pre-commit-config.yaml) include_dirs=( apps crypto include providers ssl ) git ls-files "${include_dirs[@]}" \ | grep -E $include_re \ | xargs ctags -f - \ | awk -F "\t" -- '$2 ~ /\.h/ && $4 == "t" { printf " - \"%s\"\n", $1 }' \ | sort \ | uniq cat <<_____ # The following types are macros, and need to remain that way, unfortunately - "HASH_CTX" - "HASH_LONG" - "MD32_REG_T" _____ sed -ne '/^# OpenSSL uses macros extensively/,$p' < .clang-format Reviewed-by: Paul YangReviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29383) -
a999136e01215faabf19119ba75ccf89037d36e7
Refactor types that are '#define'd into proper typedefs I looked for them with the following grep pipe, and then read through the output to discern what are actual type definitions, and converted what I found manually. git grep -En -e '#define [a-zA-Z_0-9]+ ' -- '*.h' \ | sed -e 's|//.*||' -e 's|/\*.*\*/||g' \ | grep -Ev ' ([0-9]|.*".*|.*\\$)' Reviewed-by: Paul Yang
Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29383) -
821b265d2194b6b4a32a8b1f2bfc5224a9f45d0d
Add a few more ASN.1 related StatementMacros This resulted in an adjustment of reformatting that is a bit less trippy in some places. Reviewed-by: Paul Yang
Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29383) -
92d1ea3bf2676ac66dd21e0237742e07c141ab02
Missed a spot! For some reason, source reformatting didn't catch everything. Reviewed-by: Paul Yang
Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29383) -
afe83c9a933dcdc85759a5846762a042e5636a24
Remove mentions of EVP_MD_meth* from the documentation With the removal of EVP_MD_meth* we need to update the documentation accordingly. Reviewed-by: Shane Lontis
Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/29366) -
992368ec46285cbe625ff7273ce7721ae241e43e
Remove support for custom MD methods Custom MD methods are considered legacy and have been deprecated since 3.0. With the removal of ENGINEs they become a lot less useful and add significant complexity to the code. We should therefore remove them in 4.0. Reviewed-by: Shane Lontis
Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/29366) -
0cf25952cff415c70db488621a684107eae01c37
make snmpkdf.c good openssl citizen cstyle change only Reviewed-by: Simo Sorce
Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/29369) -
441bf727d0fb748103dc40c371fe7289a41692b7
Remove support for custom cipher methods Custom cipher methods are considered legacy and have been deprecated since 3.0. With the removal of ENGINEs they become a lot less useful and add significant complexity to the code. We should therefore remove them in 4.0. Reviewed-by: Dmitry Belyavskiy
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29299) -
d54932c9fa4b59e0db8296b91a9392efb9cd897e
Fix array formatting in evp_extra_test.c The reformat did something silly with some of the arrays in evp_extra_test.c Fix the arrays such that clang-format is still happy. Reviewed-by: Richard Levitte
Reviewed-by: Tomas Mraz Reviewed-by: Nikola Pajkovsky Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29349) -
2fab90bb5e1937f1c2125eab144f7f6c39e70087
4.0-POST-CLANG-FORMAT-WEBKIT Reviewed-by: Saša Nedvědický
Reviewed-by: Neil Horman Reviewed-by: Nikola Pajkovsky (Merged from https://github.com/openssl/openssl/pull/29242) -
f2ed7652e3c4318c20a768dafef853484e86457d
Remove no longer needed macro argument Resolves: https://github.com/openssl/project/issues/1736 Signed-off-by: Milan Broz
Reviewed-by: Eugene Syromiatnikov Reviewed-by: Tomas Mraz Reviewed-by: Norbert Pocs Reviewed-by: Saša Nedvědický Reviewed-by: Saša Nedvědický Reviewed-by: Neil Horman Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/29305) -
95fb37c9b6bcc564df72a29cb24f397748e32e85
Remove internal crypto/engineerr.h header Signed-off-by: Milan Broz
Reviewed-by: Norbert Pocs Reviewed-by: Saša Nedvědický Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/29305) -
bf24dd887c803b53ae61fa580b17e6d233acf8a8
Remove engine.h includes for internal code. This should no be used anywhere, as typedef for ENGINE is in types.h. Only apps should include this header for compatibility stubs. Signed-off-by: Milan Broz
Reviewed-by: Norbert Pocs Reviewed-by: Saša Nedvědický Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/29305) -
dc62c97ca56ec028082a33b132071a1faa465ccf
Remove *_get0_engine() API calls Resolves: https://github.com/openssl/project/issues/1337 Signed-off-by: Milan Broz
Reviewed-by: Norbert Pocs Reviewed-by: Saša Nedvědický Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/29305) -
197ae2f63db8590f055bf56b42b4223b7d2be1f8
ci: Remove no longer supported config options Signed-off-by: Milan Broz
Reviewed-by: Norbert Pocs Reviewed-by: Saša Nedvědický Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/29305) -
e50c4e239558c4591f4b886ac695e7ef2521c1a8
Remove engine-related tests As engines are no longer included in test, these configuration options make no longer sense. All other test should be already enabled. Fixes openssl/project#1376 Signed-off-by: Milan Broz
Reviewed-by: Norbert Pocs Reviewed-by: Saša Nedvědický Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/29305) -
af50059508773c946c79cdfe4927e4028f994cbc
Dependabot update CLA: trivial (deps): Bump cross-platform-actions/action Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.27.0 to 0.30.0. - [Release notes](https://github.com/cross-platform-actions/action/releases) - [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md) - [Commits](https://github.com/cross-platform-actions/action/compare/fe0167d8082ac584754ef3ffb567fded22642c7d...46e8d7fb25520a8d6c64fd2b7a1192611da98eda) --- updated-dependencies: - dependency-name: cross-platform-actions/action dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]
Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29129) -
4aa9ebde2293b28ab81d28a9634666358fab3449
Dependabot update CLA: trivial (deps): Bump docker/setup-docker-action Bumps [docker/setup-docker-action](https://github.com/docker/setup-docker-action) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/docker/setup-docker-action/releases) - [Commits](https://github.com/docker/setup-docker-action/compare/3fb92d6d9c634363128c8cce4bc3b2826526370a...efe9e3891a4f7307e689f2100b33a155b900a608) --- updated-dependencies: - dependency-name: docker/setup-docker-action dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]
Reviewed-by: Saša Nedvědický Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29126) -
3bd52f8243ffcccb4bbaaf62558caa469dc83951
Dependabot update CLA: trivial (deps): Bump dtolnay/rust-toolchain Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 6d653acede28d24f02e3cd41383119e8b1b35921 to 0f44b27771c32bda9f458f75a1e241b09791b331. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/6d653acede28d24f02e3cd41383119e8b1b35921...0f44b27771c32bda9f458f75a1e241b09791b331) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: 0f44b27771c32bda9f458f75a1e241b09791b331 dependency-type: direct:production ... Signed-off-by: dependabot[bot]
Reviewed-by: Saša Nedvědický Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29125) -
92261e77a62b048fc18d39873cc79f488a4bc578
Dependabot update CLA: trivial (deps): Bump actions/setup-python Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.3.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot]
Reviewed-by: Saša Nedvědický Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29105) -
1b2e3bd2339ecb7912097cf3c8ddec860010be43
Dependabot update CLA: trivial (deps): Bump actions/download-artifact Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot]
Reviewed-by: Saša Nedvědický Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29100) -
5cbc1ea8d2fc937a0691fd0555bf0e5b736d6bdf
Dependabot update CLA: trivial (deps): Bump actions/github-script Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot]
Reviewed-by: Saša Nedvědický Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29099) -
3066e59dfefd5967f46ebd699071084895c55ca3
Dependabot update CLA: trivial (deps): Bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot]
Reviewed-by: Saša Nedvědický Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29098) -
87afb84c39fe64a346632869966218ec394ec4a4
Dependabot update CLA: trivial (deps): Bump cygwin/cygwin-install-action Bumps [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action) from 5 to 6. - [Release notes](https://github.com/cygwin/cygwin-install-action/releases) - [Commits](https://github.com/cygwin/cygwin-install-action/compare/f61179d72284ceddc397ed07ddb444d82bf9e559...f2009323764960f80959895c7bc3bb30210afe4d) --- updated-dependencies: - dependency-name: cygwin/cygwin-install-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot]
Reviewed-by: Saša Nedvědický Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29097) -
2ffd40ec50667e7e457a88702ebc948094d2a554
Dependabot update CLA: trivial (deps): Bump actions/upload-artifact Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot]
Reviewed-by: Saša Nedvědický Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29096) -
8752f7fc024603b2e98058303cb106eeeb233212
Drop symbol numbers as we are doing a new major version Also recreate the .num files from scratch as that makes the symbols sorted. Reviewed-by: Viktor Dukhovni
Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28959)