Skip to content

Releases: rustls/pki-types

1.0.1

05 Dec 17:37
@cpu cpu
v/1.0.1

Choose a tag to compare

This release adds a ServerName::TryFrom<String> implementation to convert a String to a ServerName<'static>.

What's Changed

  • doc: list how to get a TrustAnchor by @jsha in #18
  • <ServerName as TryFrom<_>> tweaks by @djc in #21

Full Changelog: v/1.0.0...v/1.0.1

1.0.0

30 Nov 16:48
@ctz ctz

Choose a tag to compare

This crate provides types for representing X.509 certificates, keys and other types as commonly used in the rustls ecosystem.

This is the first stable release.

What's Changed

  • Start collection of basic data types by @djc in #1
  • Rename workflow to match other repos by @djc in #2
  • Derive Clone for CertificateRevocationListDer by @djc in #3
  • Migrate signature verification trait to here by @ctz in #5
  • Simplify AlgorithmIdentifier type by @ctz in #6
  • Add UnixTime type by @djc in #7
  • fix PartialEq when alloc and derive Eq by @zh-jq in #10
  • add CertificateDer::into_owned by @japaric in #12
  • Server name by @djc in #11
  • Improve Debug impls by @jsha in #13
  • lib: fix clippy warning, cargo fmt by @cpu in #16
  • server_name: offer ServerName::to_str w/ alloc/std features by @cpu in #14
  • Bump version to 1.0.0 by @ctz in #17

New Contributors

  • @djc made their first contribution in #1
  • @ctz made their first contribution in #5
  • @zh-jq made their first contribution in #10
  • @japaric made their first contribution in #12
  • @jsha made their first contribution in #13
  • @cpu made their first contribution in #16

Full Changelog: https://github.com/rustls/pki-types/commits/v/1.0.0