-
Notifications
You must be signed in to change notification settings - Fork 18k
x/crypto/pkcs12: ToPEM ignores getSafeContents error #19542
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
FrozenDueToAge
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Comments
CL https://golang.org/cl/38261 mentions this issue. |
c-expert-zigbee
pushed a commit
to c-expert-zigbee/crypto_go
that referenced
this issue
Mar 28, 2022
Fixes golang/go#19542 Change-Id: I60d2370d1d1e0763c72c9cc203ea2ff21123af73 Reviewed-on: https://go-review.googlesource.com/38261 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
c-expert-zigbee
pushed a commit
to c-expert-zigbee/crypto_go
that referenced
this issue
Mar 29, 2022
Fixes golang/go#19542 Change-Id: I60d2370d1d1e0763c72c9cc203ea2ff21123af73 Reviewed-on: https://go-review.googlesource.com/38261 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
LewiGoddard
pushed a commit
to LewiGoddard/crypto
that referenced
this issue
Feb 16, 2023
Fixes golang/go#19542 Change-Id: I60d2370d1d1e0763c72c9cc203ea2ff21123af73 Reviewed-on: https://go-review.googlesource.com/38261 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
BiiChris
pushed a commit
to BiiChris/crypto
that referenced
this issue
Sep 15, 2023
Fixes golang/go#19542 Change-Id: I60d2370d1d1e0763c72c9cc203ea2ff21123af73 Reviewed-on: https://go-review.googlesource.com/38261 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
desdeel2d0m
added a commit
to desdeel2d0m/crypto
that referenced
this issue
Jul 1, 2024
Fixes golang/go#19542 Change-Id: I60d2370d1d1e0763c72c9cc203ea2ff21123af73 Reviewed-on: https://go-review.googlesource.com/38261 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
in file https://github.com/golang/crypto/blob/master/pkcs12/pkcs12.go#L110
I found that that err return from getSafeContents has been ignored.
I just found a p12 file that generated from mac keychain ToPEM return (nil,nil).
I tried to check that error. I got "pkcs12: expected exactly two items in the authenticated safe".
The text was updated successfully, but these errors were encountered: