GnuTLS is a portable ANSI C based library which implements the TLS 1.0-1.3, 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.0-1.3, 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-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gnutls-devel
To see what files were installed by gnutls-devel, run:
port contents gnutls-devel
To later upgrade gnutls-devel, run:
sudo port selfupdate && sudo port upgrade gnutls-devel
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.