| Crates.io | rustls-jls |
| lib.rs | rustls-jls |
| version | 0.23.25-1.0.2 |
| created_at | 2025-04-24 14:40:47.669357+00 |
| updated_at | 2025-04-24 14:40:47.669357+00 |
| description | Rustls-jls is forked rustls implementing jls protocol. |
| homepage | https://github.com/rustls/rustls |
| repository | https://github.com/rustls/rustls |
| max_upload_size | |
| id | 1647358 |
| size | 1,641,984 |
This is a fork of Rustls which implements the JLS protocol.
jls_authed variable. Some(true) for a successful authentication and Some(false) for
a failed authentication. None for not handshaking.jls_authed variablesee client.
RUST_LOG=debug cargo run --bin simplejlsclient
see server.
RUST_LOG=debug cargo run --bin jlsserver-mio -- --certs ./test-ca/ecdsa/end.cert --key ./test-ca/ecdsa/end.key --port 4443 echo