forked from openssh/openssh-portable
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release documentation for OQS-OpenSSH snapshot 2024-08 (#171)
- Loading branch information
Showing
3 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
OQS-OpenSSH snapshot 2023-10 | ||
OQS-OpenSSH snapshot 2024-08 | ||
============================ | ||
|
||
About | ||
|
@@ -13,20 +13,29 @@ The **Open Quantum Safe (OQS) project** has the goal of developing and prototypi | |
Release notes | ||
============= | ||
|
||
This is the 2023-10 snapshot release of OQS-OpenSSH, released on October 21, 2023. This release is intended to be used with liboqs version 0.9.0. | ||
This is the 2024-08 snapshot release of OQS-OpenSSH, released on August 30, 2024. This release is intended to be used with liboqs version 0.10.1. | ||
|
||
What's New | ||
---------- | ||
|
||
This is the seventh snapshot release of the OQS fork of OpenSSH. It is based on OpenSSH 8.9 portable 1. | ||
This is the eighth snapshot release of the OQS fork of OpenSSH. It is based on OpenSSH 9.7 portable 1. | ||
|
||
- Update algorithm list in line with `liboqs` v0.9.0. | ||
- Updated fork to track upstream OpenSSH 9.7. | ||
- Update algorithm list in line with `liboqs` v0.10.1. | ||
+ Introduces generic support for ML-KEM-IPD, ML-DSA-IPD, SNTRUP, BIKEr4, MAYO, and Falcon (Padded). | ||
+ Support for ML-KEM and ML-DSA is provided using a `liboqs` alias which will update from the IPD versions to the final FIPS-203 and FIPS-204 standards when they are available in the underlying `liboqs`. | ||
- Added support for x25519 hybrid key exchange algorithms. | ||
+ Working interop support for `[email protected]` key exchange. | ||
+ Working interop support for `[email protected]` key exchange. | ||
- Support for all ML-KEM based hybrid key exchanges in https://datatracker.ietf.org/doc/draft-kampanakis-curdle-ssh-pq-ke/ | ||
+ `mlkem768nistp256-sha256`, `mlkem1024nistp384-sha384`, `mlkem768x25519-sha256` | ||
+ For the `0.10.1` release of `liboqs`, these will be backed by the IPD versions of the algorithm. | ||
- Migrated from CircleCI to Github Actions. | ||
|
||
--- | ||
|
||
Detailed changelog | ||
------------------ | ||
|
||
* Update IDs to reflect updated McEliece in liboqs v0.9.0 in https://github.com/open-quantum-safe/openssh/pull/148 | ||
|
||
**Full Changelog**: https://github.com/open-quantum-safe/openssh/compare/OQS-OpenSSH-snapshot-2023-06...OQS-OpenSSH-snapshot-2023-10 | ||
**Full Changelog**: https://github.com/open-quantum-safe/openssh/compare/OQS-v8...b89166ed6ff4eb9af7cbc5dc5c82049ebda388df | ||
**Full Changelog (Omitting upstream merge): https://github.com/open-quantum-safe/openssh/compare/ac7c26b9e042fae7816eecaba9904e63bb706d12...b89166ed6ff4eb9af7cbc5dc5c82049ebda388df |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* $OpenBSD: version.h,v 1.101 2024/03/11 04:59:47 djm Exp $ */ | ||
|
||
#define SSH_VERSION "OpenSSH_9.7-2022-01_" | ||
#define SSH_VERSION "OpenSSH_9.7-2024-08_" | ||
|
||
#define SSH_PORTABLE "p1" | ||
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE ", Open Quantum Safe 2022-08" | ||
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE ", Open Quantum Safe 2024-08" |