Updates:
        Status: Fixed
        Labels: Milestone-Release2.16

Comment #3 on issue 1127 by [email protected]: Add support for BoringSSL in Ganeti RAPI client
https://code.google.com/p/ganeti/issues/detail?id=1127

commit 61810454f1c45d00cb96f67b9c5ba8501f8531eb
Author: Klaus Aehlig <[email protected]>
Date:   Wed Oct 7 15:57:54 2015 +0200

    Accept BoringSSL as a known good ssl library

    Signed-off-by: Klaus Aehlig <[email protected]>
    Reviewed-by: Guido Trotter <[email protected]>

diff --git a/lib/rapi/client.py b/lib/rapi/client.py
index 65f82ab..186aff6 100644
--- a/lib/rapi/client.py
+++ b/lib/rapi/client.py
@@ -337,6 +337,8 @@ def GenericCurlConfig(verbose=False, use_signal=False,
       if capath:
         raise Error("cURL linked against GnuTLS has no support for a"
                     " CA path (%s)" % (pycurl.version, ))
+    elif lcsslver.startswith("boringssl/"):
+      pass
     else:
       raise NotImplementedError("cURL uses unsupported SSL version '%s'" %
                                 sslver)


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to