Package liboqs: Information

  • Default inline alert: Version in the repository: 0.10.0-alt1

Source package: liboqs
Version: 0.7.1-alt3
Latest version according to Repology
Build time:  Jul 4, 2022, 07:50 AM in the task #303130
Category: System/Libraries
Report package bug
License: MIT
Summary: C library for prototyping and experimenting with quantum-resistant cryptography
Description: 
liboqs is part of the Open Quantum Safe (OQS) project led by Douglas
Stebila and Michele Mosca, which aims to develop and integrate into
applications quantum-safe cryptography to facilitate deployment and
testing in real world contexts.

Supported key encapsulation mechanisms (KEMs): BIKE, Classic McEliece,
  FrodoKEM, HQC, Kyber, NTRU, NTRU-Prime, SABER, SIKE.

Supported signature schemes: Dilithium, Falcon, Picnic, Rainbow,
  SPHINCS+.

Warning: WE DO NOT CURRENTLY RECOMMEND RELYING ON THIS LIBRARY IN A
PRODUCTION ENVIRONMENT OR TO PROTECT ANY SENSITIVE DATA. This library is
meant to help with research and prototyping. While we make a best-effort
approach to avoid security bugs, this library has not received the level
of auditing and analysis that would be necessary to rely on it for high
security use. See Limitations and Security in README.md.

List of rpms provided by this srpm:
liboqs (x86_64, ppc64le, i586, armh, aarch64)
liboqs-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
liboqs-devel (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Vitaly Chikunov


ACL:
Vitaly Chikunov
@everybody

    1. libssl-devel
    2. astyle
    3. banner
    4. python3-module-pyaml
    5. python3-module-pytest
    6. python3-module-pytest-xdist
    7. cmake
    8. ninja-build
    9. rpm-macros-cmake
    10. rpm-macros-ninja-build

Last changed


July 3, 2022 Vitaly Chikunov 0.7.1-alt3
- Disable HQC KEM as it does not build on GCC12 and isn't constant time.
- Disable FALCON SIG on armh because it's so slow that tests didn't finish.
March 26, 2022 Vitaly Chikunov 0.7.1-alt2
- Fix beekeeper package rebuild (yamllint test failure).
Dec. 20, 2021 Vitaly Chikunov 0.7.1-alt1
- Updated to 0.7.1 (2021-12-16).
- Build liboqs.so without executable stack.
- Fixed lfs=strict build on 32-bit systems.