- Breaking change: add context to name validation errors. This adds a value to the
CertNotValidForName
error variant. - Breaking change: stop
Error
beingCopy
-- the above change required this, as it started to have an allocated field. - Breaking change: add context to time-based errors. This adds fields to the
CertNotValidYet
,CertExpired
, andCrlExpired
error variants. - Breaking change: use algorithm identifiers from
rustls-pki-types
. This removes thealg_id
module from this crate's public interface. - Breaking change: remove reexport of
rustls-pki-types
. - Breaking change: remove provider features from default feature set, and rename
aws_lc_rs
feature toaws-lc-rs
.
What's Changed
- build(deps): bump the crates-io group with 2 updates by @dependabot in #285
- Update semver-compatible dependencies by @djc in #288
- build(deps): bump serde_json from 1.0.128 to 1.0.132 in the crates-io group by @dependabot in #289
- build(deps): bump serde from 1.0.210 to 1.0.214 in the crates-io group by @dependabot in #290
- aws-lc-rs prebuilt-nasm, update cargo check external types nightly version by @cpu in #291
- build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #292
- Update dependencies & bump MSRV to 1.71 by @djc in #294
- proj: fix clippy 1.83 findings by @cpu in #296
- Update semver-compatible dependencies by @ctz in #298
- ci: use persist-credentials: false in testgen.yml by @cpu in #299
- build(deps): bump cryptography from 42.0.4 to 44.0.0 by @dependabot in #303
- Update dependencies by @djc in #306
- build(deps): bump serde from 1.0.216 to 1.0.217 in the crates-io group by @dependabot in #309
- add aws-lc-rs-fips feature, adjust sys dep by @cpu in #308
- build(deps): bump serde_json from 1.0.134 to 1.0.135 in the crates-io group by @dependabot in #310
- Add context in name validation errors by @djc in #301
- Simplify
NameIterator
by @djc in #311 - Remove providers from default features by @ctz in #302
- Use
AlgorithmIdentifier
values from rustls-pki-types by @ctz in #304 - Remove re-export of rustls-pki-types by @ctz in #313
- Add details to time-based errors by @ctz in #315
- build(deps): bump seanmiddleditch/gha-setup-ninja from 5 to 6 by @dependabot in #317
- rustfmt: style_edition 2024 by @ctz in #323
- build(deps): bump cryptography from 44.0.0 to 44.0.1 by @dependabot in #326
- Run all tests in CI by @ctz in #325
Full Changelog: v/0.102.8...v/0.103.0