Hayden Roche
|
5fdc4cf6e1
Fix RX/TX throughput reporting in example server.
|
4 years ago |
toddouska
|
b0979f4225
Merge pull request #3476 from dgarske/sniffer_hrr
|
4 years ago |
toddouska
|
9183c35fb8
Merge pull request #3446 from haydenroche5/client_want_write_sim
|
4 years ago |
toddouska
|
9bde34ef5b
Merge pull request #3438 from douzzer/harmonize-CCM8-cipher-names
|
4 years ago |
Sean Parkinson
|
d8b58286d1
TLS 1.3: PSK only
|
4 years ago |
Hayden Roche
|
2fc594d319
Modify example server to be resilient to WANT_WRITE errors.
|
4 years ago |
John Safranek
|
e996a7d15b
Scan-Build Fixes
|
4 years ago |
David Garske
|
71d9f1e9bd
Static ephemeral refactor to support loading both DHE and ECDHE keys. Added ability to specify key using snifftest input at run-time. Improved snifftest key loading for named keys and static ephemeral.
|
4 years ago |
Daniel Pouzzner
|
7850d71ccb
add wolfSSL_get_cipher_suite_from_name(); add flags arg to GetCipherSuiteFromName(); fix GetCipherSuiteFromName() to prevent spurious substring matching; add SUITE_ALIAS() macros for use defining CipherSuiteInfo, and add CipherSuiteInfo.flags slot and associated logic, to allow alternative cipher names to be recognized; add "CCM8" cipher name variants wherever applicable, including the unit.test conf files, to recognize and test the OpenSSL variants; add tests in client_test() and server_test() to confirm correct forward and backward mapping of cipher names/aliases.
|
4 years ago |
Daniel Pouzzner
|
fda84576b0
name the new introspection routines wolfSSL_configure_args() and wolfSSL_global_cflags() for consistency, and move the prototypes to logging.h.
|
4 years ago |
Daniel Pouzzner
|
1ba0883f4c
introspection tweaks: rename wolfcrypt/src/debug.c to wolfcrypt/src/wc_debug.c; restore BUILD_WC_DEBUG gating for autotools inclusion of wc_debug.o and disable opportunistically when ENABLED_LEANTLS, ENABLED_LEANPSK, or ENABLED_LOWRESOURCE; add HAVE_WC_INTROSPECTION gate for libwolfssl_configure_args() and libwolfssl_global_cflags().
|
4 years ago |
Daniel Pouzzner
|
b918e1fd4c
examples/: add -@ and -# flags to client and server, printing libwolfssl_configure_args() and libwolfssl_global_cflags() respectively.
|
4 years ago |
toddouska
|
7c89d10e53
Merge pull request #3260 from julek-wolfssl/non-blocking-scr
|
4 years ago |
Jacob Barthelmeh
|
6aa0eacc62
use correct key buffer for example private key
|
4 years ago |
JacobBarthelmeh
|
bfb10ddfb5
NO_FILESYSTEM build on Windows
|
4 years ago |
Juliusz Sosinowicz
|
a7fdfbaf40
Passing scr-app-data in to -i to client sends a message during SCR
|
4 years ago |
Daniel Pouzzner
|
10bf7a2086
examples/: fix undersized array lengths in client_usage_msg and server_usage_msg.
|
4 years ago |
Sean Parkinson
|
4ed3438be0
TLS 1.3: Post-handshake Authentication and resumption secret
|
4 years ago |
Juliusz Sosinowicz
|
a65ffe15bc
Implement non-blocking SCR on server side
|
4 years ago |
Juliusz Sosinowicz
|
605b274442
Jenkins fixes
|
4 years ago |
Juliusz Sosinowicz
|
52df9d6c69
TLS and DTLS both need to support APP DATA during SCR
|
4 years ago |
Juliusz Sosinowicz
|
8b934624f5
DTLS non-blocking scrwith example
|
4 years ago |
Kaleb Himes
|
d96f86fcd9
Merge branch 'master' into GH2998_REWORK_FOLLOWUP
|
4 years ago |
toddouska
|
e84defb268
Merge pull request #3044 from dgarske/sniffer_tls13
|
4 years ago |
John Safranek
|
839044d9e1
1. Remove dead assignment from client test.
|
4 years ago |
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 years ago |
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 years ago |
David Garske
|
1b051d9c5b
TLS v1.3 sniffer support:
|
4 years ago |
toddouska
|
fbe0c8cba7
Merge pull request #3122 from JacobBarthelmeh/Compatibility-Layer
|
4 years ago |
toddouska
|
925e9d9213
Merge pull request #3075 from julek-wolfssl/dtls-no-cookie
|
4 years ago |