mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 19:22:23 +01:00
Also:
* added HAVE_FALCON guards as needed.
* corrected minor falcon bugs as I found them.
* handling OID sum collision between DILITHIUM_LEVEL5 and DILITHIUM_AES_LEVEL3
Tested with the following commands:
examples/server/server -v 4 -l TLS_AES_256_GCM_SHA384 \
-c ~/tmp/dilithium_aes_level5_entity_cert.pem \
-k ~/tmp/dilithium_aes_level5_entity_key.pem \
-A ~/tmp/dilithium_aes_level5_root_cert.pem --pqc P521_KYBER_LEVEL5
examples/client/client -v 4 -l TLS_AES_256_GCM_SHA384 \
-c ~/tmp/dilithium_aes_level5_entity_cert.pem \
-k ~/tmp/dilithium_aes_level5_entity_key.pem \
-A ~/tmp/dilithium_aes_level5_root_cert.pem --pqc P521_KYBER_LEVEL5
with permutations of SHAKE,AES variants and levels 2,3,5
12 lines
444 B
Plaintext
12 lines
444 B
Plaintext
# vim:ft=automake
|
|
# All paths should be given relative to the root
|
|
#
|
|
|
|
EXTRA_DIST += \
|
|
certs/dilithium/bench_dilithium_level2_key.der \
|
|
certs/dilithium/bench_dilithium_level3_key.der \
|
|
certs/dilithium/bench_dilithium_level5_key.der \
|
|
certs/dilithium/bench_dilithium_aes_level2_key.der \
|
|
certs/dilithium/bench_dilithium_aes_level3_key.der \
|
|
certs/dilithium/bench_dilithium_aes_level5_key.der
|