Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 3baf20a

Browse files
committed
OQS-OpenSSL 2020-08 snapshot release
1 parent a924d21 commit 3baf20a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

RELEASE.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OQS-OpenSSL_1\_1\_1-stable snapshot 2020-07
1+
OQS-OpenSSL_1\_1\_1-stable snapshot 2020-08
22
===========================================
33

44
About
@@ -13,16 +13,16 @@ The **Open Quantum Safe (OQS) project** has the goal of developing and prototypi
1313
Release notes
1414
=============
1515

16-
This is the 2020-07 snapshot release of OQS-OpenSSL, which was released on July 10, 2020. Its release page on GitHub is https://github.com/open-quantum-safe/openssl/releases/tag/OQS-OpenSSL_1_1_1-stable-snapshot-2020-07. This release is intended to be used with liboqs version 0.3.0.
16+
This is the 2020-08 snapshot release of OQS-OpenSSL, which was released on August 11, 2020. Its release page on GitHub is https://github.com/open-quantum-safe/openssl/releases/tag/OQS-OpenSSL_1_1_1-stable-snapshot-2020-08. This release is intended to be used with liboqs version 0.4.0.
1717

1818
What's New
1919
----------
2020

2121
This is the fourth snapshot release of OQS-OpenSSL_1\_1\_1-stable. It is based on OpenSSL 1.1.1g.
2222

23-
- Uses the updated NIST Round 2 submissions added to liboqs 0.3.0, as described in the [liboqs release notes](https://github.com/open-quantum-safe/liboqs/blob/master/RELEASE.md).
24-
- Adds support for post-quantum signatures in S/MIME and CMS features of OQS-OpenSSL.
25-
- Adds post-quantum algorithms to OpenSSL's `speed` command.
26-
- Implements hybrid key exchange in TLS 1.3 in accordance with [draft-ietf-tls-hybrid-design-00](https://tools.ietf.org/html/draft-ietf-tls-hybrid-design-00).
27-
- More reliable building and use of shared libraries.
28-
- Improves testing of post-quantum functionality, including interoperability with [OQS-BoringSSL](https://github.com/open-quantum-safe/boringssl).
23+
- Uses the updated NIST Round 2 submissions added to liboqs 0.4.0, as described in the [liboqs release notes](https://github.com/open-quantum-safe/liboqs/blob/master/RELEASE.md).
24+
25+
Deprecations
26+
------------
27+
28+
As a result of NIST's announcement of Round 3 of the Post-Quantum Cryptography Standardization Project, this is the last release of OQS-OpenSSL that contain algorithms from Round 2 that are not Round 3 finalists or alternate candidates. Those algorithms will be removed in the next release. The algorithms in question are: NewHope, ThreeBears, MQDSS, and qTesla. These algorithms are considered deprecated within OQS-OpenSSL will receive no updates after this release.

include/openssl/opensslv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extern "C" {
4040
* major minor fix final patch/beta)
4141
*/
4242
# define OPENSSL_VERSION_NUMBER 0x1010107fL
43-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1g 21 Apr 2020, Open Quantum Safe 2020-07 snapshot"
43+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1g 21 Apr 2020, Open Quantum Safe 2020-08 snapshot"
4444

4545
/*-
4646
* The macros below are to be used for shared library (.so, .dll, ...)

0 commit comments

Comments
 (0)