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.
2021-08-17 13:25:55 -07:00
..
apiv1 Address (most) PR comments 2021-03-21 16:42:41 +01:00
awskms Fix credentials file parameter on awskms 2021-06-11 21:40:04 -07:00
cloudkms Fix key version when SHA512WithRSA is used. 2021-08-16 14:47:38 -07:00
pkcs11 Add non-TLS server and improve crypto.Decrypter interface 2021-03-12 14:18:36 +01:00
softkms Add tests for CreateDecrypter 2021-05-07 15:32:07 +02:00
sshagentkms Add non-TLS server and improve crypto.Decrypter interface 2021-03-12 14:18:36 +01:00
uri Make kms uri compatible with Go 1.17. 2021-08-17 13:25:55 -07:00
yubikey Fix typo. 2021-04-21 16:20:53 -07:00
kms.go Move load of kms to main package. 2020-06-12 14:55:35 -07:00
kms_test.go Fix unit tests. 2020-05-19 17:45:15 -07:00