What's Changed
- Add set_verify_param by @semaj-cf in #357
- Add support for X509_STORE_CTX_get0_untrusted by @semaj-cf in #356
- Add X509VerifyParamRef::copy_from by @nox in #361
- Fix X509VerifyContextRef::set_verify_param by @nox in #358
- Ensure we call X509_STORE_CTX_cleanup on error path too by @nox in #360
- Improve X509StoreContext initialization API by @nox in #359
- Don't unwrap when Result can be returned instead by @kornelski in #367
- Make X509Store shareable between contexts by @kornelski in #366
- Sprinkle #[must_use] by @kornelski in #368
- Expose SSL_set1_groups to Efficiently Set Curves on SSL Session by @Justin-Kwan in #346
- Upgrade bindgen to v0.72.0 by @akonradi-signal in #369
- Expose PKey::raw_{private,public}_key by @jrose-signal in #364
- Don't compile binaries for docs.rs by @kornelski in #370
- Remove some comments referring to OpenSSL by @hcstern in #374
New Contributors
- @Justin-Kwan made their first contribution in #346
- @akonradi-signal made their first contribution in #369
- @hcstern made their first contribution in #374
Full Changelog: v4.17.0...v4.18.0