New commits:
commit 080179b92f3a100b39cf402b2b9d582aad841873
Author: Andrew Cagney <[email protected]>
Date:   Thu Dec 14 17:07:59 2017 -0500

    crypto: replace socket queues with a simple queue and mutex+cont
    
    Since there is a single queue, things are processed strictly FIFO.
    
    Since the code assumes infinite resources only STF_SUSPENDED can be returned
    (i.e., STF_FAIL and/or STF_TOOMUCHCRYPTO are never returned).
    
    If too much crypto proves to still be a problem, it can be handled by
    scheduling a crypto timeout with a timeout of zero.
    
    Also fixes a core dump from dereferencing the worker introduced when
    merging e5be34313a6fdfe87521d22908df4556da7c6860.

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

Reply via email to