Commit Graph

14 Commits

Author SHA1 Message Date
Günter Obiltschnig
663232b8b8 chore(NetSSL_Win): rewrite handshake logic to support non-blocking sockets 2024-11-28 08:19:46 +01:00
Günter Obiltschnig
28a08434c6 chore(NetSSL_Win): use state machine also for blocking connections; fix non-blocking renegotiation 2024-11-28 08:19:45 +01:00
Günter Obiltschnig
f1bb63a1f2 chore(NetSSL_Win): refactored state machine (wip) 2024-11-28 08:19:45 +01:00
Günter Obiltschnig
5402032249 fix(NetSSL_Win): shutdown behavior 2024-11-28 08:19:45 +01:00
Günter Obiltschnig
1811f2f35c fix(NetSSL): shutdown behavior 2024-11-28 08:19:45 +01:00
Günter Obiltschnig
7780f379ea fix(NetSSL_Win): Non-blocking sockets support #4773 2024-11-16 16:50:52 +01:00
Günter Obiltschnig
7917abf727 #2418: SecureServerSocket doesn't work with IpV6 2021-06-15 10:23:22 +02:00
Guenter Obiltschnig
d172273a75 remove remaining $Id$ tags from file headers 2017-10-31 16:01:51 +01:00
Günter Obiltschnig
f65d98f9c1 fixed cert chain verification and samples 2014-10-09 23:56:00 +02:00
Günter Obiltschnig
80952e11d1 optimizations, certificate verification, code cleanup 2014-10-09 20:54:07 +02:00
Günter Obiltschnig
1d7d57a321 NetSSL_Win: various bugfixes and improvements 2014-10-08 21:35:50 +02:00
Günter Obiltschnig
8bf66bb3f9 Added support for loading certificates and private key pairs from PKCS #12 files, as well as loading certificates (without private key) from PEM or DER files. Some code restructuring and cleanup. 2014-10-07 23:16:58 +02:00
Günter Obiltschnig
0a115be8ac fixed a crash on WinCE; code cleanup 2014-09-17 11:17:04 +02:00
Günter Obiltschnig
b7f050db70 added NetSSL_Win library, a port of NetSSL_OpenSSL to Windows Schannel. See doc/README.txt for more info. 2014-09-05 00:17:09 +02:00