diff options
author | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2024-12-15 18:18:32 +0900 |
---|---|---|
committer | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2024-12-17 16:48:00 +0900 |
commit | a6cc8cca47ca55a78d92dfa4c7eded5b4d212d80 (patch) | |
tree | 6e2cb2327c9e20d5afe3e161473c55d6d6935ae2 /update.sh | |
parent | a27f602bd8d5e9c2a14740a5303b9c87aeb712fd (diff) | |
download | portable-a6cc8cca47ca55a78d92dfa4c7eded5b4d212d80.tar.gz portable-a6cc8cca47ca55a78d92dfa4c7eded5b4d212d80.tar.bz2 portable-a6cc8cca47ca55a78d92dfa4c7eded5b4d212d80.zip |
Hook ML-KEM related tests
This patch adds ML-KEM related tests.
Diffstat (limited to '')
-rwxr-xr-x | update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -355,6 +355,7 @@ $CP $libcrypto_regress/aead/*.txt tests | |||
355 | $CP $libcrypto_regress/ct/ctlog.conf tests | 355 | $CP $libcrypto_regress/ct/ctlog.conf tests |
356 | $CP $libcrypto_regress/ct/*.crt tests | 356 | $CP $libcrypto_regress/ct/*.crt tests |
357 | $CP $libcrypto_regress/x509/policy/*.pem tests | 357 | $CP $libcrypto_regress/x509/policy/*.pem tests |
358 | $CP $libcrypto_regress/mlkem/*.txt tests | ||
358 | 359 | ||
359 | # generate libcrypto freenull.c | 360 | # generate libcrypto freenull.c |
360 | awk -f $libcrypto_regress/free/freenull.awk \ | 361 | awk -f $libcrypto_regress/free/freenull.awk \ |