-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[create-pull-request] automated change
- Loading branch information
1 parent
a7a8dfd
commit 16fb52b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule src
updated
16 files
+21 −32 | crypto/slhdsa/slhdsa.c | |
+3 −9 | crypto/slhdsa/slhdsa_prehash.txt | |
+25 −27 | crypto/slhdsa/slhdsa_test.cc | |
+31 −19 | include/openssl/slhdsa.h | |
+1 −111 | rust/bssl-crypto/src/slhdsa.rs | |
+4 −1 | ssl/test/bssl_shim.cc | |
+86 −73 | ssl/test/packeted_bio.cc | |
+5 −1 | ssl/test/packeted_bio.h | |
+21 −4 | ssl/test/runner/cipher_suites.go | |
+9 −9 | ssl/test/runner/common.go | |
+39 −59 | ssl/test/runner/conn.go | |
+602 −212 | ssl/test/runner/dtls.go | |
+14 −19 | ssl/test/runner/handshake_client.go | |
+26 −24 | ssl/test/runner/handshake_server.go | |
+14 −0 | ssl/test/runner/packet_adapter.go | |
+100 −137 | ssl/test/runner/runner.go |
Submodule quiche
updated
23 files