Update docs for new features

This commit is contained in:
Joseph Birr-Pixton 2017-07-16 17:25:39 +01:00
parent 3dcdfef352
commit 751d434dd1
2 changed files with 8 additions and 3 deletions

View File

@ -76,13 +76,15 @@ obsolete cryptography.
* Client authentication by clients.
* Client authentication by servers.
* Extended master secret support (RFC7627).
* OCSP stapling by servers.
* SCT stapling by servers.
* SCT verification by clients.
## Possible future features
* ECDSA server authentication by servers.
* PSK support.
* OCSP stapling.
* SCT stapling.
* OCSP verification by clients.
* Certificate pinning.
## Non-features

View File

@ -20,12 +20,15 @@
//! * Client authentication by clients.
//! * Client authentication by servers.
//! * Extended master secret support (RFC7627).
//! * OCSP stapling by servers.
//! * SCT stapling by servers.
//! * SCT verification by clients.
//!
//! ## Possible future features
//!
//! * ECDSA server authentication by servers.
//! * PSK support.
//! * OCSP stapling.
//! * OCSP verification by clients.
//! * Certificate pinning.
//!
//! ## Non-features