Sourced from openssl-sys's releases.
openssl-sys-v0.9.111
What's Changed
- Fix a few typos (most of them found with codespell) by
@botovqin rust-openssl/rust-openssl#2502- Use SHA256 test variant instead of SHA1 by
@abbrain rust-openssl/rust-openssl#2504- pin home to an older version on MSRV CI by
@alexin rust-openssl/rust-openssl#2509- Implement set_rsa_oaep_label for AWS-LC/BoringSSL by
@goffriein rust-openssl/rust-openssl#2508- sys/evp: add EVP_MAC symbols by
@huwcbjonesin rust-openssl/rust-openssl#2510- CI: bump LibreSSL 4.x branches to latest releases by
@botovqin rust-openssl/rust-openssl#2513- Fix unsound OCSP find_status handling of optional next_update field by
@alexin rust-openssl/rust-openssl#2517- Release openssl v0.10.75 and openssl-sys v0.9.111 by
@alexin rust-openssl/rust-openssl#2518New Contributors
@abbramade their first contribution in rust-openssl/rust-openssl#2504@goffriemade their first contribution in rust-openssl/rust-openssl#2508Full Changelog: https://github.com/rust-openssl/rust-openssl/compare/openssl-sys-v0.9.110...openssl-sys-v0.9.111
openssl-sys-v0.9.110
What's Changed
- [AIX] use /usr to find_openssl_dir by
@daltentyin rust-openssl/rust-openssl#2401- Improve support for OPENSSL_NO_COMP and OPENSSL_NO_SRTP by
@justsmthin rust-openssl/rust-openssl#2423- Add aws-lc-fips feature to allow linking the aws-lc-fips-sys crate by
@skmcgrailin rust-openssl/rust-openssl#2424- variety of fixes for warnings in new rust by
@alexin rust-openssl/rust-openssl#2427- Some API adjustments for LibreSSL 4.2.0 by
@botovqin rust-openssl/rust-openssl#2426- Update OpenSSL documentation URLs to new docs.openssl.org domain by
@alexin rust-openssl/rust-openssl#2430- pkey_ctx: add ability to generate DSA params & keys by
@huwcbjonesin rust-openssl/rust-openssl#2432- Run tests on windows-11-arm by
@saschanazin rust-openssl/rust-openssl#2407- pkey_ctx: add ability to generate EC params & keys by
@huwcbjonesin rust-openssl/rust-openssl#2434- pkey_ctx: add ability to generate DH params & keys by
@huwcbjonesin rust-openssl/rust-openssl#2433- pkey_ctx: add ability to generate RSA keys by
@huwcbjonesin rust-openssl/rust-openssl#2431- expose more verifier flags/errors for libressl by
@botovqin rust-openssl/rust-openssl#2441- sys/evp: set/get params bindings by
@huwcbjonesin rust-openssl/rust-openssl#2436- Add support for argon2d and argon2i variants by
@greateggsgregin rust-openssl/rust-openssl#2416- Bump actions/checkout from 4 to 5 by
@dependabot[bot] in rust-openssl/rust-openssl#2443- Update bindgen; Update MSRV to 1.70 by
@justsmthin rust-openssl/rust-openssl#2438- macros: fully qualify imports by
@huwcbjonesin rust-openssl/rust-openssl#2445- Disable AES-CFB128 ciphers for BoringSSL by
@alebastrin rust-openssl/rust-openssl#2447- Fix missing "__off_t" on NetBSD 10 by
@alebastrin rust-openssl/rust-openssl#2448- ML-KEM/ML-DSA part 1: openssl-sys changes by
@swensonin rust-openssl/rust-openssl#2450- sys: add symbols to construct an EVP_PKEY from a param builder by
@huwcbjonesin rust-openssl/rust-openssl#2453- ec-point: add set_affine_coordinates by
@huwcbjonesin rust-openssl/rust-openssl#2455- openssl-sys: add more functions to replace non-deprecated ones by
@huwcbjonesin rust-openssl/rust-openssl#2457- ML-KEM/ML-DSA part 2: param builder by
@swensonin rust-openssl/rust-openssl#2451- ML-KEM/ML-DSA part 3: param array locate octet string by
@swensonin rust-openssl/rust-openssl#2458- sys: add encoder & decoder symbols by
@huwcbjonesin rust-openssl/rust-openssl#2454- Add bindings for SSL_CIPHER_get_protocol_id by
@jedenastkain rust-openssl/rust-openssl#2462- sys/evp: add EVP_PKEY_eq and EVP_PKEY_parameters_eq by
@huwcbjonesin rust-openssl/rust-openssl#2463- openssl-sys: make it work without deprecated symbols by
@huwcbjonesin rust-openssl/rust-openssl#2452- drop old libressl versions by
@botovqin rust-openssl/rust-openssl#2473- Remove support for LibreSSL < 2.8 by
@botovqin rust-openssl/rust-openssl#2475
... (truncated)
09b90d0
Merge pull request #2518
from alex/bump-for-release26533f3
Release openssl v0.10.75 and openssl-sys v0.9.111395ecca
Merge pull request #2517
from alex/claude/fix-ocsp-find-status-011CUqcGFNKeKJ...cc26867
Fix unsound OCSP find_status handling of optional next_update field95aa8e8
Merge pull request #2513
from botovq/libressl-stablee735a32
CI: bump LibreSSL 4.x branches to latest releases21ab91d
Merge pull request #2510
from huwcbjones/huw/sys/evp-macd9161dc
sys/evp: add EVP_MAC symbols3fd4bf2
Merge pull request #2508
from goffrie/oaep-label52022fd
Implement set_rsa_oaep_label for AWS-LC/BoringSSL