Skip to content

Commit a5d636f

Browse files
committed
Prepare OQS-OpenSSH snapshot release 2025-05
Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca>
1 parent b464215 commit a5d636f

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

RELEASE.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OQS-OpenSSH snapshot 2024-08
1+
OQS-OpenSSH snapshot 2025-05
22
============================
33

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

16-
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.
16+
This is the 2025-05 snapshot release of OQS-OpenSSH, released on May 23, 2025. This release is intended to be used with liboqs version 0.13.0.
1717

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

21-
This is the eighth snapshot release of the OQS fork of OpenSSH. It is based on OpenSSH 9.7 portable 1.
21+
This is the ninth snapshot release of the OQS fork of OpenSSH. It is based on OpenSSH 9.7 portable 1.
2222

23-
- Updated fork to track upstream OpenSSH 9.7.
24-
- Update algorithm list in line with `liboqs` v0.10.1.
25-
+ Introduces generic support for ML-KEM-IPD, ML-DSA-IPD, SNTRUP, BIKEr4, MAYO, and Falcon (Padded).
26-
+ 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`.
27-
- Added support for x25519 hybrid key exchange algorithms.
28-
+ Working interop support for `x25519-kyber-512r3-sha256-d00@amazon.com` key exchange.
29-
+ Working interop support for `sntrup761x25519-sha512@openssh.com` key exchange.
30-
- Support for all ML-KEM based hybrid key exchanges in https://datatracker.ietf.org/doc/draft-kampanakis-curdle-ssh-pq-ke/
31-
+ `mlkem768nistp256-sha256`, `mlkem1024nistp384-sha384`, `mlkem768x25519-sha256`
32-
+ For the `0.10.1` release of `liboqs`, these will be backed by the IPD versions of the algorithm.
33-
- Migrated from CircleCI to Github Actions.
23+
- Disable HQC based on [liboqs PR#2122](https://github.com/open-quantum-safe/liboqs/pull/2122)
24+
- Update the SSH algorithm names for ML-KEM
3425

3526
---
3627

3728
Detailed changelog
3829
------------------
3930

40-
**Full Changelog**: https://github.com/open-quantum-safe/openssh/compare/OQS-v8...b89166ed6ff4eb9af7cbc5dc5c82049ebda388df
41-
**Full Changelog (Omitting upstream merge): https://github.com/open-quantum-safe/openssh/compare/ac7c26b9e042fae7816eecaba9904e63bb706d12...b89166ed6ff4eb9af7cbc5dc5c82049ebda388df
31+
* Disable HQC by @SWilson4 in https://github.com/open-quantum-safe/openssh/pull/175
32+
* Updating the ML-KEM for finalized codepoints by @alharrison in https://github.com/open-quantum-safe/openssh/pull/176
33+
34+
## New Contributors
35+
36+
* @SWilson4 made their first contribution in https://github.com/open-quantum-safe/openssh/pull/175
37+
* @alharrison made their first contribution in https://github.com/open-quantum-safe/openssh/pull/176
38+
39+
**Full Changelog**: https://github.com/open-quantum-safe/openssh/compare/OQS-OpenSSH-snapshot-2024-08...OQS-OpenSSH-snapshot-2025-05

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* $OpenBSD: version.h,v 1.101 2024/03/11 04:59:47 djm Exp $ */
22

3-
#define SSH_VERSION "OpenSSH_9.7-2024-08_"
3+
#define SSH_VERSION "OpenSSH_9.7-2025-05_"
44

55
#define SSH_PORTABLE "p1"
6-
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE ", Open Quantum Safe 2024-08"
6+
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE ", Open Quantum Safe 2025-05"

0 commit comments

Comments
 (0)