14 version = "0.8.0b1-unstable-2024-06-24";
17 src = fetchFromGitHub {
20 rev = "4d2c6b8fc8d14bb5c90c8360bdb6f617e8e38591";
21 hash = "sha256-VCQjxZIs4rzlFrIakXI7YeLz7Ws9WRf8zGPcSryO9Ko=";
24 build-system = [ setuptools ];
26 dependencies = [ ecdsa ];
33 # This file imports asyncore which is removed in 3.12
34 disabledTestPaths = lib.optionals (pythonAtLeast "3.12") [
35 "tlslite/integration/tlsasyncdispatchermixin.py"
39 changelog = "https://github.com/tlsfuzzer/tlslite-ng/releases/tag/v${version}";
40 description = "Pure python implementation of SSL and TLS";
41 homepage = "https://github.com/tlsfuzzer/tlslite-ng";
42 license = licenses.lgpl21Only;