OpenSSL Contributors Statistics
Ignored commits for 2025
These are commits are excluded according to our exclusion rules.
-
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) -
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) -
7e05e8d6a3fa53ab18d30cdea18cfe93c7a366ec
UI_new.pod: fix doc of UI_add_user_data() Reviewed-by: Dmitry Belyavskiy
Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/28475) -
323e48b6fbfe5f7cf6c49aab20478ef95387bbf1
demos/bio/sconnect.c: Add check for BIO_new() Add check for the return value of BIO_new() to guarantee the success. Fixes: 0f113f3ee4 ("Run util/openssl-format-source -v -c .") Signed-off-by: Jiasheng JiangReviewed-by: Dmitry Belyavskiy Reviewed-by: Frederik Wedel-Heinen Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/27919) -
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) -
5a450b3b25d1b48e0a38bdf84f90429317254a04
3.4-POST-CLANG-FORMAT-WEBKIT Reviewed-by: Saša Nedvědický
Reviewed-by: Neil Horman Reviewed-by: Norbert Pocs (Merged from https://github.com/openssl/openssl/pull/29260) -
7dfab67766c86823fb77e9ee0b0d97074053f258
3.0-POST-CLANG-FORMAT-WEBKIT Reviewed-by: Neil Horman
Reviewed-by: Norbert Pocs Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/29256) -
21a5d2abe54c1f019c686e429a56a1d707111118
3.3-POST-CLANG-FORMAT-WEBKIT Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Reviewed-by: Nikola Pajkovsky (Merged from https://github.com/openssl/openssl/pull/29258) -
65310e7e8949c94ca67c2e84e932aea22000aefc
3.5-POST-CLANG-FORMAT-WEBKIT Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Reviewed-by: Nikola Pajkovsky (Merged from https://github.com/openssl/openssl/pull/29262) -
311d0ae130e77cc489e86f630354ff6eadef8d61
3.6-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/29245) -
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) -
74f8a3f1cd2a6fab822c855f00a9b3f52e3a2e41
Remove ENGINE symbols from API. Note, that engine.h now does not contain any real forward declarations, so it should be excluded from the symbols parsing. Signed-off-by: Milan Broz
Reviewed-by: Neil Horman Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Norbert Pocs (Merged from https://github.com/openssl/openssl/pull/29305) -
b1960f28cbd91515883094286c8dabaf0d7437e6
Remove crypto/engine dir. Signed-off-by: Milan Broz
Reviewed-by: Neil Horman Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Norbert Pocs (Merged from https://github.com/openssl/openssl/pull/29305) -
c370c2596bb544ebe5df71f0b52669643cebff1c
Remove top-level engines dir. Signed-off-by: Milan Broz
Reviewed-by: Neil Horman Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Norbert Pocs (Merged from https://github.com/openssl/openssl/pull/29305) -
cfd96295fc9df42ce7e07f000fa21efb08204456
Remove ENGINESDIR variable and engines installation from Makefiles. For compatibility reasons, OPENSSL_ENGINES_DIR and OPENSSL_INFO_ENGINES_DIR are still supported but return values like with engines disabled. The OPENSSL_ENGINES environment variable will be removed with engine removal later. Resolves: https://github.com/openssl/project/issues/1425 Signed-off-by: Milan Broz
Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Matt Caswell Reviewed-by: Norbert Pocs (Merged from https://github.com/openssl/openssl/pull/29305) -
246a186a24ee387121c6a4fd8dc856ab66ce58f0
Remove README-ENGINES.md Resolves: https://github.com/openssl/project/issues/1616 Signed-off-by: Milan Broz
Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Matt Caswell Reviewed-by: Norbert Pocs (Merged from https://github.com/openssl/openssl/pull/29305) -
a7a0576e2189198301db8afb47621e6de9a5f036
Remove private ENGINE references from local structs. Resolves: https://github.com/openssl/project/issues/1368 Signed-off-by: Milan Broz
Reviewed-by: Matt Caswell Reviewed-by: Saša Nedvědický Reviewed-by: Neil Horman Reviewed-by: Dmitry Belyavskiy Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Norbert Pocs (Merged from https://github.com/openssl/openssl/pull/29305) -
1c47a5eb290cad88619af145465b63a160ade43f
Remove engine from PROV_CIPHER and PROV_DIGEST structs. Resolves: https://github.com/openssl/project/issues/1352 Resolves: https://github.com/openssl/project/issues/1353 Signed-off-by: Milan Broz
Reviewed-by: Matt Caswell Reviewed-by: Saša Nedvědický Reviewed-by: Neil Horman Reviewed-by: Dmitry Belyavskiy Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Norbert Pocs (Merged from https://github.com/openssl/openssl/pull/29305) -
4bd0612a2a4ddfe4e56ea67f25392c41a34c69ee
Remove openssl engine command This patch removes apps/engine.c and associated man pages. Resolves: https://github.com/openssl/project/issues/1370 Signed-off-by: Milan Broz
Reviewed-by: Dmitry Belyavskiy Reviewed-by: Paul Dale Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický Reviewed-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Norbert Pocs (Merged from https://github.com/openssl/openssl/pull/29305) -
4192b8b8f0eb33c9b983e80c464a96aa147ada37
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) (cherry picked from commit af50059508773c946c79cdfe4927e4028f994cbc) -
899f03e8d0f66d3c65cf36720067a4959e40f3f8
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) (cherry picked from commit af50059508773c946c79cdfe4927e4028f994cbc) -
befefe81d398b8d36b9a531bc6daf395b17e83b0
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) (cherry picked from commit af50059508773c946c79cdfe4927e4028f994cbc) -
277fc858b6aaf068e376ecbbeb9e72050f260433
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) (cherry picked from commit af50059508773c946c79cdfe4927e4028f994cbc) -
687b1f5425fce3015dea4f1037b07b910c7172d8
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) (cherry picked from commit af50059508773c946c79cdfe4927e4028f994cbc) -
abd3df3eced282b5ae8b8706f2be5adc791c3e15
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) (cherry picked from commit af50059508773c946c79cdfe4927e4028f994cbc) -
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) -
fa93f2f05c1ca1aae8e30aeba1e5d7918f3ad2c8
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) (cherry picked from commit 3bd52f8243ffcccb4bbaaf62558caa469dc83951) -
68b6c763d3969a4aa3cf6f64b87c3f4c130de149
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) (cherry picked from commit 3bd52f8243ffcccb4bbaaf62558caa469dc83951) -
c78de8209a4a2704ed6ef47d1bcc5301a6fa999a
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) (cherry picked from commit 3bd52f8243ffcccb4bbaaf62558caa469dc83951) -
8ace1082c4c12527b8ac96c777eb666d408d7458
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) (cherry picked from commit 3bd52f8243ffcccb4bbaaf62558caa469dc83951) -
4c6712fa50cfbd91ec867c1961d4f3417bb17c20
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) (cherry picked from commit 3bd52f8243ffcccb4bbaaf62558caa469dc83951) -
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) -
4db3ceaa72af363a5bcc0dfb0dd6d408f55d17d2
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) (cherry picked from commit 92261e77a62b048fc18d39873cc79f488a4bc578) -
64839437f5bb610014956f19f2d3c5708de36d8a
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) (cherry picked from commit 92261e77a62b048fc18d39873cc79f488a4bc578) -
76ce74e99c46a4fb55843ae49cfc1e0c0c04e1d5
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) (cherry picked from commit 92261e77a62b048fc18d39873cc79f488a4bc578) -
f71ca6af43e7a97163cb1ef986b58fabf5103fa3
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) (cherry picked from commit 92261e77a62b048fc18d39873cc79f488a4bc578) -
bb69b7411903dedad7cfd8a1480f424c7ef8682e
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) (cherry picked from commit 92261e77a62b048fc18d39873cc79f488a4bc578) -
da684768a4bb71d18994d94a2872f5be31150b4e
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) (cherry picked from commit 92261e77a62b048fc18d39873cc79f488a4bc578) -
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) -
a6e22519b57bf85c0609b3267eaaf9d3925ac1bc
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) (cherry picked from commit 1b2e3bd2339ecb7912097cf3c8ddec860010be43) -
f71919b548f546d1ced8bf2eb0d7426d1f1cb874
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) (cherry picked from commit 1b2e3bd2339ecb7912097cf3c8ddec860010be43) -
5d1a642f2f7b3cbfc5ae5d4b0567c389598ac89c
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) (cherry picked from commit 1b2e3bd2339ecb7912097cf3c8ddec860010be43) -
2a2c1f023f57c1310049566b26a475aec3b1aff9
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) (cherry picked from commit 1b2e3bd2339ecb7912097cf3c8ddec860010be43) -
6699444147bcd85406e48313a611331c99b95b21
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) (cherry picked from commit 1b2e3bd2339ecb7912097cf3c8ddec860010be43) -
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) -
89d77cc5c7cdd92b66ff3ec105af8dcf2f968d5b
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) (cherry picked from commit 3066e59dfefd5967f46ebd699071084895c55ca3) -
2043df1239e69f7c4978a17fe3d0f2019053c929
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) (cherry picked from commit 3066e59dfefd5967f46ebd699071084895c55ca3) -
0f8ca1c9a01f7bb9d92f7a54e4a081e73cdb12d3
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) (cherry picked from commit 3066e59dfefd5967f46ebd699071084895c55ca3) -
da5dd98363a209f39c991a0fa000eb5c38a8b7ea
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) (cherry picked from commit 3066e59dfefd5967f46ebd699071084895c55ca3) -
0c73ec66ff365f17116b75cf8b10af3b96c09956
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) (cherry picked from commit 3066e59dfefd5967f46ebd699071084895c55ca3) -
fd89d17e790cb0fc2a017d382f3483120f19db49
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) (cherry picked from commit 3066e59dfefd5967f46ebd699071084895c55ca3) -
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) -
9d73e04265c431ffc86100af595950fa6469a8a1
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) (cherry picked from commit 87afb84c39fe64a346632869966218ec394ec4a4) -
66725601f64fb8525e9dc23f250d11e3b2319277
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) (cherry picked from commit 87afb84c39fe64a346632869966218ec394ec4a4) -
f71827e822d56f75b1bd9f5d034f1f5c9533c6b1
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) (cherry picked from commit 87afb84c39fe64a346632869966218ec394ec4a4) -
82532b6835ce5175c208ab1acc7f97d20b2904a4
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) (cherry picked from commit 87afb84c39fe64a346632869966218ec394ec4a4) -
0ab2af2a3e44af6d0db3f4ebd6b19a7c47636422
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) (cherry picked from commit 87afb84c39fe64a346632869966218ec394ec4a4) -
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) -
6133342ac8f407ec1f81cc7a245a6850c05c0246
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) (cherry picked from commit 2ffd40ec50667e7e457a88702ebc948094d2a554) -
5b0a72f80b2b6c692e0931d0bc603de589e1839f
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) (cherry picked from commit 2ffd40ec50667e7e457a88702ebc948094d2a554) (cherry picked from commit 3383153bc3419d34625a670e44f45f1a8ba91948) -
00209a6499cbab72a66bda417e9409a3a72ef92c
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) (cherry picked from commit 2ffd40ec50667e7e457a88702ebc948094d2a554) -
3383153bc3419d34625a670e44f45f1a8ba91948
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) (cherry picked from commit 2ffd40ec50667e7e457a88702ebc948094d2a554) -
eb14ebc8ed7552f5600f5eb78eaab222daf19b02
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) (cherry picked from commit 2ffd40ec50667e7e457a88702ebc948094d2a554) -
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) -
01c69830056d514b2842da50011d3053741cc64d
Prepare for 3.6.1 Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
7b371d80d959ec9ab4139d09d78e83c090de9779
Prepare for release of 3.6.0 Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
554b600091f965e6938af7a07944374a2c31cc10
make update Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
5de8d3eb6d4643c8ef6300cc87e9788ae2b1e91a
Copyright year updates Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
92e320dfafc3d8f7b6d41f801319f788f0b8d31d
Prepare for 3.0.19 Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
c10e643222ce5a185f2980d7352d545afacb0fed
Prepare for release of 3.0.18 Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
ab49a8b5be9080d811c163264cfdf60c3ac5607b
make update Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
66685e4f44de910812755dae7cb680578beb769c
Copyright year updates Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
7e69fe4a1057817b552e5e23a08899689236e0d8
Prepare for 3.2.7 Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
86874e2ee18ccc14aa518bffa178ebada9c66c86
Prepare for release of 3.2.6 Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
8531d0cdfe13c0685395ee3f090a89888b64c8b6
make update Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
486805eb194130cd0638dfbee71cbc0a26781eaf
Copyright year updates Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
ccddfe03c6568f2df6cbbb6e65e6fd0953bd6cc3
Prepare for 3.3.6 Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
f10934c46fef092d04788f01fd0a4eafe3ef715f
Prepare for release of 3.3.5 Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
3534f6587d4b8cfbfaae4a65a393bdddca692c20
make update Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
b08f255364948637069a31e5d393549d9eed0e08
Copyright year updates Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
b2a7eda7836b6fa7400f13b0c689eef71aca30a3
Prepare for 3.4.4 Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
474f0e27bc6b23bbc3ae18543ede9315adfddf1a
Prepare for release of 3.4.3 Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
1310d343361c46cde73cfa878310eca9156299e2
make update Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
88dafcee879324457a396ec38d235ac687109b4a
Copyright year updates Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
a9ecb75daaf9a2b2b0ed2addb5850e1645f25839
Prepare for 3.5.5 Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
c1eeb9406b6142148f267594197d853403d10208
Prepare for release of 3.5.4 Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
9853eb67453d1f29eb06de0848be228c1478a63e
make update Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
d691c69851a3fc7380cec9fd5611dcf9bdbff1e9
Copyright year updates Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
630352ad88bb0bc7c52c22977dd1bb3b078d8fd1
Prepare for 3.6 beta 2 Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
34c61a5df27d72e97f89bbed3f48aa8603c81d9b
Prepare for release of 3.6 beta 1 Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
c840dde2431293d39b17aee891a9390af18007d7
make update Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
681e5631f7556b35274a48d5562490aa93272472
Copyright year updates Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
a8d4ab9051036f1f4ebfe221583c9936d3ffbcd9
Prepare for 3.5.4 Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
c4da9ac23de497ce039a102e6715381047899447
Prepare for release of 3.5.3 Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
9dc1518642ed3085af80d230916b190260cd8428
make update Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
c836d8f2b11e97e44b4a882479935b4685ac698b
Copyright year updates Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
16b1c664648136519114310d013b0ec400ae6213
Pick libcrypto.num/libssl.num number assignments from 3.5 This commit is a partial forward-port of the commit e5386cd2d71b "make update" from the openssl-3.5 branch, that contains the assignments of the ordinal function numbers for the module definition file of the libcrypto and libssl Windows DLLs for the functions introduced in OpenSSL 3.5. Signed-off-by: Eugene Syromiatnikov
Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28380) -
82f1c66b42863e6eef05603b99459d3965b881f9
doc/man1/openssl-enc.pod.in: document 'k' handling for -bufsize Apparently, '-bufsize' option parser can handle the 'k' suffix (and treat is as the value being provided in the multiples of 1024). Document that. Complements: d02b48c63a58 "Import of old SSLeay release: SSLeay 0.8.1b" Signed-off-by: Eugene Syromiatnikov
Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28407) (cherry picked from commit fcb83e1fe49a370a979df3bc4ecfa2c28721293f) -
fcb83e1fe49a370a979df3bc4ecfa2c28721293f
doc/man1/openssl-enc.pod.in: document 'k' handling for -bufsize Apparently, '-bufsize' option parser can handle the 'k' suffix (and treat is as the value being provided in the multiples of 1024). Document that. Complements: d02b48c63a58 "Import of old SSLeay release: SSLeay 0.8.1b" Signed-off-by: Eugene Syromiatnikov
Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28407) -
fd44a134fddca227ce0118b4163d40651ed19a1f
doc/man1/openssl-enc.pod.in: document 'k' handling for -bufsize Apparently, '-bufsize' option parser can handle the 'k' suffix (and treat is as the value being provided in the multiples of 1024). Document that. Complements: d02b48c63a58 "Import of old SSLeay release: SSLeay 0.8.1b" Signed-off-by: Eugene Syromiatnikov
Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28406) -
d69ea5bb0d1b655138568999e16fc32ed35f02a4
doc/man1/openssl-enc.pod.in: document 'k' handling for -bufsize Apparently, '-bufsize' option parser can handle the 'k' suffix (and treat is as the value being provided in the multiples of 1024). Document that. Complements: d02b48c63a58 "Import of old SSLeay release: SSLeay 0.8.1b" Signed-off-by: Eugene Syromiatnikov
Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28408) (cherry picked from commit 05902818236f65de43c48d60353f989530a5e7b9) -
05902818236f65de43c48d60353f989530a5e7b9
doc/man1/openssl-enc.pod.in: document 'k' handling for -bufsize Apparently, '-bufsize' option parser can handle the 'k' suffix (and treat is as the value being provided in the multiples of 1024). Document that. Complements: d02b48c63a58 "Import of old SSLeay release: SSLeay 0.8.1b" Signed-off-by: Eugene Syromiatnikov
Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28408) -
fe20f846f31a43fc5a26240c24fefcbd026b1aa2
doc/man1/openssl-enc.pod.in: document 'k' handling for -bufsize Apparently, '-bufsize' option parser can handle the 'k' suffix (and treat is as the value being provided in the multiples of 1024). Document that. Complements: d02b48c63a58 "Import of old SSLeay release: SSLeay 0.8.1b" Signed-off-by: Eugene Syromiatnikov
Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28405) -
cca9844f0c3d59b1be99ba52b41d5cb922b78138
Prepare for 3.7 Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
a3e30b835437dab57e5a602d76205c43af20179c
Prepare for 3.6 alpha 2 Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
eccb480c11c0220ab39acc3b06923979a7df1a9f
Prepare for release of 3.6 alpha 1 Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
1792368190f323e69331ac2acd9e5f76bfe6ce83
make update Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
e66332418f84144478df43df91cf4cedf412fc85
Copyright year updates Reviewed-by: Neil Horman
Reviewed-by: Saša Nedvědický Release: yes -
4fb6c93b93f2620607a848133aa6a05767d49319
Prepare for 3.5.3 Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
0893a62353583343eb712adef6debdfbe597c227
Prepare for release of 3.5.2 Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
436e1997ba66e05fc2af58b6c5a985181e3f9829
make update Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
8f9d7c283ed5e13dacb481085240eac1a9876328
Copyright year updates Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
049219fb08e2214f94a0ee0c63dbe35661853ac7
hmacdrbg_kdf: rename C file for conversion to generated param name decoding Reviewed-by: Shane Lontis
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) -
a338a155c891e14c32ea903f6bd49f68b08b88fe
argon2: rename C file for conversion to generated param name decoding Reviewed-by: Shane Lontis
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) -
8248e6951f3576590d7bbfcdcda389b1cd36cf8e
krb5kdf: rename C file for conversion to generated param name decoding Reviewed-by: Shane Lontis
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) -
326c45f447a1b66f84ce7395820cec697719a51d
pbkdf1: rename C file for conversion to generated param name decoding Reviewed-by: Shane Lontis
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) -
e3b4ae67e71db8435406c955b0bf4866b3d12d27
pkcs12kdf: rename C file for conversion to generated param name decoding Reviewed-by: Shane Lontis
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) -
eb7a9943b27f14d82fa226646dceb90246c3f298
scrypt: rename C file for conversion to generated param name decodering Reviewed-by: Shane Lontis
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) -
de18f5b83bf75cff222a29f2ac2518f717a73af0
pbkdf2: rename for autogeneration of param name parsing Reviewed-by: Shane Lontis
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) -
2ac0c48266f4fd528abb70afc483160d94e879a8
rename X9.42 KDF for autogeneration of param name parsing Reviewed-by: Shane Lontis
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) -
d8d0421bc286b493f087a3de065f6bebb839888d
rename sshkdf for autogeneration of param name parsing Reviewed-by: Shane Lontis
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) -
8050507a05a4662300f6d14af4308cfaaa93c611
kdf: rename SSKDF and KBKDF for param parser generation Reviewed-by: Shane Lontis
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) -
7144de2c65363ce319021c17b34b55d5de8fe6bc
hkdf: rename file for Perl processing Reviewed-by: Shane Lontis
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) -
f243be83804ed301f365f1976550c905e9fc4f96
Prepare for 3.0.18 Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
4d7dfa23be028f11e0f9189a7512a872c05938fa
Prepare for release of 3.0.17 Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
089ac99ab64ef5977d1fe6f99f74c2041b849135
make update Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
56dca04f483f3278d4c7dd1e8e39d3018bb540f7
Copyright year updates Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
1ef081ff0d32147e83a2ce8922fb1fa72e2944c6
Prepare for 3.2.6 Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
8d1e59d307af4628de32459a36a868ddf159dbfc
Prepare for release of 3.2.5 Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
866ad296b1b00c72ec40b7f87277020d3b309bee
make update Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
e9d98629ed9aba550dfa88f11a3d84fed1c2f3f6
Copyright year updates Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
a115034f9824f2800c9293168e68547078f4bc9e
Prepare for 3.3.5 Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
3a0a382ca4c41e514ef3161de516c54be2a73252
Prepare for release of 3.3.4 Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
399bd09b65193ebf40fd6e5b05dc84d5c684b97b
make update Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
c1a22463776ab86735d290a0b5d1c30620cc8823
Copyright year updates Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
85cc2ebb079e27061c5db4d3ca5f3799002ec7d4
Prepare for 3.4.3 Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
4292b5fd3dabb278c0094d53bf3a852593811417
Prepare for release of 3.4.2 Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
e33f01f78e7193d7316ab884baf150d23d03a00b
make update Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
b426d08003e6063faef3819bdac660230dd687a9
Copyright year updates Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
4b93d477dcb7a5be0841ede0bc17ffe45034163f
Prepare for 3.5.2 Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
aea7aaf2abb04789f5868cbabec406ea43aa84bf
Prepare for release of 3.5.1 Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
9f9c6b80575ccec18e30f19022ac9961a7ee75e1
make update Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
ed2e04f18acb59aab464d498d9a27c4a22fbd98c
Copyright year updates Reviewed-by: Matt Caswell
Reviewed-by: Neil Horman Release: yes -
da5fec07972b52e5638aef6ea45b654d7022b2cd
rename eddsa_sig.c for autogeneration Reviewed-by: Richard Levitte
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27859) -
587134913bb51ab16638bf6882b7337dc0374cc3
rename mlx_kmgmt.c to mlx_kmgmt.c.in Reviewed-by: Richard Levitte
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27859) -
0ef373bd34f3840d6d8b1aa90342244cb41c0f46
rename ml_dsa_sig.c to ml_dsa_sig.c.in Reviewed-by: Richard Levitte
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27859) -
7479453962058282b80a35fd8e96907abd41ee5f
rename CCM and GCM mode common code files Reviewed-by: Shane Lontis
Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/27847) -
23c87cef5200973f2873a6884e1e87878914cafb
rename ml_dsa_kmgmt.c & ml_kem_kmgmt.c to ml_dsa_kmgmt.c.in & ml_kem_kmgmt.c.in Reviewed-by: Shane Lontis
Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/27756) -
c9c7bfcd4245f60640e550809c843b5f0671666e
rename ciphercommon.c Reviewed-by: Dmitry Belyavskiy
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27392) -
4d38d78df32b705c1dd5b3199f2181c440667753
Prepare for 3.5.1 Reviewed-by: Saša Nedvědický
Reviewed-by: Matt Caswell Release: yes -
636dfadc70ce26f2473870570bfd9ec352806b1d
Prepare for release of 3.5.0 Reviewed-by: Saša Nedvědický
Reviewed-by: Matt Caswell Release: yes -
9dfe5daa4086b89976d05b067dd9ce5a531c8c56
make update Reviewed-by: Saša Nedvědický
Reviewed-by: Matt Caswell Release: yes -
eb917f429337c883c49f82270b1ced7b45c0adb7
Copyright year updates Reviewed-by: Saša Nedvědický
Reviewed-by: Matt Caswell Release: yes -
286232311647ab5b6350c11c5cb1f1fa1cfa9a39
Prepare for 3.5 beta 2 Reviewed-by: Neil Horman
Reviewed-by: Tomas Mraz Release: yes -
0c6656a7a31492ddd61e3d0d8b0e66645f4b2d6f
Prepare for release of 3.5 beta 1 Reviewed-by: Neil Horman
Reviewed-by: Tomas Mraz Release: yes -
e5386cd2d71b55d31bf648c875634cc3add720b4
make update Reviewed-by: Neil Horman
Reviewed-by: Tomas Mraz Release: yes -
b17e3bb6ce82cf01371eefd9f5ee45573b76ec47
Copyright year updates Reviewed-by: Neil Horman
Reviewed-by: Tomas Mraz Release: yes -
b2762763e9015e778eff0d303a38f0b6082c8591
Prepare for 3.6 Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
156e0f345c37d82d1519322122205cd34517ed07
Prepare for 3.5 alpha 2 Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
8fabfd81094d1d9f8890df4bee083aa6f77d769d
Prepare for release of 3.5 alpha 1 Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
2a3fce22740917d32fde70589e4d0da6ff694e25
make update Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
0c679f556669e32499a827a081afe3bcf973c9ad
Copyright year updates Reviewed-by: Neil Horman
Reviewed-by: Matt Caswell Release: yes -
6d0caa1bfb882477630a2de15ded9f8c4dcb8b04
Prepare for 3.0.17 Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
fa1e5dfb142bb1c26c3c38a10aafa7a095df52e5
Prepare for release of 3.0.16 Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
5bd32983b8ff91c6202156ac7a12e3790fde5456
make update Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
b6c0a802cb899fa25fbfaad4ab47b1e3421d09e2
Copyright year updates Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
2777560b942397bb3043a1e853a7638637a9d282
Prepare for 3.1.9 Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
77e6daafbad639584e1e4877172b3f9a777966dd
Prepare for release of 3.1.8 Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
548335b9f51ccb8019513ee7507d768a23c48cd2
make update Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
d946580be6a8f159dce8b2a239845ec26210de32
Copyright year updates Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
b2925dbda81cf36fc8accd6c24bcec8192318dae
Prepare for 3.2.5 Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
8ac4271233ecec5aa0468a5e7ae38dd642ebf365
Prepare for release of 3.2.4 Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
6ccd80306cbd47fb4e317bb812aca71184c71c1a
make update Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
45e2b2763077b93a78f9bf8c0156e2955b7d4d34
Copyright year updates Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
d455db8cb4b41930890a7fb118a1a1f468e39855
Prepare for 3.3.4 Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
42768eafab40d3e2f0851caa84aa9801139c74ab
Prepare for release of 3.3.3 Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
3eb8a77f3882f86fc58dbe33362aed2b1ca287dd
make update Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
06243d4e86f558f6ae63061bd9d283224ed4a684
Copyright year updates Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
dfc3d46a9aae7182373264e451bd0d65d4d657de
Prepare for 3.4.2 Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
a26d85337dbdcd33c971f38eb3fa5150e75cea87
Prepare for release of 3.4.1 Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
e1e9796eaef971e156d7beb2a6fa81d81d645102
make update Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes -
5f8049f2c56ecff0210ced321ca383ada75db43a
Copyright year updates Reviewed-by: Tomas Mraz
Reviewed-by: Matt Caswell Release: yes