-
Notifications
You must be signed in to change notification settings - Fork 65
/
3rd_party_deps.yml
28 lines (28 loc) · 974 Bytes
/
3rd_party_deps.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
:environment:
- :HE_WOLFSSL_SOURCE: https://github.com/wolfSSL/wolfssl
- :HE_WOLFSSL_TAG: v5.7.4-stable
- :HE_WOLFSSL_CONF_FLAGS: >-
--disable-benchmark
--disable-dh
--disable-examples
--disable-oldtls
--disable-sha3
--disable-shared
--disable-sys-ca-certs
--disable-dilithium
--enable-aes-bitsliced
--enable-curve25519
--enable-dtls
--enable-dtls13
--enable-dtls-frag-ch
--enable-dtls-mtu
--enable-secure-renegotiation
--enable-singlethreaded
--enable-sni
--enable-sp=yes,4096
--enable-static
--enable-tls13
--enable-experimental
- :HE_LIBOQS_SOURCE: https://github.com/open-quantum-safe/liboqs
- :HE_LIBOQS_TAG: 0.9.2
- :HE_LIBOQS_BUILD_FLAGS: -DOQS_BUILD_ONLY_LIB=ON -DOQS_USE_OPENSSL=OFF -DOQS_MINIMAL_BUILD='KEM_kyber_512;KEM_kyber_768;KEM_kyber_1024;SIG_dilithium_2;SIG_dilithium_3;SIG_dilithium_5;SIG_falcon_512;SIG_falcon_1024'