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

Andrew Cagney cagney at vault.libreswan.fi
Tue Sep 10 13:49:17 UTC 2019


New commits:
commit 7a0f392be772bec73a05d67f1ca5d9d338ec8fa8
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Sep 9 10:00:15 2019 -0400

    x509 logging: add jam_dn(buf, dn, jam_bytes_fn), use; eliminate a logging tripple play
    
    jam_common_shell_out() was writing the DN into buffer#1; transforming
    buffer#1 into buffer#2 using the (broken) escape_metachar(); and then,
    finally, append buffer#2 to buffer#2 (the shell out buffer).  It now
    writes the DN directly into the shell buffer using
    jam_meta_escaped_bytes().
    
    In format_dn(), change format_chunk() to jam() et.al.



More information about the Swan-commit mailing list