Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rustls/webpki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v/0.101.2
Choose a base ref
...
head repository: rustls/webpki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v/0.101.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 8, 2023

  1. trust_anchor/end_entity: rework deprecation notes.

    In 0.101.2 we deprecated the `TlsServerTrustAnchors` and
    `TlsClientTrustAnchors` types along with the
    `EndEntity::verify_is_valid_tls_server_cert` and
    `EndEntity::verify_is_valid_tls_client_cert` functions that used them.
    
    However, only the `EndEntity` deprecations had a `note` pointing to the
    preferred replacement, and the text was quite terse.
    
    This commit adds notes to the trust anchor types that were missing
    these, and updates the end entity verification deprecation notes to be
    more user-friendly.
    cpu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1f2a8a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    989ef02 View commit details
    Browse the repository at this point in the history
Loading