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

Sync: * OpenSSL: Implement AES keywrap using the EVP API #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 27, 2024

  1. Sync: * OpenSSL: Implement AES keywrap using the EVP API

    To gracefully fix these compiler errors and meet the FIPS compliance requirements.
    
    https://w1.fi/cgit/hostap/commit/?id=092efd45a6186c72b5a44f98ad99c81fd33402a6
    
    OpenSSL 3.0 deprecated the low-level encryption functions, so use the
    EVP API for this. Maintain the previous version for BoringSSL and
    LibreSSL since not all versions seem to have the EVP_aes_*_wrap()
    functions needed for the EVP API.
    
    Signed-off-by: Jouni Malinen <[email protected]>
    JunhongMao committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0f3e2d3 View commit details
    Browse the repository at this point in the history