⇤ ← Revision 1 as of 2016-09-13 07:17:19
Size: 660
Comment:
|
← Revision 2 as of 2016-09-13 07:19:57 ⇥
Size: 695
Comment: added status
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
Status: **20160913: pre-alpha** |
NTBTLS
`Not Too Bad TLS`
is a TLS client-only library developed by Werner Koch.
- It started (2014) as a stripped down fork of PolarSSL (now called mbed tls),
- using libgcrypt and existing GnuPG modules for X.509 certificate handling.
Status: 20160913: pre-alpha
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.