mirror of
https://github.com/oasislinux/oasis.git
synced 2026-02-05 11:33:57 +01:00
14 lines
372 B
Markdown
14 lines
372 B
Markdown
# 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.
|