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

Andrew Cagney cagney at vault.libreswan.fi
Fri Jan 1 01:28:02 UTC 2021


New commits:
commit 15e9dafd56e9ddcd01ab44dd630e206825ecfa79
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Dec 31 20:21:48 2020 -0500

    crypto: in v2_auth_signature() drop hint to coverity that hash_to_sign.len <= hash_to_size
    
    Coverity ID 1491622.

commit 04803c2f4a35029060d9ed5c3b1972480c5bfdf5
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Dec 31 20:05:16 2020 -0500

    crypto: in ikev2_calculate_rsa_hash(), tighten a bound passert
    
    Coverity ID 1491592.
    
    The passert(hash.len < sizeof(array)) is misconstrued to imply that
    hash.len==sizeof(array)-1 when it is <=sizeof(hash's data).



More information about the Swan-commit mailing list