dogtag-pki 11.0.3-4 source package in Ubuntu

Changelog

dogtag-pki (11.0.3-4) unstable; urgency=medium

  * Fix tab/spaces in patch.

 -- Timo Aaltonen <email address hidden>  Thu, 17 Mar 2022 21:06:11 +0200

Upload details

Uploaded by:
Debian FreeIPA Team
Uploaded to:
Sid
Original maintainer:
Debian FreeIPA Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dogtag-pki_11.0.3-4.dsc 3.7 KiB a4fc759d58d06371d024e2e0b948d1d53392513f709d42be73368238e62145e5
dogtag-pki_11.0.3.orig.tar.xz 6.5 MiB 1e342a149926911142945a5df8a3ae02f3807c201e67843dbeb3e56a2fbf34d1
dogtag-pki_11.0.3-4.debian.tar.xz 42.0 KiB 674ee87bcd7f5008e32a083044703b2a35185e6df97f09808af479e5c8d411ba

Available diffs

No changes file available.

Binary packages built by this source

dogtag-pki: Dogtag Public Key Infrastructure (PKI) Suite

 The Dogtag Public Key Infrastructure (PKI) Suite is comprised of the following
 five subsystems and a client (for use by a Token Management System):
 .
   * Certificate Authority (CA)
   * Data Recovery Manager (DRM)
   * Online Certificate Status Protocol (OCSP) Manager
   * Token Key Service (TKS)
   * Token Processing System (TPS)
   * Enterprise Security Client (ESC)
 .
 Additionally, it provides a console GUI application used for server and
 user/group administration of CA, DRM, OCSP, and TKS, javadocs on portions
 of the Dogtag API, as well as various command-line tools used to assist with
 a PKI deployment.
 .
 This metapackage installs every PKI subsystem.

dogtag-pki-console-theme: No summary available for dogtag-pki-console-theme in ubuntu kinetic.

No description available for dogtag-pki-console-theme in ubuntu kinetic.

dogtag-pki-server-theme: No summary available for dogtag-pki-server-theme in ubuntu kinetic.

No description available for dogtag-pki-server-theme in ubuntu kinetic.

libsymkey-java: No summary available for libsymkey-java in ubuntu kinetic.

No description available for libsymkey-java in ubuntu kinetic.

libsymkey-jni: No summary available for libsymkey-jni in ubuntu kinetic.

No description available for libsymkey-jni in ubuntu kinetic.

libsymkey-jni-dbgsym: No summary available for libsymkey-jni-dbgsym in ubuntu kinetic.

No description available for libsymkey-jni-dbgsym in ubuntu kinetic.

pki-base: No summary available for pki-base in ubuntu kinetic.

No description available for pki-base in ubuntu kinetic.

pki-base-java: Certificate System - PKI Framework -- java client support

 The PKI Framework contains the common and client libraries and utilities.
 .
 This package is a part of the PKI Core used by the Certificate System.

pki-ca: No summary available for pki-ca in ubuntu kinetic.

No description available for pki-ca in ubuntu kinetic.

pki-console: No summary available for pki-console in ubuntu kinetic.

No description available for pki-console in ubuntu kinetic.

pki-javadoc: Certificate System - PKI Framework Javadocs

 This documentation pertains exclusively to version 10 of
 the PKI Framework and Tools.
 .
 This package is a part of the PKI Core used by the Certificate System.

pki-kra: Certificate System - Data Recovery Manager

 Certificate System (CS) is an enterprise software system designed
 to manage enterprise Public Key Infrastructure (PKI) deployments.
 .
 The Data Recovery Manager (DRM) is an optional PKI subsystem that can act
 as a Key Recovery Authority (KRA). When configured in conjunction with the
 Certificate Authority (CA), the DRM stores private encryption keys as part of
 the certificate enrollment process. The key archival mechanism is triggered
 when a user enrolls in the PKI and creates the certificate request. Using the
 Certificate Request Message Format (CRMF) request format, a request is
 generated for the user's private encryption key. This key is then stored in
 the DRM which is configured to store keys in an encrypted format that can only
 be decrypted by several agents requesting the key at one time, providing for
 protection of the public encryption keys for the users in the PKI deployment.
 .
 Note that the DRM archives encryption keys; it does NOT archive signing keys,
 since such archival would undermine non-repudiation properties of signing keys.

pki-ocsp: Certificate System - Online Certificate Status Protocol Manager

 Certificate System (CS) is an enterprise software system designed
 to manage enterprise Public Key Infrastructure (PKI) deployments.
 .
 The Online Certificate Status Protocol (OCSP) Manager is an optional PKI
 subsystem that can act as a stand-alone OCSP service. The OCSP Manager
 performs the task of an online certificate validation authority by enabling
 OCSP-compliant clients to do real-time verification of certificates. Note
 that an online certificate-validation authority is often referred to as an
 OCSP Responder.
 .
 Although the Certificate Authority (CA) is already configured with an
 internal OCSP service. An external OCSP Responder is offered as a separate
 subsystem in case the user wants the OCSP service provided outside of a
 firewall while the CA resides inside of a firewall, or to take the load of
 requests off of the CA.
 .
 The OCSP Manager can receive Certificate Revocation Lists (CRLs) from
 multiple CA servers, and clients can query the OCSP Manager for the
 revocation status of certificates issued by all of these CA servers.
 .
 When an instance of OCSP Manager is set up with an instance of CA, and
 publishing is set up to this OCSP Manager, CRLs are published to it
 whenever they are issued or updated.

pki-server: No summary available for pki-server in ubuntu kinetic.

No description available for pki-server in ubuntu kinetic.

pki-tks: Certificate System - Token Key Service

 Certificate System (CS) is an enterprise software system designed
 to manage enterprise Public Key Infrastructure (PKI) deployments.
 .
 The Token Key Service (TKS) is an optional PKI subsystem that manages the
 master key(s) and the transport key(s) required to generate and distribute
 keys for hardware tokens. TKS provides the security between tokens and an
 instance of Token Processing System (TPS), where the security relies upon the
 relationship between the master key and the token keys. A TPS communicates
 with a TKS over SSL using client authentication.
 .
 TKS helps establish a secure channel (signed and encrypted) between the token
 and the TPS, provides proof of presence of the security token during
 enrollment, and supports key changeover when the master key changes on the
 TKS. Tokens with older keys will get new token keys.
 .
 Because of the sensitivity of the data that TKS manages, TKS should be set up
 behind the firewall with restricted access.

pki-tools: No summary available for pki-tools in ubuntu kinetic.

No description available for pki-tools in ubuntu kinetic.

pki-tools-dbgsym: No summary available for pki-tools-dbgsym in ubuntu kinetic.

No description available for pki-tools-dbgsym in ubuntu kinetic.

pki-tps: Certificate System - Token Processing System

 Certificate System (CS) is an enterprise software system designed
 to manage enterprise Public Key Infrastructure (PKI) deployments.
 .
 The Token Processing System (TPS) is an optional PKI subsystem that acts
 as a Registration Authority (RA) for authenticating and processing
 enrollment requests, PIN reset requests, and formatting requests from
 the Enterprise Security Client (ESC).
 .
 TPS is designed to communicate with tokens that conform to
 Global Platform's Open Platform Specification.
 .
 TPS communicates over SSL with various PKI backend subsystems (including
 the Certificate Authority (CA), the Data Recovery Manager (DRM), and the
 Token Key Service (TKS)) to fulfill the user's requests.
 .
 TPS also interacts with the token database, an LDAP server that stores
 information about individual tokens.

pki-tps-client: No summary available for pki-tps-client in ubuntu kinetic.

No description available for pki-tps-client in ubuntu kinetic.

pki-tps-client-dbgsym: No summary available for pki-tps-client-dbgsym in ubuntu lunar.

No description available for pki-tps-client-dbgsym in ubuntu lunar.

python3-pki-base: Certificate System - PKI Framework -- python3 client support

 The PKI Framework contains the common and client libraries and utilities.
 .
 This package is a part of the PKI Core used by the Certificate System.