[Swan-commit] Changes to ref refs/heads/main

Andrew Cagney cagney at vault.libreswan.fi
Mon Mar 11 16:01:46 EET 2024


New commits:
commit 0805767587eebd57a9bd4018f969440751f8cdeb
Author: Andrew Cagney <cagney at gnu.org>
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



More information about the Swan-commit mailing list