The C++ library is an implementation of the XML Digital Signature specification. It is designed to be easily ported to new platforms, and has been tested on Solaris, Linux, FreeBSD, NetBSD and Windows.
The C++ library is an implementation of the XML Digital Signature specification. It is designed to be easily ported to new platforms, and has been tested on Solaris, Linux, FreeBSD, NetBSD and Windows.
To install xml-security-c, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xml-security-c
To see what files were installed by xml-security-c, run:
port contents xml-security-c
To later upgrade xml-security-c, run:
sudo port selfupdate && sudo port upgrade xml-security-c
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.