]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Standardized printing of certificate information
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 6 Dec 2015 12:28:03 +0000 (13:28 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 11 Dec 2015 17:26:53 +0000 (18:26 +0100)
commit3317d0e77b1a1731028b2a6ff5619c1d62624f35
tree5f4287a4d6416c170c05bb15395aa44cbf1aa6f1
parent36d42daf4d7190a251a4d24de7c143a8e44023ad
Standardized printing of certificate information

The certificate_printer class allows the printing of certificate
information to a text file (usually stdout). This class is used
by the pki --print and swanctl --list-certs commands as well as
by the stroke plugin.
src/libcharon/plugins/stroke/stroke_list.c
src/libstrongswan/Makefile.am
src/libstrongswan/credentials/certificates/certificate_printer.c [new file with mode: 0644]
src/libstrongswan/credentials/certificates/certificate_printer.h [new file with mode: 0644]
src/pki/commands/print.c