From 2a4f20d080d31a8aab10a93ca0850e21c07c3860 Mon Sep 17 00:00:00 2001 From: Marvin Gajek Date: Tue, 12 Nov 2024 16:48:10 +0100 Subject: [PATCH] check boxes and add entries in CHANGELOG.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c33a5df..b2ca834 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ TBD ### Functional - [ ] **Provide RESTful API for cryptographic operations**: Expose endpoints for managing cryptographic material and securing data (files, metadata) at rest. -- [ ] **Asymmetric encryption and decryption**: Support RSA and other asymmetric encryption algorithms for data protection. -- [ ] **Symmetric encryption**: Support for symmetric key encryption (e.g. AES) for data protection. -- [ ] **Hashing and signature verification**: Support hashing algorithms (e.g. SHA-256, SHA-512) and verify signatures using asymmetric keys (RSA, ECDSA, etc.). +- [x] **Asymmetric encryption and decryption**: Support RSA and other asymmetric encryption algorithms for data protection. +- [x] **Symmetric encryption**: Support for symmetric key encryption (e.g. AES) for data protection. +- [x] **Hashing and signature verification**: Support hashing algorithms (e.g. SHA-256, SHA-512) and verify signatures using asymmetric keys (RSA, ECDSA, etc.). - [ ] **PKCS#11 integration**: Enable key management in FIPS-compliant hardware or software. - [ ] **Manage cryptographic material**: Enable management of private/public key pairs and symmetric keys (generation, import/export, rotation, etc.). - [ ] **Key management lifecycle**: Implement key lifecycle management (generation, rotation, revocation, expiration).