Skip to content

Latest commit

 

History

History
80 lines (50 loc) · 2.05 KB

File metadata and controls

80 lines (50 loc) · 2.05 KB

0.7.0

  • Add make_client_config_with_provider / make_server_config_with_provider free functions and Config::new_with_provider constructor that accept an optional rustls::crypto::CryptoProvider. Lets consumers plug in alternative providers — notably rustls-post-quantum for the X25519MLKEM768 hybrid PQ key-exchange group (IANA codepoint 0x11EC, draft-ietf-tls-ecdhe-mlkem). Behaviour-preserving: existing make_*_config and Config::new delegate to the new variants with None. Closes issue 6236.
  • Raise MSRV to 1.88.0. See PR 6273.

0.6.3

  • Enable rustls TLS key logging via SSLKEYLOGFILE. See 6357.

0.6.2

  • Upgrade rustls-webpki to v0.103 See PR 5961.

  • Upgrade x509-parser to v0.17 See PR 5961.

0.6.1

  • Upgrade rcgen to v0.13 See PR 5917.

0.6.0

0.5.0

0.4.1

  • Fix a panic caused by rustls parsing the libp2p TLS extension. See PR 5498.

0.4.0

  • Upgrade rustls to 0.23. See PR 5385

0.3.0

  • Migrate to {In,Out}boundConnectionUpgrade traits. See PR 4695.

0.2.1

0.2.0

0.1.0

  • Promote to v0.1.0.

0.1.0-alpha.2

  • Update to libp2p-core v0.39.0.

0.1.0-alpha

Initial release.