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

crypto: extend RSA-OAEP support with oaepHash #28335

Closed

Commits on Jun 21, 2019

  1. crypto: extend RSA-OAEP support with oaepHash

    This adds an oaepHash option to asymmetric encryption which allows
    users to specify a hash function when using OAEP padding. This
    feature is required for interoperability with WebCrypto applications.
    tniessen committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    9c1a148 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Configuration menu
    Copy the full SHA
    0caa1e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    96a4bc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e624eb0 View commit details
    Browse the repository at this point in the history