New commits:
commit 6a0ff72079a0a9aa868e2cb74558f4895d1437f4
Author: Andrew Cagney <[email protected]>
Date:   Fri Jun 28 13:22:45 2024 -0400

    ikev2: for AEAD create the IKE SA's cipher_context once
    
    In calc_v2_keymat(), create the cipher_context and then
    save it in the IKE SA.
    
    This should mean that the IKEv2 AEAD code has been updated to
    latest FIPS requirements.  It should also result in a tiny
    performance improvement.
    
    see #1535 in the GCM code, replace PK11_Encrypt() with PK11_AEADOp()

commit f4a04d8fb5e4c35fba1e5e3fe6dc70d690978e48
Author: Andrew Cagney <[email protected]>
Date:   Fri Jun 28 13:21:20 2024 -0400

    crypto: rename struct cipher_aead to struct cipher_context
    
    so, in theory, the normal mode code could make use of it

_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to