openssl-sys-v0.9.104
What's Changed
- Fixed invariant violation in
MemBio::get_buf
with empty results by @alex in #2266 - Release openssl v0.10.66 by @alex in #2267
- Added a utility function to ensure we never have an issue with 0-length slices from pointers again by @alex in #2268
- Fix CI for the latest rustc by @alex in #2271
- Add binding for EVP_DigestSqueeze by @initsecret in #2270
- libressl 4.0: const correctness for X509_LOOKUP_METHOD by @botovq in #2276
- Bump hex dev-dependency version by @alex in #2277
- Raise bindgen version by @alex in #2278
- Ensure Rsa::check_key doesn't leave errors on the stack by @alex in #2279
- Update some docs to use the corresponds macro by @rushilmehra in #2282
- Don't leave errors on the stack in
MdCtxRef::digest_verify_final
by @alex in #2283 - Adjustments for LibreSSL 4 by @botovq in #2287
- Explicit rustfmt config by @kornelski in #2285
- add basic EVP_KDF bindings by @reaperhulk in #2289
- add ossl3 thread pool bindings by @reaperhulk in #2293
- add argon2id support for ossl 3.2+ by @reaperhulk in #2290
- fix 3.2.0 thread support and simplify by @reaperhulk in #2294
- add libctx arg to argon2id by @reaperhulk in #2295
- support using threads in argon2id by @reaperhulk in #2296
- Ensure beginning and end of the error output is readable by @kornelski in #2284
- Test against 3.4.0-alpha1 by @sfackler in #2302
- Resolve clippy warnings from nightly by @alex in #2310
- fixes #2311 -- silencer resolver warnings by @alex in #2312
- Bump to 3.4.0-beta1 by @sfackler in #2313
- LibreSSL 4.0.0 by @botovq in #2315
- Release openssl v0.10.67 and openssl-sys v0.9.104 by @alex in #2316
New Contributors
- @initsecret made their first contribution in #2270
- @rushilmehra made their first contribution in #2282
- @kornelski made their first contribution in #2285
Full Changelog: openssl-sys-v0.9.103...openssl-sys-v0.9.104