Skip to content

Commit

Permalink
Merge pull request #85 from open-quantum-safe/mb-preprel
Browse files Browse the repository at this point in the history
2022-08 release
  • Loading branch information
baentsch authored Aug 25, 2022
2 parents aa33992 + d19c64c commit 340ae13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
23 changes: 9 additions & 14 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OQS-BoringSSL snapshot 2022-01
OQS-BoringSSL snapshot 2022-08
==============================

About
Expand All @@ -13,15 +13,15 @@ The **Open Quantum Safe (OQS) project** has the goal of developing and prototypi
Release notes
=============

This is the 2022-01 snapshot release of OQS-BoringSSL, released on January 6, 2022. This release is intended to be used with liboqs version 0.7.1.
This is the 2022-08 snapshot release of OQS-BoringSSL, released on August 24, 2022. This release is intended to be used with liboqs version 0.7.2.

What's New
----------

This is the fifth snapshot release of OQS-BoringSSL. It is based on BoringSSL commit [519c2986c73c23461b130ad19b93fd7d081353d5](https://github.com/google/boringssl/commit/519c2986c73c23461b130ad19b93fd7d081353d5).
This is the sixth snapshot release of OQS-BoringSSL. It is based on BoringSSL commit [6191cc95a1ef9a7b0a3f79ac23cbbbba85698c0f](https://github.com/google/boringssl/commit/6191cc95a1ef9a7b0a3f79ac23cbbbba85698c0f).

- Update to BoringSSL commit 519c2986c73c23461b130ad19b93fd7d081353d5.
- Add NTRU and NTRU Prime Level 5 KEMs.
- Upstream update
- Removal of Rainbow level 1 and SIKE/SIDH

Previous release notes
----------------------
Expand All @@ -36,13 +36,8 @@ Previous release notes
Detailed changelog
------------------

* Update README.md by @baentsch in https://github.com/open-quantum-safe/boringssl/pull/69
* Upgrade to upstream 519c2986c73c23461b130ad19b93fd7d081353d5 (Chromium 92 0 4515 107) by @baentsch in https://github.com/open-quantum-safe/boringssl/pull/68
* further README update [skip ci] by @baentsch in https://github.com/open-quantum-safe/boringssl/pull/70
* Search for liboqs in appropriate location on Windows by @dstebila in https://github.com/open-quantum-safe/boringssl/pull/76
* added s/ntrup1277 by @baentsch in https://github.com/open-quantum-safe/boringssl/pull/75
* s/ntrup761 hybrid code point bump by @baentsch in https://github.com/open-quantum-safe/boringssl/pull/78
* adding ntru_hps40961229 by @baentsch in https://github.com/open-quantum-safe/boringssl/pull/79
* Update BoringSSL by @xvzcf in https://github.com/open-quantum-safe/boringssl/pull/80
* remove rainbowI by @baentsch in https://github.com/open-quantum-safe/boringssl/pull/83
* remove SIKE/SIDH by @baentsch in https://github.com/open-quantum-safe/boringssl/pull/84


**Full Changelog**: https://github.com/open-quantum-safe/boringssl/compare/OQS-BoringSSL-snapshot-2021-08...OQS-BoringSSL-snapshot-2022-01
**Full Changelog**: https://github.com/open-quantum-safe/boringssl/compare/OQS-BoringSSL-snapshot-2022-01...OQS-BoringSSL-snapshot-2022-08
2 changes: 1 addition & 1 deletion include/openssl/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ OPENSSL_EXPORT size_t FIPS_read_counter(enum fips_counter_t counter);
// OPENSSL_VERSION_TEXT contains a string the identifies the version of
// “OpenSSL”. node.js requires a version number in this text.

#define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1 (compatible; BoringSSL; OQS 2022-01)"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1 (compatible; BoringSSL; OQS 2022-08)"

#define OPENSSL_VERSION 0
#define OPENSSL_CFLAGS 1
Expand Down

0 comments on commit 340ae13

Please sign in to comment.