Feature #109
closedGnuTLS support for the mod_ssl
Description
any objections against adding gnutls support?
Updated by the-me almost 16 years ago
I would love to have this feature - name based virtual hosts on SSL are really a neccessity now.
Updated by ckujau about 13 years ago
+1 from me, especially since the new TLSv1.0 vuln has been disclosed: https://www.net-security.org/secworld.php?id=11664
GnuTLS has TLSv1.2 support since 2.9.8 (released 2009-11-05)
Updated by gstrauss over 8 years ago
- Description updated (diff)
- Category changed from core to TLS
- Assignee deleted (
jan)
Updated by gstrauss over 8 years ago
- Status changed from New to Need Feedback
I build gnutls with:
[gnutls-3.4.2]$ ./configure -C --enable-openssl-compatibility --disable-non-suiteb-curves
http://osdir.com/ml/general/2016-02/msg40458.html
suggested --disable-non-suiteb-curves on systems with nettle without
secp192 and secp224 curves
However, concerns have been raised about using gnutls, which (BTW) is no longer associated with the GNU Foundation.
http://www.zdnet.com/article/gnutls-big-internal-bugs-few-real-world-problems/
(published in 2014) suggests that GnuTLS might not be the best choice in
TLS libraries, questioning some of its design limitations. Caveat emptor.
(Alternatives include OpenSSL, LibreSSL, BoringSSL, wolfSSL, mbed TLS, ...)
gnutls does not provide compatible headers to openssl, even when gnutls is configured --enable-openssl-compatibility. Combined with the above design criticisms (link), is adding support for GnuTLS still worth the effort?
I have tested lighttpd with openssl and libressl. Other implementations which supply openssl-compatible headers and interfaces are also likely to work with lighttpd with little to no extra effort.
Updated by gstrauss over 4 years ago
- Status changed from Need Feedback to New
Update: mod_openssl has been separated from the rest of lighttpd since lighttpd 1.4.46.
In my development branch, personal/gstrauss/master, I ported other lighttpd use of libcrypto to use libnettle if lighttpd is built with ./configure --with-nettle
libgnutls depends on libnettle.
Creating a mod_gnutls.c is now possible as an isolated task which duplicates the functionality of mod_openssl.c, using GnuTLS instead of OpenSSL.
Updated by gstrauss over 4 years ago
- Status changed from New to Patch Pending
- Target version set to 1.4.56
- ASK QUESTIONS IN Forums set to No
Updated by gstrauss over 4 years ago
- Status changed from Patch Pending to Fixed
Applied in changeset bf4054f8ecb7ce88118a4e3631a617dba0600da0.
Also available in: Atom