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

Andrew Cagney cagney at vault.libreswan.fi
Tue Aug 16 20:18:51 EEST 2022


New commits:
commit 3130e177d65e91e327a749a0d95920268cf51547
Merge: 3f3c5d657f ecbae55341
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Aug 16 13:17:04 2022 -0400

    crypto: use NSS's SECKEY_PublicKeyStrengthInBits() to get the key's bit length
    
    Not signature.len*8.
    
    Merge commit 'ecbae55341f5f8c078507c348162e208bbc16883'

commit ecbae55341f5f8c078507c348162e208bbc16883
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Aug 16 12:10:12 2022 -0400

    crypto: add pubkey_type .strength_in_bits(), use when showing keys
    
    Replace signature.len*8 with the true key strength.  For ECDSA
    the signature.len is double the strength.

commit 8dc6c50fcafb525f2463ffbc451fadcf42615ad7
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Aug 16 13:14:38 2022 -0400

    testing: expect expect bad RSA key with modulus 0 to be 0-bit

commit 99e7843b3cc1c7bc23bd2821c948e96b00294b39
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Aug 16 12:10:43 2022 -0400

    testing: expect 384 ECDSA, not 776 ECDSA
    
    From printing the key's bit strength and not signature.len * 8.



More information about the Swan-commit mailing list