Changeset: 91411eed0664 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/91411eed0664
Modified Files:
        clients/mapilib/Tests/tlstester.py
Branch: monetdburl
Log Message:

Assert that this Python version has TLS1.3.

If it doesn't we cannot use it to test our TLS implementation.


diffs (12 lines):

diff --git a/clients/mapilib/Tests/tlstester.py 
b/clients/mapilib/Tests/tlstester.py
--- a/clients/mapilib/Tests/tlstester.py
+++ b/clients/mapilib/Tests/tlstester.py
@@ -26,6 +26,8 @@ from threading import Thread
 import threading
 from typing import Any, Callable, Dict, List, Optional, Tuple, Union
 
+# Our TLS implementation never uses anything less than TLSv1.3.
+assert ssl.HAS_TLSv1_3
 
 import warnings
 with warnings.catch_warnings():
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to