Skip to content

Commit

Permalink
docs: small README correction
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This commit itself does not break anything, but is
added to force a release flow for previous commits
  • Loading branch information
b-zee authored and bochaco committed Dec 12, 2022
1 parent 1d4b165 commit 692afb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ These are highly recommended to be able to better understand this library, in pa
QUIC provides connection security via the use of TLS 1.3.
Currently, self-signed certificates are used to encrypt connections, but this provides *no* authentication.

In future, we would like to support authentication via certificate authorities and pre-agreed certificates.
In the future, we would like to support authentication via certificate authorities and pre-agreed certificates.
This should satisfy the requirements of many P2P networks, whether they trust any clearnet certificate authority (which may be a centralised attack source) or whether they pass the identity management up to a different layer to validate identities and simply use qp2p as a secured network in terms of encrypted connections.

### Connection pooling
Expand Down

0 comments on commit 692afb0

Please sign in to comment.