tlshandshake - tool for testing and benchmarking TLS handshake
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
464 B

  1. module github.com/henrydcase/tlshandshake
  2. require (
  3. github.com/cloudflare/sidh v0.0.0-20190228162259-d2f0f90e08aa // indirect
  4. github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b
  5. github.com/henrydcase/nobs v0.0.0-20190523173228-9b3c0190b0be // indirect
  6. github.com/henrydcase/th5 v0.0.0-20190523174653-71ad89487de5
  7. golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect
  8. golang.org/x/sys v0.0.0-20190523142557-0e01d883c5c5 // indirect
  9. )