You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smallstep-certificates/kms
Mariano Cano abd78e2d2a Make kms uri compatible with Go 1.17.
Go 1.17 introduces a change in the net/url package disallowing the
use of semicolon (;) in URL queries. We used url.ParseQuery to
decode the opaque string that is semicolon separated. This change
replaces the semicolon with ampersands before decoding it.
3 years ago
..
apiv1 Address (most) PR comments 3 years ago
awskms Fix credentials file parameter on awskms 3 years ago
cloudkms Fix key version when SHA512WithRSA is used. 3 years ago
pkcs11 Add non-TLS server and improve crypto.Decrypter interface 3 years ago
softkms Add tests for CreateDecrypter 3 years ago
sshagentkms Add non-TLS server and improve crypto.Decrypter interface 3 years ago
uri Make kms uri compatible with Go 1.17. 3 years ago
yubikey Fix typo. 3 years ago
kms.go Move load of kms to main package. 4 years ago
kms_test.go Fix unit tests. 4 years ago