jordan
|
f222adf4c2
Fix issues from infer diff report.
|
10 months ago |
Dimitri Papadopoulos
|
d532833af9
Fix residual typos found by codespell
|
1 year ago |
Jacob Barthelmeh
|
9dcc48c8f7
update copyright to 2023
|
1 year ago |
Daniel Pouzzner
|
dfa603e502
fixes for warnings and defects around QUIC and ALPN -- fixes for clang-diagnostic-gnu-zero-variadic-macro-arguments, clang-analyzer-deadcode.DeadStores, clang-analyzer-core.UndefinedBinaryOperatorResult, clang-analyzer-security.insecureAPI.strcpy, and an overrun prevention assert in wolfSSL_ALPN_GetPeerProtocol().
|
2 years ago |
Stefan Eissing
|
057fdd30d3
Properly check the defined() combinations that make ALPN and SNI available for testing.
|
2 years ago |
Stefan Eissing
|
f1cf96846a
Changing ALPN selection to a deterministic point in the handshake.
|
2 years ago |
Daniel Pouzzner
|
eef67478e9
tests/quic.c: gate QuicConversation_fail() definition to avoid -Wunused-function.
|
2 years ago |
Stefan Eissing
|
c6c4134542
wolfSSL_set1_curves_list(), wolfSSL_CTX_set1_curves_list() improvements.
|
2 years ago |
Sean Parkinson
|
26c61f8e0f
Merge pull request #5473 from icing/quic-hello-retry
|
2 years ago |
Stefan Eissing
|
a7c0c4649e
Fixing Handshake Hash update when Preshared Keys offered by client,
|
2 years ago |
Stefan Eissing
|
7a5170b6e1
Improved EarlyData Indicator reply fix based on PR #5486
|
2 years ago |
Stefan Eissing
|
a66516d3a5
Extending quic resumption tests.
|
2 years ago |
Stefan Eissing
|
6316e26bdc
Adding the forgotten wolfSSL_CTX_free() at the end of the new test_quic_key_share case.
|
2 years ago |
Stefan Eissing
|
d6548b6b88
Small refactoring of named group handling for readability and de-duplicating of code.
|
2 years ago |
David Garske
|
90c65bd50b
Merge pull request #5458 from icing/quic-earlydata
|
2 years ago |
Daniel Pouzzner
|
017c4e7a41
fix gating and unused-variable warnings in src/quic.c wolfSSL_quic_aead_is_{gcm,ccm,chacha20}();
|
2 years ago |
Stefan Eissing
|
53fd4b37f2
QUIC fixes for handling of early data
|
2 years ago |
Daniel Pouzzner
|
8197f958a9
address peer review on PR #5449.
|
2 years ago |
Daniel Pouzzner
|
f771181e1a
fixes for issues introduced in #5384:
|
2 years ago |
Stefan Eissing
|
4431438fb2
add QUIC support.
|
2 years ago |