wolfssl-py/examples
Juliusz Sosinowicz 89f038ab7c Use getaddrinfo to detect IP literals in client example
socket.inet_pton() is missing on some supported platforms (Python 2.7
on Windows). getaddrinfo() with AI_NUMERICHOST parses without
resolving and is available everywhere. It also handles scoped IPv6
literals.
2026-07-13 17:53:14 +00:00
..
client.py Use getaddrinfo to detect IP literals in client example 2026-07-13 17:53:14 +00:00
server.py Fix DTLS server example consuming the ClientHello before handshake (F-3481) 2026-06-23 11:22:06 +00:00