OQS-OpenSSH snapshot 2023-06
OQS-OpenSSH snapshot 2023-06
About
The Open Quantum Safe (OQS) project has the goal of developing and prototyping quantum-resistant cryptography. More information on OQS can be found on our website: https://openquantumsafe.org/ and on Github at https://github.com/open-quantum-safe/.
liboqs is an open source C library for quantum-resistant cryptographic algorithms.
OQS-OpenSSH is an integration of liboqs into (a fork of) OpenSSH. The goal of this integration is to provide easy prototyping of quantum-resistant cryptography. The integration should not be considered "production quality".
Release notes
This is the 2023-06 snapshot release of OQS-OpenSSH, released on June 26, 2023. This release is intended to be used with liboqs version 0.8.0.
What's New
This is the eighth snapshot release of the OQS fork of OpenSSH. It is based on OpenSSH 8.9 portable 1.
- Update algorithm list in line with
liboqs
v0.8.0 - Update algorithm naming as per #136
What's Changed
- removing Picnic,NTRUprime,Rainbow,Saber by @baentsch in #129
- Removed NTRU. by @xvzcf in #130
- toggle alg enablement in line with NIST decisions by @baentsch in #132
- Remove mentions of Rainbow in comments by @christianpaquin in #133
- Deprecate broken appveyor tests by @christianpaquin in #140
- Update method names in kex.h by @csosto-pk in #138
- Fixing encoding issue 136 by @csosto-pk in #137
- Updating draft link by @csosto-pk in #142
- Syncing with new liboqs algorithm list. by @xvzcf in #143
New Contributors
- @csosto-pk made their first contribution in #138
Full Changelog: OQS-OpenSSH-snapshot-2022-08...OQS-OpenSSH-snapshot-2023-06