We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently X.509-SVID parsing from raw ASN.1 DER bytes doesn't take into account the SVID hint capability, which requires adding it explicitly to the SVID struct once parsing is complete. Eg here: https://github.com/spiffe/go-spiffe/blob/v2.1.6/v2/workloadapi/client.go#L451-L454.
SVID
Maybe having a new function would make things cleaner?
func ParseRawWithHint(certBytes, keyBytes []byte, hint string) (*SVID, error)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently X.509-SVID parsing from raw ASN.1 DER bytes doesn't take into account the SVID hint capability, which requires adding it explicitly to the
SVID
struct once parsing is complete. Eg here: https://github.com/spiffe/go-spiffe/blob/v2.1.6/v2/workloadapi/client.go#L451-L454.Maybe having a new function would make things cleaner?
The text was updated successfully, but these errors were encountered: