dutor / mTLS-example

Example in C for mutual TLS (but still not working)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mTLS-example

Example in C for mutual TLS (TLS with mutual authentication)

Small experimental server and client, with

  • ip socket communication
  • ssl encryption
  • mTLS, authentification with certificates

07.05.2020 is now working, code will be reviewed soon

About

Example in C for mutual TLS (but still not working)


Languages

Language:C++ 98.3%Language:Makefile 1.7%