Cedric Staub
Cedric Staub
Oh, also: > Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.2008] PKIX certificate value. The use of base64 vs. base64url here...
Hi, thanks for the pull request! I will be able to review this tomorrow. If you haven't already, make sure to sign Square's [Individual Contributor License Agreement][1] (applies to all...
I will look into that, will get back to you.
Hi @connor4312, you can contact me at [email protected] and we'll get this set up.
Yeah this is reasonable to add for validation, it should check for []byte and also make sure the length of the byte array is a valid key size (e.g. 16,...
Hi @pkieltyka, I migrated the dev version of the code to a new repo since I don't work at Square anymore and don't have access to the Square org hence....
Also the content from the master branch was deleted so that folks don't use it since it wasn't stable -- the stable version is in the v2 branch, which is...
@mbyczkowski -- can we set the default branch to be the v2 branch? Should avoid some confusion.
The current version (v2 branch, at square/go-jose) is still supported and will continue to receive security patches, I wouldn't call it orphaned. The v3 branch (at go-jose/go-jose) exists for new...
To a certain extent, you can get this information by looking at the type of the key embedded in the struct, e.g. to see if it's *rsa.PublicKey or *ecdsa.PrivateKey etc....