Skip to content

OQS-libssh-snapshot-2022-08

Latest
Compare
Choose a tag to compare
@kevinmkane kevinmkane released this 30 Aug 16:45
· 23 commits to OQS-master since this release
OQS-libssh-snapshot-2022-08
8229423

OQS-libssh snapshot 2022-08

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-libssh is an integration of quantum-resistant algorithm from liboqs into (a fork of) libssh. 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 2022-08 snapshot release of OQS-libssh, released on August 29, 2022. This release is intended to be used with liboqs version 0.7.2 and interoperates with OQS-OpenSSH v8.9p1 (as of commit f41bbe652c522db1bec388f82db369e4e5f0f405).

What's New

This is the second snapshot release of the OQS fork of libssh. It is based on the libssh 0.10 development branch master as of commit 76b7e0e.

  • Update key and message formats to interoperate with the OQS-OpenSSH branch based on OpenSSH v8.x.
  • Remove Rainbow level 1 and SIKE/SIDH.
  • Add regular continuous integration against the latest versions of liboqs and OQS-OpenSSH.