-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Checkpoint RSA code This also has some certificate code which should be separated. * Add CheckRsaKey basic extraction * Add support for multi prime key and use crt-based key spec for single prime key * Add key generation for RSA * Support RSA in OneKey.PublicKey() * Add some debug information to ASN1.TagValue.toString * Add support to create OneKey from JAVA RSA keys. * Remove cer file * Separate PKCS decoding from the key's octetstring * Unify OneKey constructor on Java's generic Public/Private keys * Remove Edwards keys from this PR * Use braces for multiline if * key generation can now take parameters and RSA generation take advantage of that * Remove anima/x509 from RegressionTest Co-authored-by: Jim Schaad <[email protected]>
- Loading branch information
Showing
7 changed files
with
451 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.