| Port details |
- tpm2-openssl Provider for integration of TPM 2.0 into OpenSSL 3.x
- 1.3.0 security
=0 1.3.0Version of this port present on the latest quarterly branch. - Maintainer: blackye@gmail.com
 - Port Added: 2025-05-21 07:42:06
- Last Update: 2026-05-07 21:47:29
- Commit Hash: 2a7c056
- License: BSD3CLAUSE
- WWW:
- https://github.com/tpm2-software/tpm2-openssl
- Description:
- Provider for integration of TPM 2.0 to OpenSSL 3.x
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- 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
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- tpm2-abrmd : security/tpm2-abrmd
- Library dependencies:
-
- 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:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.3.0 07 May 2026 21:47:29
    |
Rene Ladan (rene)  |
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 |
1.3.0 21 May 2025 07:40:14
    |
Gleb Popov (arrowd)  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: 2
|