Daniel Pouzzner
|
8a32e7f3f9
fixes for clang -Wunreachable-code-aggressive:
|
10 mēneši atpakaļ |
Daniel Pouzzner
|
ef14176b7f
SRTP fixes:
|
11 mēneši atpakaļ |
Juliusz Sosinowicz
|
8bc79a0b43
Add dtls 1.3 PQC suites tests
|
1 gadu atpakaļ |
Juliusz Sosinowicz
|
67d6d438c5
Port testing to wolfSSL threading interface
|
1 gadu atpakaļ |
David Garske
|
f00b5c3a1e
Merge pull request #6537 from SparkiDev/sm
|
1 gadu atpakaļ |
Sean Parkinson
|
e2424e6744
SM2/SM3/SM4: Chinese cipher support
|
1 gadu atpakaļ |
Juliusz Sosinowicz
|
3d68bcd6f7
Jenkins fixes
|
1 gadu atpakaļ |
gojimmypi
|
6b240fa41a
Refactor HAVE_PTHREAD and _POSIX_THREADS (#6536)
|
1 gadu atpakaļ |
Daniel Pouzzner
|
dcc8b5d7d5
eliminate XREWIND() macro, add XSEEK_SET definitions, and refactor all XREWIND()s to XFSEEK()s, to fix clang-tidy-17 bugprone-unsafe-functions warning on rewind();
|
1 gadu atpakaļ |
Jacob Barthelmeh
|
9dcc48c8f7
update copyright to 2023
|
1 gadu atpakaļ |
Anthony Hu
|
ad6d6be620
Kyber with DTLS 1.3 tests
|
1 gadu atpakaļ |
David Garske
|
e2566bab21
Various build fixes:
|
2 gadi atpakaļ |
Marco Oliverio
|
6e4a3ecdbd
tests: add negative version negotation tests
|
2 gadi atpakaļ |
Sean Parkinson
|
8c1e2c52e7
Kyber: Add option to build Kyber API
|
2 gadi atpakaļ |
Marco Oliverio
|
f3262005e4
add basic ConnectionID DTLS tests
|
2 gadi atpakaļ |
Sean Parkinson
|
fb531dacc2
Certs with RSA-PSS sig
|
2 gadi atpakaļ |
Jacob Barthelmeh
|
8eaa85e412
update copyright year to 2022
|
2 gadi atpakaļ |
Daniel Pouzzner
|
ccc5952369
global fixup to check or explicitly ignore return values from failable library/system calls that weren't already being checked;
|
2 gadi atpakaļ |
Marco Oliverio
|
683adb5917
tests: add dtls downgrade tests
|
2 gadi atpakaļ |
Marco Oliverio
|
25cf98a417
test: add DTLSv1.3 test suites
|
2 gadi atpakaļ |
Hideki Miyazaki
|
d3a379adac
add WOLF_CRYPTO_CB_ONLY_RSA and WOLF_CRYPTO_CB_ONLY_ECC
|
2 gadi atpakaļ |
Daniel Pouzzner
|
74408e3ee3
fixes for whitespace, C++ warnings, and LLVM 15 clang-tidy defects/carps:
|
2 gadi atpakaļ |
Daniel Pouzzner
|
6a56d3e131
jumbo patch of fixes for clang-tidy gripes (with some bug fixes).
|
2 gadi atpakaļ |
Marco Oliverio
|
231a0bbb84
dtls-srtp: no ekm cross check on single threaded/no pthread conf
|
2 gadi atpakaļ |
David Garske
|
8e0ece920b
Test cleanups. Fix possible leak in `TLSX_UseSRTP`.
|
2 gadi atpakaļ |
Marco Oliverio
|
86ba0ef643
tests: support test for SRTP
|
2 gadi atpakaļ |
Anthony Hu
|
7d4c13b9a4
--with-liboqs now defines HAVE_LIBOQS and HAVE_PQC
|
2 gadi atpakaļ |
Daniel Pouzzner
|
0b4f34d62a
typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C.
|
3 gadi atpakaļ |
David Garske
|
c16f0db1b5
Fixes for handling `WC_PENDING_E` async responses in API unit test and examples. Resolves all issues with `--enable-all --enable-asynccrypt --with-intelqa=`.
|
3 gadi atpakaļ |
Anthony Hu
|
0e80923fb3
Unit tests for post-quantum groups.
|
3 gadi atpakaļ |