Skip to content

vhqr0/iotools-tls13.hy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iotools-tls13.hy

Pure Python implementation of client side TLS1.3 protocol for iotools.

Unsupported features:

  • Renegotiation: HRR (Hello Retry Request), it’s stupid.
  • Complex server verfication: just verify server certificate chian and signature, ignore more complex mechanism such as status request.
  • Client verification: CR (Certificate Request) and PHA (Post Handshake Auth), do it on application layer.
  • Limited PSK mechanism: currently only support one PSK with PSK-DHE-KE mode, and when use PSK, assert only one cipher suite was specified.

About

Pure Python implementation of TLS1.3 for iotools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages