All Versions
16
Latest Version
Avg Release Cycle
127 days
Latest Release
-

Changelog History
Page 1

  • v0.2.10 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed the build for iOS.
  • v0.2.9 Changes

    โž• Added

    • โž• Added Identity::from_pkcs8.
  • v0.2.8 Changes

    ๐Ÿ›  Fixed

    • Fixed an off by one error in the schannel backend's handling of max_protocol_version.
  • v0.2.7 Changes

    โž• Added

    • โž• Added support for ALPN in client APIs flagged under the alpn Cargo feature.
  • v0.2.6 Changes

    November 10, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed compilation on iOS.
  • v0.2.5 Changes

    November 06, 2020

    โž• Added

    • Added TlsConnectorBuilder::disable_built_in_roots to only trust root certificates explicitly added to the builder.

    โšก๏ธ Updated

    • โšก๏ธ Updated security-framework to 2.0.
  • v0.2.4 Changes

    March 06, 2020

    โž• Added

    • โž• Added a Clone implementation for Identity.

    โšก๏ธ Updated

    • โšก๏ธ Updated security-framework to 0.4.
  • v0.2.3 Changes

    April 27, 2019

    ๐Ÿ›  Fixed

    • โž• Adding an already-trusted certificate to the root certificate set no longer triggers an error with OpenSSL.

    โšก๏ธ Updated

    • โšก๏ธ Updated security-framework to 0.3.
  • v0.2.2 Changes

    October 22, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ”Š Failure to load a root certificate on Android now logs a message rather than producing an error.
    • ๐Ÿ›  Fixed ordering of the certificate chain in the OpenSSL backend.
  • v0.2.1 Changes

    August 05, 2018

    โž• Added

    • The vendored Cargo feature will cause the crate to compile and statically link to a vendored copy of OpenSSL on platforms that use that backend.