Skip to content

this project show how to create a simple tcp psk-tls(tls1.2) server based on openssl

Notifications You must be signed in to change notification settings

vmoyu/simple-rust-psktls-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-rust-psktls-server

this project shows how to create a simple tcp psk-tls(tls1.2) server based on openssl

system info

  • Tested in Windows11 WSL2 Ubuntu-18.04
  • Openssl 1.1.1 and libssl-dev is required
  • Use openssl s_client -connect localhost:8443 -tls1_2 -psk 123456 -cipher PSK-AES128-CBC-SHA256 -psk_identity client to communicate with this psktls-server

About

this project show how to create a simple tcp psk-tls(tls1.2) server based on openssl

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages