Port details |
- tpm2-openssl Provider for integration of TPM 2.0 into OpenSSL 3.x
- 1.3.0 security
=0 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
 - 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
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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:
-
- 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: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 1
|