Skip to content

Commit

Permalink
small carification on tls
Browse files Browse the repository at this point in the history
  • Loading branch information
flub authored May 29, 2024
1 parent 07d438e commit a57ac92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//! # Encryption
//!
//! The connection is encrypted using TLS, like standard QUIC connections. Unlike standard
//! QUIC there is no client, server or server TLS key. Instead each iroh-net node has a
//! QUIC there is no client, server or server TLS key and certificate chain. Instead each iroh-net node has a
//! unique [`SecretKey`] used to authenticate and encrypt the connection. When an iroh-net
//! node connects, it uses the corresponding [`PublicKey`] to ensure the connection is only
//! established with the intended peer.
Expand Down

0 comments on commit a57ac92

Please sign in to comment.