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

D. Hugh Redelmeier hugh at vault.libreswan.fi
Sat Feb 2 07:15:41 UTC 2019


New commits:
commit c232d2c8b22643e59038095aaf3c8deb28d4b169
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Sat Feb 2 02:15:16 2019 -0500

    pervasive: concatenate ASN.1 algorithm blobs with their length field
    
    Each use of an algo blob prepended the blob with the length field.
    This change does so in the blob table rather than requiring each use
    to do it.  This simplifies the code.  In the process, the last remaining
    VLA (that Hugh was aware of) has been eliminated.
    
    Added context to a few messages.

commit dbfcfeccb8c4062bdcb2f5d4b02a9ab4156c9e33
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Sat Feb 2 02:10:39 2019 -0500

    pluto ikev2_rsa.c: simplify RSA_ikev2_calculate_sighash and its callers
    
    - calculate the length of the hash one place
    
    - ikev2_verify_rsa_hash: store the hash in an auto rather than the heap



More information about the Swan-commit mailing list