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

Public_Key derived class ctors take an std::vector<byte> #770

Merged
merged 1 commit into from
Dec 11, 2016

Conversation

securitykernel
Copy link
Collaborator

Changes all the Public_Key derived classes ctors to take a std::vector instead of a secure_vector for the DER encoded public key bits. There is no point in transporting a public key in secure storage.

Fixes #768.

Changes all the Public_Key derived classes ctors to take a
std::vector instead of a secure_vector for the DER encoded
public key bits. There is no point in transporting a public
key in secure storage. (GH randombit#768)
@randombit randombit merged commit 90298cb into randombit:master Dec 11, 2016
@neusdan neusdan deleted the pkey-ctor-vector branch March 28, 2017 12:35
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.

2 participants