New commits:
commit 0805767587eebd57a9bd4018f969440751f8cdeb
Author: Andrew Cagney <[email protected]>
Date:   Mon Mar 11 09:59:53 2024 -0400

    ikev1: rename ikev1_encrypt_message() to ikev1_close_and_encrypt_message()
    
    truth in advertising, making the double close, triple pad:
            if (!ikev1_close_message(rbody, st) ||
    -           !ikev1_encrypt_message(rbody, st))
    +           !ikev1_close_and_encrypt_message(rbody, st))
                    return STF_INTERNAL_ERROR;
    obvious
    
    see:
     xauth closes the payload twice #1642

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

Reply via email to