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/rcgen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.5
Choose a base ref
...
head repository: rustls/rcgen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 21 files changed
  • 3 contributors

Commits on Sep 30, 2025

  1. docs.rs: build for ~all features

    (excluding `fips`, as it is incompatible with `aws_lc_rs_unstable`)
    ctz authored and djc committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    719cc88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9397d03 View commit details
    Browse the repository at this point in the history
  3. Remove use of withdrawn doc_auto_cfg feature

    ctz authored and djc committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    6447e1f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. Expand rustdoc for CertificateSigningRequestParams::from_der

    - document that verification of the signature within the CSR occurs
    - fix documentation around what is supported within the CSR
    dwhjames authored and djc committed Oct 5, 2025
    Configuration menu
    Copy the full SHA
    453bcb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Group imports by module

    Signed-off-by: Joshua Potts <[email protected]>
    iamjpotts authored and djc committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    74f1864 View commit details
    Browse the repository at this point in the history
  2. examples: add signing new cert using existing ca pem files

    Signed-off-by: Joshua Potts <[email protected]>
    iamjpotts authored and djc committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    a5a56b4 View commit details
    Browse the repository at this point in the history
Loading