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

Paul Wouters paul at vault.libreswan.fi
Tue Apr 21 22:43:43 UTC 2020


New commits:
commit 90e4f1595069579e72809c33755048d5d8b2116f
Author: Paul Wouters <pwouters at redhat.com>
Date:   Tue Apr 21 17:49:00 2020 -0400

    libipsecconf: support old-style ",," to mean "\," in specifying leftid/rightid for ID_DER_ASN1_DN
    
    libreswan 3.30 and earlier allowed one to use ,, to mask in an RDN part.
    
    For example: leftid="CN=foo OU=Global,, Services, C=CA"
    
    The current code no longer sees this special case when comparing. It does support
    using \, to mask the comma. And this is compatible with sending it into NSS.
    
    So let the parser change ",," to "\,"



More information about the Swan-commit mailing list