aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2018-01-10 21:40:15 -0800
committerSteven Fackler <[email protected]>2018-01-10 21:40:15 -0800
commit44e0a1f100d9d23c07393e93d5f32d3b10f302f8 (patch)
treed38a5c3314ea39a4314e7de872d67429d83f278f
parentOne more changelog entry (diff)
downloadrust-openssl-44e0a1f100d9d23c07393e93d5f32d3b10f302f8.tar.xz
rust-openssl-44e0a1f100d9d23c07393e93d5f32d3b10f302f8.zip
More changes
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7300e9f..44e82e26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@
in a "standard" way.
* FIPS mode support is available in the `fips` module.
* Accessors for the Issuer and Issuer Alternative Name fields of X509 certificates have been added.
+* The `X509VerifyResult` can now be set in the certificate verification callback via
+ `X509StoreContextRef::set_error`.
### Changed
@@ -43,7 +45,8 @@
* `SslAcceptorBuilder::mozilla_intermediate` and `SslAcceptorBuilder::mozilla_modern` have been
moved to `SslAcceptor` and no longer take the private key and certificate chain. Install those
manually after creating the builder.
-* `X509VerifyError` is now `X509VerifyResult` and can now have the "ok" value.
+* `X509VerifyError` is now `X509VerifyResult` and can now have the "ok" value in addition to error
+ values.
* `x509::X509FileType` is now `ssl::SslFiletype`.
* Asymmetric key serialization and deserialization methods now document the formats that they
correspond to, and some have been renamed to better indicate that.