| Crates.io | ytls-server |
| lib.rs | ytls-server |
| version | 0.0.8 |
| created_at | 2026-01-08 04:06:21.564724+00 |
| updated_at | 2026-01-25 06:02:00.225118+00 |
| description | yolox sans-io TLS server context |
| homepage | https://github.com/yolotls/yolotls |
| repository | https://github.com/yolotls/yolotls |
| max_upload_size | |
| id | 2029511 |
| size | 80,067 |
The server implements all the TLS Processor traits and provides a stateful context from the server end PoV.
Note: The below assumes hostname is test.rustcryp.to on IPv4 address 192.168.64.3.
Generate the example secp256v1 certificates
$ cd ../test_certs
$ make prime256v1
Start the server listener
$ cargo run --example listener
And then PING with the openssl client:
$ openssl s_client -CAfile test_certs/ca.prime256v1.crt -debug -msg -tls1_3 -security_debug_verbose -state 192.168.64.3:9999
Once the openssl client is connected, you can type PING