-
Notifications
You must be signed in to change notification settings - Fork 18k
encoding/pem: PEM multiline headers #43580
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
base: master
Are you sure you want to change the base?
Conversation
This PR (HEAD: b61fa9a) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/282572 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: bab48b9) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/282572 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: a958a4d) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/282572 to see it. Tip: You can toggle comments from me using the |
Message from Russ Cox: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/282572. |
This PR (HEAD: d1db37a) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/282572 to see it. Tip: You can toggle comments from me using the |
Message from Paul Schou: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/282572. |
Message from Paul Schou: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/282572. |
Message from Paul Schou: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/282572. |
Message from Paul Schou: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/282572. |
Message from Russ Cox: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/282572. |
Message from Paul Schou: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/282572. |
Message from Paul Schou: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/282572. |
Message from Paul Schou: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/282572. |
Message from Paul Schou: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/282572. |
Message from Paul Schou: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/282572. |
Message from Ian Lance Taylor: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/282572. |
This fixes a TODO. The current reader for PEM files does not properly handle reading or writing in headers that have multiple lines.