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 photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
tpm2-openssl Provider for integration of TPM 2.0 into OpenSSL 3.x
1.3.0 securitynew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: blackye@gmail.com search for ports maintained by this maintainer
Port Added: 2025-05-21 07:42:06
Last Update: 2025-05-21 07:40:14
Commit Hash: a8a6f68
License: BSD3CLAUSE
WWW:
https://github.com/tpm2-software/tpm2-openssl
Description:
Provider for integration of TPM 2.0 to OpenSSL 3.x
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 (5 items)
Collapse this list.
  1. lib/ossl-modules/tpm2.so
  2. @ldconfig
  3. /usr/local/share/licenses/tpm2-openssl-1.3.0/catalog.mk
  4. /usr/local/share/licenses/tpm2-openssl-1.3.0/LICENSE
  5. /usr/local/share/licenses/tpm2-openssl-1.3.0/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • tpm2-openssl>0:security/tpm2-openssl
To install the port:
cd /usr/ports/security/tpm2-openssl/ && make install clean
To add the package, run one of these commands:
  • pkg install security/tpm2-openssl
  • pkg install tpm2-openssl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tpm2-openssl
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1737838478 SHA256 (tpm2-openssl-1.3.0.tar.gz) = 9a9aca55d4265ec501bcf9c56d21d6ca18dba902553f21c888fe725b42ea9964 SIZE (tpm2-openssl-1.3.0.tar.gz) = 432730

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. tpm2-abrmd : security/tpm2-abrmd
Library dependencies:
  1. libtss2-esys.so : security/tpm2-tss
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_tpm2-openssl
USES:
gmake libtool pkgconfig ssl
pkg-message:
For install:
The tpm2 OpenSSL provider has been installed as ${PREFIX}/lib/ossl-modules/tpm2.so In order to let openssl find it do one of the following: 1. Set the OPENSSL_MODULES environment variable 2. Use the -provider-path option 3. Edit /etc/ssl/openssl.cnf replacing the existing [provider_sect] and [default_provider] sections with these: [provider_sect] default = default_sect tpm2 = tpm2_sect [default_sect] activate = 1 [tpm2_sect] activate = 1 module = ${PREFIX}/lib/ossl-modules/tpm2.so
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/tpm2-software/tpm2-openssl/releases/download/1.3.0/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.0
21 May 2025 07:40:14
commit hash: a8a6f68f9fe2b699c1a5e0bfb8dc70bfcb8996f4commit hash: a8a6f68f9fe2b699c1a5e0bfb8dc70bfcb8996f4commit hash: a8a6f68f9fe2b699c1a5e0bfb8dc70bfcb8996f4commit hash: a8a6f68f9fe2b699c1a5e0bfb8dc70bfcb8996f4 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Andrea Cocito
security/tpm2-openssl: TPM2 provider for OpenSSL3+

Makes the TPM 2.0 accessible via the standard OpenSSL API and
command-line tools, so one can add TPM support to (almost) any
OpenSSL 3.x based application.

PR		286218
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/393
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>

Number of commits found: 1