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

Improved keyvaultsigner #8

Merged

Conversation

ItalyPaleAle
Copy link
Contributor

  1. Added a timeout to all network requests - this is a best practice in Go, to avoid requests hanging forever (and so goroutines hanging forever)
  2. Fixed unhandled error in Sign
  3. Avoiding serializing and de-serializing public key to ASN.1

1. Added a timeout to all network requests
2. Fixed unhandled error
3. Avoiding serializing and de-serializing public key to ASN.1
@jgrangethales
Copy link
Contributor

thanks - will take a look

@jgrangethales jgrangethales self-assigned this Jul 21, 2021
Copy link
Contributor

@jnsgruk jnsgruk left a comment

Choose a reason for hiding this comment

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

This looks good thanks! Feeling slightly embarrassed about the serialisation/deserialisation on reflection!

@ItalyPaleAle
Copy link
Contributor Author

ItalyPaleAle commented Sep 23, 2021

Hey there, is there any update on when this may be merged?

@jgrangethales jgrangethales merged commit 6987461 into ThalesGroup:master Sep 24, 2021
@jgrangethales
Copy link
Contributor

Hey there, is there any update on when this may be merged?

apologies, thought i'd hit the button - done now

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