Skip to content

Commit

Permalink
add support for x25519mlkem768
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Nov 21, 2024
1 parent 384b18a commit 6a6bdce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -1723,6 +1723,9 @@ int main(int argc, char **argv)
#if PTLS_OPENSSL_HAVE_X25519
MATCH(x25519);
#endif
#if PTLS_OPENSSL_HAVE_X25519MLKEM768
MATCH(x25519mlkem768);
#endif
#undef MATCH
if (key_exchanges[i] == NULL) {
fprintf(stderr, "unknown key exchange: %s\n", optarg);
Expand Down

0 comments on commit 6a6bdce

Please sign in to comment.