From d988d58d98a2f08684b2c428a6583530634d96b8 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 5 Oct 2021 14:02:43 -0700 Subject: python: Update to 3.10.0 --- pkg/python/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pkg/python/README.md (limited to 'pkg/python/README.md') diff --git a/pkg/python/README.md b/pkg/python/README.md new file mode 100644 index 00000000..f943eee8 --- /dev/null +++ b/pkg/python/README.md @@ -0,0 +1,13 @@ +# python + +## config.h +Generated with + + ./configure \ + --without-pymalloc \ + --with-builtin-hashlib-hashes='sha3,blake2' \ + --with-ssl-default-suites='TLSv1.3:TLSv1.2+AEAD+ECDHE:TLSv1.2+AEAD+DHE' \ + ax_cv_c_float_words_bigendian=no + +Use libtls's conversative default set of cipher suites since the +python default uses `@SECLEVEL=2`, which is not supported by libressl. -- cgit v1.2.3