Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update future items in Roadmap after release 1.1.0 #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -38,6 +38,9 @@

## 1.0 (March 2022)

<details>
<summary> Release details </summary>

- 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`
Expand All @@ -54,8 +57,13 @@
from [trustedfirmware.org](https://www.trustedfirmware.org) on platforms where these services are
available and functioning.

</details>

## 0.8.1 (September 2021)

<details>
<summary> Release details </summary>

- 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).
Expand All @@ -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.

</details>

*Copyright 2022 Contributors to the Parsec project.*