aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/certificates/certificate_printer.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactored certificate management for the vici and stroke interfaces5.4.0dr1Andreas Steffen2015-12-121-30/+120
|
* Print OCSP single responsesAndreas Steffen2015-12-111-3/+75
|
* Standardized printing of certificate informationAndreas Steffen2015-12-111-0/+591
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.