notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
openssl-oqsprovider quantum-resistant cryptography provider for OpenSSL
0.11.0 security on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.11.0Version of this port present on the latest quarterly branch.
Maintainer: brnrd@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-12-09 08:06:05
Last Update: 2026-05-07 21:47:29
Commit Hash: 2a7c056
License: MIT
WWW:
https://openquantumsafe.org/applications/tls.html#oqs-openssl-provider
Description:
Open Quantum Safe provider for OpenSSL This port enables quantum-safe cryptography (QSC) in a standard OpenSSL (3.x) distribution by way of implementing a single shared library, the OpenSSL OQS provider.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. include/oqs-provider/oqs_prov.h
  2. lib/ossl-modules/oqsprovider.so
  3. openssl/oqsprovider.cnf
  4. @ldconfig
  5. /usr/local/share/licenses/openssl-oqsprovider-0.11.0/catalog.mk
  6. /usr/local/share/licenses/openssl-oqsprovider-0.11.0/LICENSE
  7. /usr/local/share/licenses/openssl-oqsprovider-0.11.0/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • openssl-oqsprovider>0:security/openssl-oqsprovider
To install the port:
cd /usr/ports/security/openssl-oqsprovider/ && make install clean
To add the package, run one of these commands:
  • pkg install security/openssl-oqsprovider
  • pkg install openssl-oqsprovider
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: openssl-oqsprovider
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1766578092 SHA256 (open-quantum-safe-oqs-provider-0.11.0_GH0.tar.gz) = 08b675c184042fc9c13d4fcee3476f07c86b5062a6d72d4e0fc8c8af2801232c SIZE (open-quantum-safe-oqs-provider-0.11.0_GH0.tar.gz) = 234903

Packages (timestamps in pop-ups are UTC):
openssl-oqsprovider
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest0.11.00.11.0-0.10.00.11.0---
FreeBSD:14:quarterly0.11.00.11.0-0.9.0_10.11.0---
FreeBSD:15:latest0.11.00.11.0n/a0.10.0n/an/a--
FreeBSD:15:quarterly0.11.00.11.0n/a-n/an/a--
FreeBSD:16:latest0.11.00.11.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Library dependencies:
  1. liboqs.so : security/liboqs
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_openssl-oqsprovider
USES:
cmake:testing ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/open-quantum-safe/oqs-provider/tar.gz/0.11.0?dummy=/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.11.0
07 May 2026 21:47:29
commit hash: 2a7c0561200c6cf9d0c0252cd4a7ab446eca8e4acommit hash: 2a7c0561200c6cf9d0c0252cd4a7ab446eca8e4acommit hash: 2a7c0561200c6cf9d0c0252cd4a7ab446eca8e4acommit hash: 2a7c0561200c6cf9d0c0252cd4a7ab446eca8e4a files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: drop support for FreeBSD 13, mips and risc64sf

Reviewed by:            many (*)
Differential Revision:  https://reviews.freebsd.org/D55624
Differential Revision:  https://reviews.freebsd.org/D55642 (merged in from bofh)

many (*)
  acm arrowd brooks cmt dch decke dinoex eduardo fluffy fuz gahr garga
  jbeich joerg jrm kai kenrap martymac matthew mfechner michaelo mizhka
  nobutaka pkubaj se tagattie thj

  Anton Saietskii
  GenericRikka
  Gert Doering
  Jan Bramkamp
  Oleh Hushchenkov
  Oleksandr Kryvulia
  Ralf van der Enden
  Yamagi

  desktop kde python tcltk office
0.11.0
17 Mar 2026 21:29:31
commit hash: 18a2d75dd3ba653bd01d394f5b91e5f2847049e9commit hash: 18a2d75dd3ba653bd01d394f5b91e5f2847049e9commit hash: 18a2d75dd3ba653bd01d394f5b91e5f2847049e9commit hash: 18a2d75dd3ba653bd01d394f5b91e5f2847049e9 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
*: Fix WWW with broken anchors-as-comments

Case 1: WWW=https://example.com#foo

 Here #foo is not part of the value of WWW since # introduces a comment
 whether it's part of a word or not (quoting the word+# makes no
 difference either).  # needs to be escaped:

   WWW=https://example.com\#foo

Case 2: WWW=https://example.com #foo

 This is probably fallout from when WWW was moved from pkg-descr to
 Makefile.

The anchors still exist on the actual websites too or I removed them.
0.11.0
24 Dec 2025 12:52:40
commit hash: a6358ddbc1c88409687457d1700343bd65bf8038commit hash: a6358ddbc1c88409687457d1700343bd65bf8038commit hash: a6358ddbc1c88409687457d1700343bd65bf8038commit hash: a6358ddbc1c88409687457d1700343bd65bf8038 files touched by this commit
Bernard Spil (brnrd) search for other commits by this committer
security/openssl-oqsprovider: Update to 0.11.0
0.10.0_1
24 Nov 2025 07:39:20
commit hash: 947b9b38c78f8fe2b8e861856287c2fb91473dbfcommit hash: 947b9b38c78f8fe2b8e861856287c2fb91473dbfcommit hash: 947b9b38c78f8fe2b8e861856287c2fb91473dbfcommit hash: 947b9b38c78f8fe2b8e861856287c2fb91473dbf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
security/liboqs: update 0.14.0 → 0.15.0
0.10.0
31 Jul 2025 06:48:34
commit hash: 14f6f629c0f98204f4db09d2e345c135417e8356commit hash: 14f6f629c0f98204f4db09d2e345c135417e8356commit hash: 14f6f629c0f98204f4db09d2e345c135417e8356commit hash: 14f6f629c0f98204f4db09d2e345c135417e8356 files touched by this commit
Bernard Spil (brnrd) search for other commits by this committer
security/openssl-oqsprovider: Update to 0.10.0
0.9.0_1
27 Jul 2025 10:55:25
commit hash: 6e7e06322e5d13b206558e90817dc80272b4dc1acommit hash: 6e7e06322e5d13b206558e90817dc80272b4dc1acommit hash: 6e7e06322e5d13b206558e90817dc80272b4dc1acommit hash: 6e7e06322e5d13b206558e90817dc80272b4dc1a files touched by this commit
Bernard Spil (brnrd) search for other commits by this committer
security/openssl-oqsprovider: Chase liboqs update

Security:	aeac223e-60e1-11f0-8baa-8447094a420f
MFH:		2025Q3
0.9.0
01 Jun 2025 17:09:19
commit hash: 88c337571276553e8c1c141ebc34476fc3bd2f79commit hash: 88c337571276553e8c1c141ebc34476fc3bd2f79commit hash: 88c337571276553e8c1c141ebc34476fc3bd2f79commit hash: 88c337571276553e8c1c141ebc34476fc3bd2f79 files touched by this commit
Bernard Spil (brnrd) search for other commits by this committer
security/openssl-oqsprovider: Update to 0.9.0

PR:		286606
Reported by:	Herbert J. Skuhra <herbert gojira at>
0.8.0_2
20 Apr 2025 21:06:26
commit hash: 51f7f9078ea9ce6de575b6f54a908a8be1f472b7commit hash: 51f7f9078ea9ce6de575b6f54a908a8be1f472b7commit hash: 51f7f9078ea9ce6de575b6f54a908a8be1f472b7commit hash: 51f7f9078ea9ce6de575b6f54a908a8be1f472b7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
Author: Bernard Spil
security/liboqs: update 0.12.0 → 0.13.0

PR:	286228
0.8.0_1
30 Dec 2024 10:06:55
commit hash: 76b99e89b6c783b41f0d37796feb261cb969f09bcommit hash: 76b99e89b6c783b41f0d37796feb261cb969f09bcommit hash: 76b99e89b6c783b41f0d37796feb261cb969f09bcommit hash: 76b99e89b6c783b41f0d37796feb261cb969f09b files touched by this commit
Bernard Spil (brnrd) search for other commits by this committer
security/openssl-oqsprovider: Fix so name in openssl.cnf

Reported by:	Herbert J. Skuhra <herbert gojira at>
0.8.0
24 Dec 2024 19:54:52
commit hash: 83ea92a1e5923bd006d24c856cc179ebf40d8132commit hash: 83ea92a1e5923bd006d24c856cc179ebf40d8132commit hash: 83ea92a1e5923bd006d24c856cc179ebf40d8132commit hash: 83ea92a1e5923bd006d24c856cc179ebf40d8132 files touched by this commit
Bernard Spil (brnrd) search for other commits by this committer
security/openssl-oqsprovider: Update to 0.8.0
0.7.0
09 Dec 2024 08:03:28
commit hash: 8f95f033ea062cccf0d3a7c2f2c17f5ba71096decommit hash: 8f95f033ea062cccf0d3a7c2f2c17f5ba71096decommit hash: 8f95f033ea062cccf0d3a7c2f2c17f5ba71096decommit hash: 8f95f033ea062cccf0d3a7c2f2c17f5ba71096de files touched by this commit
Bernard Spil (brnrd) search for other commits by this committer
security/openssl-oqsprovider: Add new port

Quantum-safe algorithms provider for OpenSSL 3.x

Number of commits found: 11