-
Notifications
You must be signed in to change notification settings - Fork 18k
x/crypto/acme/autocert: support configurable CSR extensions #17801
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
Milestone
Comments
CL https://golang.org/cl/42470 mentions this issue. |
c-expert-zigbee
pushed a commit
to c-expert-zigbee/crypto_go
that referenced
this issue
Mar 28, 2022
Package users can now provide extra CSR extensions to serve certificates with desired properties. Fixes golang/go#17801. Change-Id: Iac1010f41391c865f6e318bad2e0dafc2ffef6b1 Reviewed-on: https://go-review.googlesource.com/42470 Reviewed-by: Adam Langley <agl@golang.org> Run-TryBot: Adam Langley <agl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
c-expert-zigbee
pushed a commit
to c-expert-zigbee/crypto_go
that referenced
this issue
Mar 29, 2022
Package users can now provide extra CSR extensions to serve certificates with desired properties. Fixes golang/go#17801. Change-Id: Iac1010f41391c865f6e318bad2e0dafc2ffef6b1 Reviewed-on: https://go-review.googlesource.com/42470 Reviewed-by: Adam Langley <agl@golang.org> Run-TryBot: Adam Langley <agl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
c-expert-zigbee
pushed a commit
to c-expert-zigbee/crypto_go
that referenced
this issue
Mar 29, 2022
Package users can now provide extra CSR extensions to serve certificates with desired properties. Fixes golang/go#17801. Change-Id: Iac1010f41391c865f6e318bad2e0dafc2ffef6b1 Reviewed-on: https://go-review.googlesource.com/42470 Reviewed-by: Adam Langley <agl@golang.org> Run-TryBot: Adam Langley <agl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
LewiGoddard
pushed a commit
to LewiGoddard/crypto
that referenced
this issue
Feb 16, 2023
Package users can now provide extra CSR extensions to serve certificates with desired properties. Fixes golang/go#17801. Change-Id: Iac1010f41391c865f6e318bad2e0dafc2ffef6b1 Reviewed-on: https://go-review.googlesource.com/42470 Reviewed-by: Adam Langley <agl@golang.org> Run-TryBot: Adam Langley <agl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
BiiChris
pushed a commit
to BiiChris/crypto
that referenced
this issue
Sep 15, 2023
Package users can now provide extra CSR extensions to serve certificates with desired properties. Fixes golang/go#17801. Change-Id: Iac1010f41391c865f6e318bad2e0dafc2ffef6b1 Reviewed-on: https://go-review.googlesource.com/42470 Reviewed-by: Adam Langley <agl@golang.org> Run-TryBot: Adam Langley <agl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
desdeel2d0m
added a commit
to desdeel2d0m/crypto
that referenced
this issue
Jul 1, 2024
Package users can now provide extra CSR extensions to serve certificates with desired properties. Fixes golang/go#17801. Change-Id: Iac1010f41391c865f6e318bad2e0dafc2ffef6b1 Reviewed-on: https://go-review.googlesource.com/42470 Reviewed-by: Adam Langley <agl@golang.org> Run-TryBot: Adam Langley <agl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Presently, x/crypto/acme/autocert does not allow configuration of the extensions of the CSR that is used to request a certificate from the ACME provider which means one cannot use TLS Feature Extensions (RFC 7633) to prevent OCSP downgrade attacks.
The text was updated successfully, but these errors were encountered: