-
Notifications
You must be signed in to change notification settings - Fork 18k
crypto/x509: oidSignatureDSAWithSHA256 has incorrect value #14663
New issue
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
Labels
Comments
This OID is also defined incorrectly in the |
CL https://golang.org/cl/20549 mentions this issue. |
gopherbot
pushed a commit
that referenced
this issue
Mar 12, 2016
I copied this down incorrectly. See https://tools.ietf.org/html/rfc5758#section-3.1. Thankfully it's incredibly obscure. Fixes #14663. Change-Id: I4792ee979916cc15aa2e300c8bc989bc4f9c63ac Reviewed-on: https://go-review.googlesource.com/20549 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Adam Langley <agl@golang.org>
c-expert-zigbee
pushed a commit
to c-expert-zigbee/crypto_go
that referenced
this issue
Mar 28, 2022
This was incorrect in crypto/x509 and go copied here. See https://go-review.googlesource.com/#/c/20549 for the fix to crypto/x509. Fixes golang/go#14663. Change-Id: I1fdca4b3f3edfeef1ee4ae01b1cf252ad8471163 Reviewed-on: https://go-review.googlesource.com/20550 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
c-expert-zigbee
added a commit
to c-expert-zigbee/crypto_go
that referenced
this issue
Mar 29, 2022
This was incorrect in crypto/x509 and go copied here. See https://go-review.googlesource.com/#/c/20549 for the fix to crypto/x509. Fixes golang/go#14663. Change-Id: I1fdca4b3f3edfeef1ee4ae01b1cf252ad8471163 Reviewed-on: https://go-review.googlesource.com/20550 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
jasonwvh
pushed a commit
to jasonwvh/ocsp
that referenced
this issue
Jul 13, 2022
This was incorrect in crypto/x509 and go copied here. See https://go-review.googlesource.com/#/c/20549 for the fix to crypto/x509. Fixes golang/go#14663. Change-Id: I1fdca4b3f3edfeef1ee4ae01b1cf252ad8471163 Reviewed-on: https://go-review.googlesource.com/20550 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
LewiGoddard
pushed a commit
to LewiGoddard/crypto
that referenced
this issue
Feb 16, 2023
This was incorrect in crypto/x509 and go copied here. See https://go-review.googlesource.com/#/c/20549 for the fix to crypto/x509. Fixes golang/go#14663. Change-Id: I1fdca4b3f3edfeef1ee4ae01b1cf252ad8471163 Reviewed-on: https://go-review.googlesource.com/20550 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
BiiChris
pushed a commit
to BiiChris/crypto
that referenced
this issue
Sep 15, 2023
This was incorrect in crypto/x509 and go copied here. See https://go-review.googlesource.com/#/c/20549 for the fix to crypto/x509. Fixes golang/go#14663. Change-Id: I1fdca4b3f3edfeef1ee4ae01b1cf252ad8471163 Reviewed-on: https://go-review.googlesource.com/20550 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
desdeel2d0m
added a commit
to desdeel2d0m/crypto
that referenced
this issue
Jul 1, 2024
This was incorrect in crypto/x509 and go copied here. See https://go-review.googlesource.com/#/c/20549 for the fix to crypto/x509. Fixes golang/go#14663. Change-Id: I1fdca4b3f3edfeef1ee4ae01b1cf252ad8471163 Reviewed-on: https://go-review.googlesource.com/20550 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The value of
oidSignatureDSAWithSHA256
is currently defined as:It should be:
per https://tools.ietf.org/html/rfc5758#section-3.1:
The text was updated successfully, but these errors were encountered: