New commits:
commit f38a4916a4f424fcbd26b8fa5b9623db9df2fce7
Author: Andrew Cagney <[email protected]>
Date:   Thu Apr 29 22:24:47 2021 -0400

    crls: enable whack logging of crl fetches

commit b1aede74e88a340a1d2d4dde57c713065040e493
Author: Andrew Cagney <[email protected]>
Date:   Fri Apr 30 17:28:34 2021 -0400

    CRLs: directly append new CRL requests to the fetch queue
    
    Replace something like:
    
      main thread:
        - clone all CRLs needing to be fetched creating a list
        - put that list on a temp queue
      helper thread:
        - clone the CRLs on that list adding them to the fetch queue
        - fetch CRLs
    
    With:
    
      main thread:
        - form a shallow list of CRLs to add (i.e., no cloning of CRLs)
        - append that to the fetch queue
      helper thread:
        - fetch CRLs (however while fetching release lock)

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

Reply via email to