chore(deps): update dependency libressl/portable to v4.1.0 (master) #733
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.0.0
->v4.1.0
Release Notes
libressl/portable (libressl/portable)
v4.1.0
Compare Source
Portable changes
Internal improvements
These make use of the SHA-NI instruction if it is available and
replace the perl-generated assembly optimized for museum pieces.
These are not yet enabled in libressl-portable.
making use of the ARM Cryptographic Extension (CE). Not yet
enabled in libressl-portable.
BN_MONT_CTX_create().
a proper API call.
bounds read from public API.
Compatibility changes
It has no effect since LibreSSL doesn't call atexit().
built-in curve.
removed. This includes EC_GROUP_new(), EC_GFp_mont_method(),
EC_GROUP_method_of() and EC_METHOD_get_field_type().
removed as were EC_POINTs_{mul,make_affine}().
few more were removed from the built-in curves. This includes
all WTLS curves and P-192.
sign and verify handlers set with RSA_meth_set_{sign,verify}.
dh, dhparam, dsaparam, ecparam, and x509 subcommands.
CRYPTO_set_mem_ex_functions() was removed.
New features
the peer's common name without having to inspect the PEM.
Bug fixes
of an RSA-PSS key in the EVP_PKEY_CTX_ctrl_str() interface.
Documentation
Testing and proactive security
The LibreSSL project continues improvement of the codebase to reflect modern, safe programming practices. We welcome feedback and improvements from the broader community. Thanks to all of the contributors who helped make this release possible.
Full release notes: https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-4.1.0-relnotes.txt
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.