From 35cb2b7f706f7d67bb280c328b2f7c76b800bcdb Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Thu, 6 Jan 2022 13:04:14 -0500 Subject: [PATCH] OQS-OpenSSL_1_1_1 2022-01 snapshot release --- RELEASE.md | 8 ++++---- include/openssl/opensslv.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index d4c9e4dd1f361..be76565736ddd 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,5 @@ -OQS-OpenSSL_1\_1\_1-stable snapshot 2021-12-rc1 -=============================================== +OQS-OpenSSL_1\_1\_1-stable snapshot 2022-01 +=========================================== About ----- @@ -13,7 +13,7 @@ The **Open Quantum Safe (OQS) project** has the goal of developing and prototypi Release notes ============= -This is release candidate 1 for the 2021-12 snapshot release of OQS-OpenSSL. The release candidate was released on December 16, 2021. This release is intended to be used with liboqs version 0.7.1. +This is the 2022-01 snapshot release of OQS-OpenSSL. The release candidate was released on January 6, 2022. This release is intended to be used with liboqs version 0.7.1. What's New ---------- @@ -46,4 +46,4 @@ Detailed changelog * simplify documentation [skip ci] by @baentsch in https://github.com/open-quantum-safe/openssl/pull/345 * Merging OpenSSL 1.1.1m by @baentsch in https://github.com/open-quantum-safe/openssl/pull/346 -**Full Changelog**: https://github.com/open-quantum-safe/openssl/compare/OQS-OpenSSL_1_1_1-stable-snapshot-2021-08...OQS-OpenSSL_1_1_1-stable-snapshot-2021-12-rc1 +**Full Changelog**: https://github.com/open-quantum-safe/openssl/compare/OQS-OpenSSL_1_1_1-stable-snapshot-2021-08...OQS-OpenSSL-1_1_1-stable-snapshot-2022-01 diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h index 7b52df410598d..67bb993a06a6e 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -40,7 +40,7 @@ extern "C" { * major minor fix final patch/beta) */ # define OPENSSL_VERSION_NUMBER 0x101010dfL -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1m 14 Dec 2021, Open Quantum Safe 2021-12 snapshot rc1" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1m 14 Dec 2021, Open Quantum Safe 2022-01 snapshot" /*- * The macros below are to be used for shared library (.so, .dll, ...)