Ferdinando Formica
Ferdinando Formica
Adding the new redirect objects (not yet public), and fixing unit tests. Also, removing deprecated golint, as the functionality should be included in go vet now
Adding new redirect APIs
Adding objects representing redirect configs and certs
Because record regions are currently `omitempty` it's impossible to wipe them; on the other hand not omitting them means sending over nulls that the server currently can't accept, so for...
/fixes https://github.com/russellhaering/gosaml2/issues/193 A simple check to return an error in the condition that would panic `CryptBlocks`.
Hi, we tried switching a python implementation of our SAML client with this go library, and one of our users managed to trigger a panic: ``` runtime.gopanic /usr/local/go/src/runtime/panic.go:770 crypto/cipher.(*cbcDecrypter).CryptBlocks /usr/local/go/src/crypto/cipher/cbc.go:145...
Clarifying that if `certificate_id` is not specified the redirect is initially created HTTP, and recommending to set it explicitly if the certificate is managed by TF.
Currently `DecryptSymmetricKey()` only returns an AES cipher: adding a triple DES one.
/fix #323 Since we changed the regions from list to set we're running into an ordering issue with the meta fields, because arrays of different orders have different hashes, so...