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
go version
$ go version go version go1.17.1 linux/amd64
Yes
Attempt to parse Attribute Certificate uising "crypto/x509"
"crypto/x509"
Here is the repro:
https://play.golang.org/p/2Ngkmat3bqe
Note, i got the given attribute certificate from the sample in the TCG Platform Certificate Profile (see the appendix). I also saw used java's bouncycastle provider to genrate the same here in my own repo
Proper parsing of the structure
x509: inner and outer signature algorithm identifiers don't match
I suspect that error isn't accurately reflecting the root cause here, IMO
Some additional context.
openssl does not yet support this: openssl/openssl#14648
maybe related #47689
ASN parsed form of the same cert
The text was updated successfully, but these errors were encountered:
crypto/x509
cc @FiloSottile
Sorry, something went wrong.
get_ek.sh
ref
No branches or pull requests
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
Attempt to parse Attribute Certificate uising
"crypto/x509"
Here is the repro:
https://play.golang.org/p/2Ngkmat3bqe
Note, i got the given attribute certificate from the sample in the TCG Platform Certificate Profile (see the appendix). I also saw used java's bouncycastle provider to genrate the same here in my own repo
What did you expect to see?
Proper parsing of the structure
What did you see instead?
x509: inner and outer signature algorithm identifiers don't match
I suspect that error isn't accurately reflecting the root cause here, IMO
Some additional context.
openssl does not yet support this: openssl/openssl#14648
maybe related #47689
ASN parsed form of the same cert
The text was updated successfully, but these errors were encountered: