-
Notifications
You must be signed in to change notification settings - Fork 33
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
How to read keys from strings? #9
Comments
Refer to tests.cpp:247 static sp_rsa_key gen(int size) It's actually good point to handle such by josepp. I'll think about |
troian
added a commit
that referenced
this issue
Apr 29, 2018
Change-Id: I16c2c234c4abbb5c778bffaee8f2bb46fbd01133 Signed-off-by: Artur Troian <[email protected]>
@OlafvdSpek You can check referenced commit. |
troian
added a commit
that referenced
this issue
Apr 29, 2018
Change-Id: I1242bfe4992b5da17eec0faedef2ae9871111613 Signed-off-by: Artur Troian <[email protected]>
troian
added a commit
that referenced
this issue
Apr 29, 2018
Change-Id: Ib8317f6d0fdd88de6413228beeabd3799ba207e4 Signed-off-by: Artur Troian <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How does one read private and public keys from strings / files?
I saw
jose::rsa::gen(1024)
in the tests but couldn't find how to supply my own keys.The text was updated successfully, but these errors were encountered: