tree: 27ac2fc45d8384d4f7373492cb738863aa574078 [path history] [tgz]
  1. CMakeLists.txt
  2. Readme.md
  3. TA_cs.c
  4. TA_p2p.c
  5. tls_client.c
  6. tls_server.c
programs/milagro/Readme.md

TA_cs and TA_p2p simulate the trusted authorities, the will generate the client and server's secrets.

tls_client.c and tls_server.c have as default the ciphersuite TLS-MILAGRO-CS-WITH-AES-128-GCM-SHA256. to force the Milagro_p2p ciphersuite the command is:

$ tls_server.c = force_ciphersuite=TLS-MILAGRO-P2P-WITH-AES-128-GCM-SHA256 $ tls_client.c = force_ciphersuite=TLS-MILAGRO-P2P-WITH-AES-128-GCM-SHA256