Daniel Pouzzner
|
94d4ea3a57
examples/client/client.c:client_usage_msg[][]: add correct sensing and reporting of WOLFSSL_SP_4096.
|
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 |
John Safranek
|
d2dac8e4b8
Example Client OCSP Option Fix
|
4 years ago |
toddouska
|
1e43d65d2a
Merge pull request #3392 from SparkiDev/ocsp_must_staple
|
4 years ago |
toddouska
|
7c89d10e53
Merge pull request #3260 from julek-wolfssl/non-blocking-scr
|
4 years ago |
Sean Parkinson
|
60b0b0170b
TLS OCSP Stapling: MUST staple option
|
4 years ago |
David Garske
|
b68828d3c9
Merge pull request #3361 from tmael/ocsp-nocheck
|
4 years ago |
David Garske
|
048a3a8d5b
Merge pull request #3374 from JacobBarthelmeh/Testing
|
4 years ago |
Jacob Barthelmeh
|
6aa0eacc62
use correct key buffer for example private key
|
4 years ago |
Tesfa Mael
|
a4bfa0dec7
Add support for id-pkix-ocsp-nocheck
|
4 years ago |
JacobBarthelmeh
|
bfb10ddfb5
NO_FILESYSTEM build on Windows
|
4 years ago |
Daniel Pouzzner
|
570f55a0e3
wolfSSL_get_ocsp_producedDate*(): gate on !defined(NO_ASN_TIME), and in client_test(), gate call to strftime() on HAVE_STRFTIME and add fallback code; add HAVE_STRFTIME test to configure.ac.
|
4 years ago |
Daniel Pouzzner
|
7a77b6d990
rename wolfSSL_get_ocsp_producedDate(WOLFSSL *, struct tm *) to wolfSSL_get_ocsp_producedDate_tm(), and add wolfSSL_get_ocsp_producedDate() accessing the raw ASN.1 producedDate; fix location of prototypes in ssl.h to obtain proper conditionalization; omit frivolous nullness test on ssl->ocspProducedDate (always true).
|
4 years ago |
Daniel Pouzzner
|
e162d0f889
add wolfSSL_get_ocsp_producedDate().
|
4 years ago |
Juliusz Sosinowicz
|
a7fdfbaf40
Passing scr-app-data in to -i to client sends a message during SCR
|
4 years ago |
Juliusz Sosinowicz
|
84f0fc56ef
check ClientWrite return
|
4 years ago |
Daniel Pouzzner
|
10bf7a2086
examples/: fix undersized array lengths in client_usage_msg and server_usage_msg.
|
4 years ago |
John Safranek
|
30443dbf23
Fix Client Usage
|
4 years ago |
Juliusz Sosinowicz
|
04b4ef3e3b
Don't send null byte
|
4 years ago |
Sean Parkinson
|
db864be6a4
TLS 1.3 Early Data: fix
|
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 |
toddouska
|
1724347f7a
Merge pull request #3091 from julek-wolfssl/sess-serialization
|
4 years ago |
Kaleb Himes
|
d96f86fcd9
Merge branch 'master' into GH2998_REWORK_FOLLOWUP
|
4 years ago |
John Safranek
|
397d1ab19c
DTLS Test Speed Fix Redux
|
4 years ago |
toddouska
|
e84defb268
Merge pull request #3044 from dgarske/sniffer_tls13
|
4 years ago |
David Garske
|
38cef2b3c9
Merge pull request #3151 from ejohnstown/dtls-size
|
4 years ago |
John Safranek
|
fd1a1bd0f7
Add some missing frees to the example client when using in the return-not-exit mode for tests.
|
4 years ago |
John Safranek
|
839044d9e1
1. Remove dead assignment from client test.
|
4 years ago |