smallstep / certificates

🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.
https://smallstep.com/certificates
Apache License 2.0
6.36k stars 415 forks source link

Upgrade go.step.sm/crypto to v0.45.0 #1847

Closed maraino closed 1 month ago

maraino commented 1 month ago

This commit upgrades go.step.sm/crypto to a version that fixes jose.ParseX5cInsecure. It should require a certificate with ClientAuth instead of the default ServerAuth.

Fixes #1843