Lines Matching full:libressl
2 """Run Python tests against multiple installations of OpenSSL and LibreSSL
6 (1) downloads OpenSSL / LibreSSL tar bundle
8 (3) compiles OpenSSL / LibreSSL
9 (4) installs OpenSSL / LibreSSL into ../multissl/$LIB/$VERSION/
71 "Run CPython tests with multiple OpenSSL and LibreSSL "
83 help="Don't test OpenSSL and LibreSSL versions without upstream support",
91 "OpenSSL and LibreSSL versions are given."
95 '--libressl',
99 "LibreSSL versions, defaults to '{}' (ancient: '{}') if no "
100 "OpenSSL and LibreSSL versions are given."
112 help="Base directory for OpenSSL / LibreSSL sources and builds."
126 "or LibreSSL. 'module' also compiles Python modules. 'tests' builds "
446 library = "LibreSSL"
448 "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-{v}.tar.gz",
450 src_template = "libressl-{}.tar.gz"
451 build_template = "libressl-{}"
468 if not args.openssl and not args.libressl:
470 args.libressl = list(LIBRESSL_RECENT_VERSIONS)
473 args.libressl.extend(LIBRESSL_OLD_VERSIONS)
506 for version in args.libressl:
540 print('OpenSSL / LibreSSL versions:')