Skip to content

Instantly share code, notes, and snippets.

@shigeki
Created August 8, 2016 16:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigeki/8f116a8689a60b3cbbf9ed8618fae8ba to your computer and use it in GitHub Desktop.
Save shigeki/8f116a8689a60b3cbbf9ed8618fae8ba to your computer and use it in GitHub Desktop.
seccamp2016 TLS徹底演習 TLS Bot サンプルコード
const SecCamp2016 = require('seccamp2016-tls-exercise');
SecCamp2016.TLSBot(false); // client は false
const SecCamp2016 = require('seccamp2016-tls-exercise');
SecCamp2016.TLSBot(server); // server は true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment