certificates/kms/uri
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
..
testdata Add missing file. 2021-02-01 15:27:53 -08:00
uri.go Make kms uri compatible with Go 1.17. 2021-08-17 13:25:55 -07:00
uri_test.go Make kms uri compatible with Go 1.17. 2021-08-17 13:25:55 -07:00