strongswan / swidGenerator

Application which generates SWID-Tags from Linux package managers like dpkg, rpm or pacman.
MIT License
16 stars 11 forks source link

Eliminate empty lines in software-id mode #15

Closed strongX509 closed 10 years ago

strongX509 commented 10 years ago

Has the extra newline character ('\n') already been eliminated in the software-id mode?

In the meantime the swidGenerator has been fully integrated into the strongSwan tnc/tnccs-20-pt-tls test scenario running on virtual Debian 7.4 hosts.

Here is the TNC Client side:

http://www.strongswan.org/uml/pt-tls-with-swid-tags/tnc/tnccs-20-pt-tls/console.log

and the TNC Server side:

http://www.strongswan.org/uml/pt-tls-with-swid-tags/tnc/tnccs-20-pt-tls/alice.daemon.log

Cheers

Andreas

cfaessler commented 10 years ago

I commited the change into the branch https://github.com/tnc-ba/swidGenerator/tree/tag-visitor. But the branch is still in review. We plan to merge it into the master branch this weekend.

Regards Christian