-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Hi everybody,
I'm trying to interface with a embedded hardware which seems to only use TLS 1.0(looking at the traffic with WireShark) for it's encrypted traffic.
The hardware presents 24 suites of ciphers according to WireShark.
I've used the sample TlsSocketTest with #Const ImplExotictCiphers = True.
Running debug on mdTlsThunks shows the following error:
Invalid protocol version (&H301).
VB6 on Windows XP x86 SP3.
Compiling the TlsSocketTest instead with native module and running binary on Windows 10 works.
What am I doing wrong?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels