From 75775014237fb8e75e8c36a052e3a3cd2fa72da1 Mon Sep 17 00:00:00 2001 From: Laurence Lundblade Date: Tue, 15 Aug 2023 10:52:28 -0700 Subject: [PATCH] Pointer to t_cose 2.0 alpha --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ba5c473e..853c1ab1 100644 --- a/README.md +++ b/README.md @@ -45,17 +45,16 @@ fully supported. t_cose 1.0 only supports COSE Sign1, signing with one recipeint. -## Future Work +## t_cose 2.0 -As of March 2022, work is underway to support encryption, MAC and -other COSE features. When a good set of these are complete to -commercial quality, a 2.0 version of t_cose will be released. - -Note that there is no committed time line to complete t_cose -2.0. t_cose is mostly implemented on a volunteer basis. You can -volunteer! Work like adding support for more algorithms is not too -difficult and is nicely framed up. +As of August 2022, there are alpha releases of t_cose 2.0. It supports: +* COSE_Sign +* Multiple signatures +* COSE_MAC0 +* COSE_Encrypt and COSE_Encrypt0 +* Encryption with ECDH per RFC 9053 +See the dev branch and the releases. ## Building and Dependencies