Juliusz Sosinowicz
|
627310d26a
Additional TLS checks
|
11 months ago |
Sean Parkinson
|
6c8bf7be55
Merge pull request #6963 from julek-wolfssl/dynamic-certs-n-ciphers
|
11 months ago |
David Garske
|
db14914951
Fixes for building wolfSSL in Visual Studio. Adds missing files. Fix for type cast warnings.
|
11 months ago |
Jacob Barthelmeh
|
ef536f541f
fix setting ssh error with TLS 1.3 connect socket errors
|
1 year ago |
Juliusz Sosinowicz
|
fbd8996949
Add API to choose dynamic certs based on client ciphers/sigalgs
|
1 year ago |
Sean Parkinson
|
09d2ba8bc8
Memory usage fixes: nonce type and TLSX extension free
|
11 months ago |
David Garske
|
09b6974ae9
Fix for TLS v1.3 in non-blocking loosing return code from `SendBuffered`. Example: SendBuffered returns WANT_WRITE (-327) and sets ssl->error, then below it was doing `ssl->error = ret` where ret = 0.
|
11 months ago |
JacobBarthelmeh
|
c5e2f414ea
Merge pull request #6929 from julek-wolfssl/dtls13-early-data-server-side
|
1 year ago |
Juliusz Sosinowicz
|
aed715cb2c
dtls 1.3: allow to skip cookie exchange on resumption
|
1 year ago |
Andras Fekete
|
42c241dbbf
Avoid use of uninitialized array
|
1 year ago |
Sean Parkinson
|
ce1e44d5e8
TLS 1.3: compiling with WOLFSSL_PSK_ONE_ID fix
|
1 year ago |
Juliusz Sosinowicz
|
ada785e115
Address code review
|
1 year ago |
Juliusz Sosinowicz
|
8da863184c
Force DTLS 1.3 when accepting fragmented CH
|
1 year ago |
Juliusz Sosinowicz
|
df8ee69075
Clear the keyshare instead of storing it
|
1 year ago |
Juliusz Sosinowicz
|
85a596e54a
DTLS 1.3: allow fragmenting the second ClientHello message
|
1 year ago |
Marco Oliverio
|
c70b3f297e
fix: tls13: don't use stale suites pointers in CheckPreSharedKeys
|
1 year ago |
John Bland
|
f71423d626
set ssl->hsHashesEch to NULL regardless of acceptance
|
1 year ago |
Andras Fekete
|
2af5ae89a2
Rename enum to protect the innocent
|
1 year ago |
Andras Fekete
|
3d332a4fad
Remove accidental code change
|
1 year ago |
Andras Fekete
|
2f63eb070e
Fix memory leak if the function is being called again because of a retry
|
1 year ago |
JacobBarthelmeh
|
14deb7afda
Merge pull request #6700 from julek-wolfssl/dtls13-downgrade-acks
|
1 year ago |
JacobBarthelmeh
|
c9e9e0fc72
Merge pull request #6704 from icing/session-copy-on-write
|
1 year ago |
Brett Nicholas
|
15918d8ee6
First pass at TLS1.3 keylog file working
|
1 year ago |
Juliusz Sosinowicz
|
8ce71cc19c
Call HaveUniqueSessionObj when we need to have a unique session object
|
1 year ago |
Juliusz Sosinowicz
|
3cc473b1ec
Check that HVR and HRR don't appear in the same connection
|
1 year ago |
JacobBarthelmeh
|
3033371abc
Merge pull request #6717 from bigbrett/sniffer-keylogfile
|
1 year ago |
Brett Nicholas
|
66c53b0996
Decoupled keylogfile registration and sniffer server creation APIs
|
1 year ago |
Brett Nicholas
|
2ee6a01d91
Initial sniffer keylog file support for TLS 1.2
|
1 year ago |
Juliusz Sosinowicz
|
8a9a363621
DTLS 1.3: move state machine forward when HVR received
|
1 year ago |
David Garske
|
c0b4cde6df
Merge pull request #6632 from jpbland1/ocsp-want-read-error
|
1 year ago |