SSL socket snippet, server checks client's certificates

This commit is contained in:
2023-06-15 18:09:40 +03:00
parent 5260ddb3bb
commit 80f078c5a9
25 changed files with 942 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
client.c
client.h
cmdlnopts.c
cmdlnopts.h
daemon.c
daemon.h
main.c
server.c
server.h
sslsock.c
sslsock.h