From 3b8027532b75a37b94243a08a4b8dec6daaf015e Mon Sep 17 00:00:00 2001 From: Mohamed Omar Asaker Date: Mon, 31 Oct 2022 16:05:03 +0000 Subject: [PATCH] Update future items in Roadmap after release 1.1.0 Signed-off-by: Mohamed Omar Asaker --- ROADMAP.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 78a3758..998b135 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -18,15 +18,15 @@ process and cadence for Parsec releases. Full information about previous Parsec releases can be found on the [releases page](https://github.com/parallaxsecond/parsec/releases). +# Future Items (Not Assigned To Releases) +- Auto discovery of Parsec provider +- Parsec OpenSSL backend + # Future Releases ## 1.2 (March 2023) -- This release is currently being scoped. - -## Future Items (Not Assigned To Releases) - -- Under construction! +- Adding missing crypto operations for Trusted Services provider # Previous Releases @@ -38,6 +38,9 @@ ## 1.0 (March 2022) +
+ Release details + - Full [release page](https://github.com/parallaxsecond/parsec/releases/tag/1.0.0). - Supports storage of key metadata using [SQLite](https://www.sqlite.org/index.html). - New [`CanDoCrypto` @@ -54,8 +57,13 @@ from [trustedfirmware.org](https://www.trustedfirmware.org) on platforms where these services are available and functioning. +
+ ## 0.8.1 (September 2021) +
+ Release details + - Full [release page](https://github.com/parallaxsecond/parsec/releases/tag/0.8.1). - Support for [SPIFFE](https://spiffe.io)-based authentication to API operations. (Note: Rust client library only). @@ -64,4 +72,6 @@ - Fixes persistence of keys across reboot in TPM devices. - TPM provider can be enabled/disabled dynamically based on detection of a TPM device. +
+ *Copyright 2022 Contributors to the Parsec project.*