cloudflare / keyless

Cloudflare's Keyless SSL Server Reference Implementation
Other
275 stars 80 forks source link

Document kssl_testclient options and add test-short Makefile target #29

Closed jgrahamc closed 10 years ago

jgrahamc commented 10 years ago

The kssl_testclient parameters were previously undocumented and are now documented in a comment at the start of kssl_testclient.c.

Added a test-short Makefile target that is the same as test but only performs a small number of tests by setting the --short parameter on the kssl_testclient. This can be handy for simple connectivity tests.