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

Andrew Cagney cagney at vault.libreswan.fi
Thu Oct 10 11:45:40 UTC 2019


New commits:
commit 3d785936e4e21120714302e67e8342b578c80084
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Oct 7 13:04:01 2019 -0400

    x509: replace idtoa() and dntoa() with calls to str_{id,dn}()
    
    Since the underlying jam_dn()'s output is:
    - printable ASCII
    - rfc4514 compliant
    - NSS's CERT_AsciiToName() friendly
    - atodn() parsable
    - directly loggable (no sanitize required)
    the old routines aren't necessary
    
    Also in str_{id,dn}() pass in jam_raw_bytes() instead of
    jam_sanitized_bytes() - the output is already ASCII.



More information about the Swan-commit mailing list