From 2c9d1b4d45a831cace516397b227ac58757fffb3 Mon Sep 17 00:00:00 2001 From: William Roberts Date: Mon, 5 Dec 2022 11:04:56 -0600 Subject: [PATCH] CHANGELOG: update for 5.5-rc0 Signed-off-by: William Roberts --- docs/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 547004a33..0dae132ea 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Starting with release 5.4, The format is based on [Keep a Changelog](http://keepachangelog.com/). +## 5.5-rc0 - 2022-12-05 + +### Added + * tpm2_createek: + - SM2 EK Support + + * misc: + - SM2 support to internal OSSL format key routines. Fixes --format + flags for conversions. + ## 5.4 - 2022-12-05 ### Added: