gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 69/163: axTLS: not considered fit for use


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 69/163: axTLS: not considered fit for use
Date: Sun, 05 Aug 2018 12:36:35 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 9f89cd5ae4960b7f6b5e1ef91dcb3375dc12fd15
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Jun 1 14:41:41 2018 +0200

    axTLS: not considered fit for use
    
    URL: https://curl.haxx.se/mail/lib-2018-06/0000.html
    
    This is step one. It adds #error statements that require source edits to
    make curl build again if asked to use axTLS. At a later stage we might
    remove the axTLS specific code completely.
    
    Closes #2628
---
 lib/vtls/axtls.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lib/vtls/axtls.c b/lib/vtls/axtls.c
index 5ed898b4f..9b4dbd590 100644
--- a/lib/vtls/axtls.c
+++ b/lib/vtls/axtls.c
@@ -29,6 +29,11 @@
 #include "curl_setup.h"
 
 #ifdef USE_AXTLS
+
+#error axTLS support has been disabled in curl due to doubts about quaility,
+#error user dedication and a lack of use/testing. We urge users to consider
+#error using a more established TLS backend instead.
+
 #include <axTLS/config.h>
 #include <axTLS/ssl.h>
 #include "axtls.h"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]