Skip to content
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

return errors for invalid key pem blocks #1260

Merged
merged 1 commit into from Nov 7, 2017
Merged

return errors for invalid key pem blocks #1260

merged 1 commit into from Nov 7, 2017

Conversation

eiais
Copy link
Contributor

@eiais eiais commented Nov 2, 2017

Signed-off-by: Kyle Spiers kyle@spiers.me

Copy link
Contributor

@endophage endophage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@riyazdf riyazdf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for adding this! I have one tiny non-blocking nit, but otherwise LGTM

@@ -9,6 +9,7 @@ import (
"sort"
"strings"

"fmt"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super nit: let's move this to the block above with the other standard golang imports

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@riyazdf
Copy link
Contributor

riyazdf commented Nov 7, 2017

CI is failing with a gofmt error on trustmanager/keys.go - could you amend your commit with the reformatted file?

Signed-off-by: Kyle Spiers <kyle@spiers.me>
@riyazdf
Copy link
Contributor

riyazdf commented Nov 7, 2017 via email

@endophage endophage merged commit 78afe81 into notaryproject:master Nov 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants