Files
Michael Forney 2eddb78d1b Store dist files in config.distdir
This makes it easy to remove old distfiles with `git clean -f dist`.
2026-03-12 16:40:37 -07:00
..
2016-12-13 23:10:30 -08:00
2026-03-12 16:40:37 -07:00
2021-10-05 18:54:21 -07:00
2018-08-26 13:29:08 -07:00
2021-10-05 18:54:21 -07:00
2021-10-05 18:54:21 -07:00
2021-10-05 18:54:21 -07:00
2021-10-05 18:54:21 -07:00
2021-10-05 18:54:21 -07:00
2021-10-05 18:54:21 -07:00

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.