Skip to content

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 26 May 15:05
· 416 commits to master since this release
c27bae9

Added

  • (cli) -template / -template-file plumbing + ca list-templates + x509 -ext
  • (cli) CertTemplate + 8 built-in profile catalog
  • (cli) hand-rolled minimal TOML parser
  • (x509) extension types + encoders + issue_with_extensions
  • (cli) purecrypto ca — manage a development CA on disk
  • (tls) CRL stapling on the TLS 1.3 Certificate message
  • (tls) CrlStore + verify_chain_with_crls
  • (x509) CRL types — CertificateRevocationList + CrlBuilder

Other

  • rustfmt sweep + clippy-clean across all targets
  • (cli) pass -insecure to DTLS round-trip tests after audit fix

Security

  • residual LOW findings — DER strict tail, IA5 SAN, ct hygiene, drop wipes
  • (cli) private-key file modes + DTLS verify required + rand cap + serial cleanup