siemens / cmp-ra-component

A CMP Registration Authority (RA)
Apache License 2.0
2 stars 5 forks source link

Implement JSON/YAML message dumper #110

Closed Akretsch closed 2 weeks ago

Akretsch commented 2 weeks ago

Allow PKI messages to dump in YAML/JSON format

Description

Enable the FileTrace to write PkiMessages in YAML and JSON format.

Motivation and Context

The legacy .txt dump format is bulky and not easy to parse by other tools. I will be easier if YAML or JSON is used.

How Has This Been Tested?

-Ddumpdir=C:\Temp\dump
-Ddumpformat=json,yaml,txt
sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
85.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud