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

CryptoPkg/BaseCryptLib: add additional RSAES-OAEP crypto functions #771

Merged

Commits on Mar 20, 2024

  1. CryptoPkg/BaseCryptLib: add additional RSAES-OAEP crypto functions

    Expand the availability of the RSAES-OAEP crypto capability in
    BaseCryptLib.  Applications using RSA crypto functions directly from
    OpensslLib can transition to BaseCryptLib to take advantage of the
    shared crypto feature in CryptoDxe.
    
    Pkcs1v2Decrypt(): decryption using DER-encoded private key, converse of Pkcs1v2Encrypt()
    RsaOaepEncrypt(): encryption using RSA contexts created with RsaNew()/RsaSetKey()
    RsaOaepDecrypt(): decryption using RSA contexts created with RsaNew()/RsaSetKey()
    Chris Ruffin authored and makubacki committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ab6fe78 View commit details
    Browse the repository at this point in the history
  2. CryptoBinPkg/Driver: add additional RSAES-OAEP crypto functions

    Chris Ruffin authored and makubacki committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    115ca51 View commit details
    Browse the repository at this point in the history