From eb258ff01ca95c5a7341e67625da72699cea5156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iy=C3=A1n=20M=C3=A9ndez=20Veiga?= Date: Fri, 26 Apr 2024 11:15:09 +0200 Subject: [PATCH] Add mention to PKCS#12 in README#Status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Iyán Méndez Veiga --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 797477a8..9f58f618 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ Currently this provider fully enables quantum-safe cryptography for KEM key establishment in TLS1.3 including management of such keys via the OpenSSL (3.0) provider interface and hybrid KEM schemes. Also, QSC signatures including CMS and CMP functionality are available via the OpenSSL -EVP interface. Key persistence is provided via the encode/decode -mechanism and X.509 data structures. Starting with OpenSSL 3.2 support for +EVP interface. Key persistence is provided via the encode/decode mechanism, +X.509 data structures, and PKCS#12 for bundling a private key with its +corresponding X.509 certificate. Starting with OpenSSL 3.2 support for TLS1.3 signature functionality is available and final glitches for CMS have been resolved. @@ -185,6 +186,7 @@ Contributors to the `oqsprovider` include: - Will Childs-Klein - Thomas Bailleux - Felipe Ventura +- Iyán Méndez Veiga History -------