Kaleb Himes
|
d96f86fcd9
Merge branch 'master' into GH2998_REWORK_FOLLOWUP
|
4 年之前 |
toddouska
|
e84defb268
Merge pull request #3044 from dgarske/sniffer_tls13
|
4 年之前 |
John Safranek
|
839044d9e1
1. Remove dead assignment from client test.
|
4 年之前 |
John Safranek
|
98ae3a2352
Added a suite test use case to cover the new error check. Also fixed and issue with passing a couple flags to the test case runner, and some other changes to support the new test.
|
4 年之前 |
David Garske
|
4e637ddf10
Cleanup on example client/server messages and sizes. Original PR #3023 caused sending extra null characters in normal (non HTTP) example cases.
|
4 年之前 |
David Garske
|
1b051d9c5b
TLS v1.3 sniffer support:
|
4 年之前 |
toddouska
|
fbe0c8cba7
Merge pull request #3122 from JacobBarthelmeh/Compatibility-Layer
|
4 年之前 |
toddouska
|
925e9d9213
Merge pull request #3075 from julek-wolfssl/dtls-no-cookie
|
4 年之前 |
Jacob Barthelmeh
|
173b9833fc
fixes for edge build cases and static memory
|
4 年之前 |
JacobBarthelmeh
|
26f0a74d29
Merge pull request #3023 from kaleb-himes/GH2998-REWORK
|
4 年之前 |
David Garske
|
667d9ca896
Fix to catch the issue in this PR with alt cert chains, which only happens if the verify callback is used and the chain is long enough. Cleanup of the myVerify callback to allow specific actions. Fix the suites.c to not crash if no newline at end of file. Added helpful debug message to show that a CA was found.
|
4 年之前 |
Juliusz Sosinowicz
|
03c5359fcd
Add session resumption testing for DTLS
|
4 年之前 |
Juliusz Sosinowicz
|
7b604ad714
WIP
|
4 年之前 |
David Garske
|
fb5c9e5268
Adjust static memory case with TLS v1.3 enabled.
|
4 年之前 |
David Garske
|
dffc677561
Fix for TLS v1.3 with `--enable-sniffer`.
|
4 年之前 |
David Garske
|
1d01b87741
Fix to detect if `NO_CERTS` / `--disable-asn` is used in `scripts/tls13.test`.
|
4 年之前 |
David Garske
|
3b63e55a68
Fix for TLS v1.3 PSK tests work with additional cipher suites (not just `TLS13-AES128-GCM-SHA256`) and the echo server/client.
|
4 年之前 |
kaleb-himes
|
923fc30043
Change to memcpy
|
4 年之前 |
kaleb-himes
|
8c3f7a77ca
cleanup GET messages
|
4 年之前 |
toddouska
|
cf8459e518
Merge pull request #2892 from SparkiDev/cppcheck_fixes_4
|
4 年之前 |
Sean Parkinson
|
411aee6e05
Fixes from cppcheck
|
4 年之前 |
toddouska
|
65cf5a0d46
Merge pull request #2802 from embhorn/zd9764
|
4 年之前 |
Eric Blankenhorn
|
3f7ce61dbd
Updates from review
|
4 年之前 |
Sean Parkinson
|
8cccb9008b
Change to work for other TLS versions
|
4 年之前 |
Sean Parkinson
|
6334dd9cb0
Allow mutual authentication to be required for TLS 1.3
|
4 年之前 |
Sean Parkinson
|
2c6eb7cb39
Add Curve448, X448, Ed448 implementations
|
4 年之前 |
Eric Blankenhorn
|
41d3ba0efa
Tests and examples for bidirectional shutdown
|
4 年之前 |
toddouska
|
b038e2e8f0
Merge pull request #2771 from JacobBarthelmeh/Windows
|
4 年之前 |
Jacob Barthelmeh
|
3c077a3cef
add NO_OLD_TIMEVAL_NAME macro for backwards compatibility
|
4 年之前 |
Sean Parkinson
|
55ea2facdd
Changes to clear issues raised by cppcheck
|
4 年之前 |