mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / GnuTLS.mdwn
1 [GnuTLS][] is the GNU [SSL/TLS][] implementation, because
2 [OpenSSL][]'s [license is incompatible with the GPL][incompatible].
3 There are a number of small compatibility issues between the two, so
4 it's best to use the OpenSSL tools to create certs and keys for use by
5 OpenSSL-linked servers and the GnuTLS tools to create certs and keys
6 for use by GnuTLS-linked servers.  See [[X.509_certificates]] for
7 details on creating self-signed keys with both packages.
8
9 [GnuTLS]: http://www.gnu.org/software/gnutls/
10 [SSL/TLS]: http://en.wikipedia.org/wiki/Transport_Layer_Security
11 [OpenSSL]: http://www.openssl.org/
12 [incompatible]: http://en.wikipedia.org/wiki/OpenSSL#Licensing
13
14 [[!tag tags/linux]]
15 [[!tag tags/tools]]