pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/oqs-provider
Module Name: pkgsrc
Committed By: jschauma
Date: Thu Oct 10 19:34:45 UTC 2024
Modified Files:
pkgsrc/security/oqs-provider: MESSAGE Makefile PLIST distinfo
Log Message:
update to oqs-provider 0.7.0
What's New
Adds support for MAYO from Round 1 of NIST’s Post-Quantum Signature On-Ramp process.
Adds support for CROSS from Round 1 of NIST’s Post-Quantum Signature On-Ramp process.
Updates ML-KEM's code points in line with internet draft draft-kwiatkowski-tls-ecdhe-mlkem-02.
Updates the fullbuild.sh build script to build against liboqs with formally verified Kyber-512 and Kyber-768 from libjade turned on by default; see OQS_LIBJADE_BUILD under CONFIGURE.md for more
information.
Reverses keyshares for X25519MLKEM768 and X448-ML-KEM-768 TLS hybrids in line with draft-kwiatkowski-tls-ecdhe-mlkem-02.
Detailed changelog at https://github.com/open-quantum-safe/oqs-provider/releases/tag/0.7.0
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/oqs-provider/MESSAGE \
pkgsrc/security/oqs-provider/PLIST pkgsrc/security/oqs-provider/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/oqs-provider/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/oqs-provider/MESSAGE
diff -u pkgsrc/security/oqs-provider/MESSAGE:1.1 pkgsrc/security/oqs-provider/MESSAGE:1.2
--- pkgsrc/security/oqs-provider/MESSAGE:1.1 Fri Sep 13 18:07:51 2024
+++ pkgsrc/security/oqs-provider/MESSAGE Thu Oct 10 19:34:45 2024
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2024/09/13 18:07:51 jschauma Exp $
+$NetBSD: MESSAGE,v 1.2 2024/10/10 19:34:45 jschauma Exp $
In order to make the OpenQuantumSafe provider available to your OpenSSL
commands by default, add the following snippet to your openssl.cnf
Index: pkgsrc/security/oqs-provider/PLIST
diff -u pkgsrc/security/oqs-provider/PLIST:1.1 pkgsrc/security/oqs-provider/PLIST:1.2
--- pkgsrc/security/oqs-provider/PLIST:1.1 Fri Sep 13 18:07:51 2024
+++ pkgsrc/security/oqs-provider/PLIST Thu Oct 10 19:34:45 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/09/13 18:07:51 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/10/10 19:34:45 jschauma Exp $
include/oqsprov/oqs_prov.h
lib/ossl-modules/oqsprovider.so
lib/ossl-modules/oqsprovider.so.${VERSION}
Index: pkgsrc/security/oqs-provider/distinfo
diff -u pkgsrc/security/oqs-provider/distinfo:1.1 pkgsrc/security/oqs-provider/distinfo:1.2
--- pkgsrc/security/oqs-provider/distinfo:1.1 Fri Sep 13 18:07:51 2024
+++ pkgsrc/security/oqs-provider/distinfo Thu Oct 10 19:34:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/09/13 18:07:51 jschauma Exp $
+$NetBSD: distinfo,v 1.2 2024/10/10 19:34:45 jschauma Exp $
-BLAKE2s (oqs-provider-0.6.1.tar.gz) = fa55566d99c730d07246d323ad5ae7a589164dc6b5abd573c97e50062cb92beb
-SHA512 (oqs-provider-0.6.1.tar.gz) = 4c431b20fedf6680e04a4f57d3dedad76ca606f51ddbf6e3bd90e516c65b6d20df60142f3fa68a6a0f73d5d2be7f27d82ae6929a3b73b522acfbfaef9420815a
-Size (oqs-provider-0.6.1.tar.gz) = 201436 bytes
+BLAKE2s (oqs-provider-0.7.0.tar.gz) = a60e3418238830b17c75b45353d4b39585b00b83b452ecd34919a92093483884
+SHA512 (oqs-provider-0.7.0.tar.gz) = f85fbaa559e1fda661594441dad0d01fd09ec68a2edede60f3168679133e7c2177db4f2bd06e1587e6fd03ba11ccc0fa5d731c7b3da700229c46160a2722ee75
+Size (oqs-provider-0.7.0.tar.gz) = 207982 bytes
Index: pkgsrc/security/oqs-provider/Makefile
diff -u pkgsrc/security/oqs-provider/Makefile:1.2 pkgsrc/security/oqs-provider/Makefile:1.3
--- pkgsrc/security/oqs-provider/Makefile:1.2 Mon Sep 23 12:30:56 2024
+++ pkgsrc/security/oqs-provider/Makefile Thu Oct 10 19:34:45 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/09/23 12:30:56 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/10/10 19:34:45 jschauma Exp $
-VERSION= 0.6.1
+VERSION= 0.7.0
DISTNAME= oqs-provider-${VERSION}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=open-quantum-safe/}
Home |
Main Index |
Thread Index |
Old Index