NTBTLS

`Not Too Bad TLS`

is a TLS client-only library developed by Werner Koch.

https://git.gnupg.org/cgi-bin/gitweb.cgi?p=ntbtls.git;a=summary

Rationale

TLS client connections are needed in GnuPG for transport of certificate, pubkeys and revocation information. Using gnutls, mbed_tls or a different TLS library would introduce additional crypto code which makes the whole system harder to evaluate. GnuPG already has a number of the required technical functionality.

NTBTLS (last edited 2016-09-13 07:17:19 by bernhard)