GnuTLS is a portable ANSI C based library which implements the TLS 1.2, TLS 1.1, TLS 1.0, SSL 3.0, and Datagram TLS protocols. The library does not include any patented algorithms and is available under the GNU Lesser General Public License (LGPL).
GnuTLS is a portable ANSI C based library which implements the TLS 1.2, TLS 1.1, TLS 1.0, SSL 3.0, and Datagram TLS protocols. The library does not include any patented algorithms and is available under the GNU Lesser General Public License (LGPL).
To install gnutls, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gnutls
To see what files were installed by gnutls, run:
port contents gnutls
To later upgrade gnutls, run:
sudo port selfupdate && sudo port upgrade gnutls
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.