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

Andrew Cagney cagney at vault.libreswan.fi
Thu Mar 4 02:19:42 UTC 2021


New commits:
commit ac097427200267b1b2f9e6da813b736a55f93b98
Merge: 7c7c073 25d3046
Author: Andrew Cagney <cagney at gnu.org>
Date:   Wed Mar 3 21:17:13 2021 -0500

    crypto: update certificate signature verify code
    
    prep for re-doing certificate messages
    
    Merge commit '25d3046a17537efc62f4e2ab26a43ea44838bf31' into main

commit 25d3046a17537efc62f4e2ab26a43ea44838bf31
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Feb 26 16:38:10 2021 -0500

    crypto: cleanup params to try_all_keys()

commit 5143c3b5bff7f9eb993ff16432177b096d6eaddc
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Feb 26 13:46:41 2021 -0500

    crypto: clean up try_signature_fn functions
    
    - merge try_RSA_signature_v1(), try_RSA_signature_v2(),
      and RSA_signature_verify_nss() into try_signature_RSA()
    
    - dump the check:
          const struct RSA_public_key *k = &kr->u.rsa;
          if (k == NULL)
             ... fail ...
    
    - rename try_ECDSA_signature_v2() to try_signature_ECDSA_ikeve()
    
    - pass the signature in as a shunk_t, not struct pbs_in
    
    - replace ST with LOGGER

commit 115a07e7f244ce732c51fc939186ce99afa87eed
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Feb 25 20:16:49 2021 -0500

    crypto: merge take_a_crack() into try_all_keys

commit 5a7276e0be0573cad9300c381cc1c44efb51113f
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Feb 26 10:27:35 2021 -0500

    crypto: move code pruning expired pubkeyss from try_all_keys() to check_signature_gen()
    
    and only apply to the pre-loaded keys.
    
    Simplify try_all_keys() loop.

commit 78fff6dbeefe452d2d267f918f34cf412e58d926
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Feb 26 12:33:14 2021 -0500

    crypto: pass the IKE SA into check_signature_gen()



More information about the Swan-commit mailing list