Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

add openssl support #61

Merged
merged 4 commits into from
May 3, 2019
Merged

add openssl support #61

merged 4 commits into from
May 3, 2019

Commits on May 3, 2019

  1. rsa: remove non-standard features

    1. openssl doesn't support pk encryption.
    2. marshaling the private key can return an error in openssl (and possibly other libraries).
    Stebalien committed May 3, 2019
    Configuration menu
    Copy the full SHA
    1f71752 View commit details
    Browse the repository at this point in the history
  2. rsa: don't stash the public key

    These keys are _shared_ and shouldn't be modified.
    Stebalien committed May 3, 2019
    Configuration menu
    Copy the full SHA
    da38e46 View commit details
    Browse the repository at this point in the history
  3. rsa: remove pointer

    We can take a pointer to the struct field later.
    Stebalien committed May 3, 2019
    Configuration menu
    Copy the full SHA
    de35279 View commit details
    Browse the repository at this point in the history
  4. add openssl support

    (and tests)
    Stebalien committed May 3, 2019
    Configuration menu
    Copy the full SHA
    947be63 View commit details
    Browse the repository at this point in the history