chore(deps): update dependency libressl/portable to v4.2.0 #853
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.1.0
->v4.2.0
Release Notes
libressl/portable (libressl/portable)
v4.2.0
Compare Source
Portable changes
definitions from header files.
Internal improvements
Includes untangling a horrible #ifdef mess and removing a few
instances of undefined behavior.
and vector permutation (VP-AES).
elliptic curve operations without bignum arithmetic.
This will allow exception-free elliptic curve arithmetic in
constant time in future releases.
Instead, capabilities are now detected using a constructor on
library load, which improves the incomplete coverage by calls
to OPENSSL_init_crypto() on various entry points.
is now handled in the AES internal code and no longer requires
the use of EVP.
manpage and may not be in its final form. This will be used to
support X25519MLKEM768 in libssl.
Compatibility changes
prime239v1, prime239v2, prime239v3.
per recommendation of NIST SP 800-132.
derivation function that is acceptable in the present millenium.
signature and the tbsCertList are identical.
and PEM_X509_INFO_write_bio().
New features
Bug fixes
2^(bits/2 - 100) as specified in NIST SP 800-56B Revision 2.
Security fixes
error check for CMS enveloped data.
Documentation
somewhat accurate and intelligible.
Testing and proactive security
ad-hoc code in the regression tests.
This in combination with a few new tests significantly increases
regress coverage.
Full changelog: https://github.com/libressl/portable/blob/master/ChangeLog
v4.1.1
Compare Source
An incorrect length check can result in a 4-byte overwrite and an 8-byte
overread. From Stanislav Fort and Viktor Dukhovni via OpenSSL.
CVE-2025-9230.
Full changelog: https://github.com/libressl/portable/blob/master/ChangeLog
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.