From 425b5272901d60a4e3d18d4f17d5d7291c331272 Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Fri, 23 Feb 2024 17:30:05 +0000 Subject: [PATCH] ROADMAP.md: prepare for 0.23 release --- ROADMAP.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 88a387bf..a35fae0d 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -4,18 +4,6 @@ In rough order of priority: -* **FIPS Certification for Default Cryptographic Library**. - Change the default cryptographic library to something with FIPS certification. - rustls/rustls#1540 - -* **Add No-Allocation / Write-Through API**. - Would make handshakes faster and give the caller more control over allocations. - RFC: rustls/rustls#1420 - -* **Support no_std**. - Enables use of rustls in more memory-constrained environments. - RFC: rustls/rustls#1399 - * **OpenSSL API Compatibility Layer**. Add an OpenSSL C API compatibility layer for adoption purposes. @@ -48,6 +36,20 @@ In rough order of priority: ## Past priorities +Delivered in 0.23: + +* **FIPS Certification for Default Cryptographic Library**. + Change the default cryptographic library to something with FIPS certification. + rustls/rustls#1540 + +* **Add No-Allocation / Write-Through API**. + Would make handshakes faster and give the caller more control over allocations. + RFC: rustls/rustls#1420 + +* **Support no_std**. + Enables use of rustls in more memory-constrained environments. + RFC: rustls/rustls#1399 + Delivered in [rustls-platform-verifier](https://github.com/rustls/rustls-platform-verifier) 0.1.0: * **Improve OS Trust Verifier Support**.