Pathfinder PKI Daemon 0.2.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Pathfinder PKI Daemon 0.2.4 (Default branch)
# 1  
Old 03-18-2008
Pathfinder PKI Daemon 0.2.4 (Default branch)

Pathfinder provides a mechanism for any program toperform RFC3280-compliant path validation of X509certificates, even when some of the intermediatecertificates are not present on the local machine.It will automatically download any suchcertificates and their CRLs from the Internet asneeded using the AIA and CRL distribution pointextensions of the certificates it is processing.By default, the Pathfinder daemon listens on theD-Bus system bus for incoming requests.License: GNU Lesser General Public License (LGPL)Changes:
This release properly integrates Pathfinder with the DBus control system. It ensures that the libpathfinder build creates versioned shared libraries. Man pages have been added for all programs. A recursive get problem with multicert PKCS7 bundles has been fixed An uninitialized variable that could have lead to incorrect policy handling has been fixed. pathfinderd is installed into $(PREFIX)/sbin. There is better debugging information.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PKI --PKCS7(1)							    strongSwan							    PKI --PKCS7(1)

NAME
pki --pkcs7 - Provides PKCS#7 wrap/unwrap functions SYNOPSIS
pki --pkcs7 --sign|--verify|--encrypt|--decrypt|--show [--in file] [--cert file] [--key file] [--debug level] pki --pkcs7 --options file pki --pkcs7 -h | --help DESCRIPTION
This sub-command of pki(1) provides functions to wrap/unwrap PKCS#7 containers. OPTIONS
-h, --help Print usage information with a summary of the available options. -v, --debug level Set debug level, default: 1. -+, --options file Read command line options from file. -s, --sign Create PKCS#7 signed-data. -u, --verify Verify PKCS#7 signed-data. -e, --encrypt Create PKCS#7 enveloped-data. -e, --decrypt Decrypt PKCS#7 enveloped-data. -p, --show Show information about PKCS#7 container, list certificates. -i, --in file PKCS#7 input file. If not given the input is read from STDIN. -k, --key file Private key used for --sign and --decrypt. -c, --cert file Certificate for --sign, --verify and --encrypt. Can be used multiple times. SEE ALSO
pki(1) 5.1.1 2013-07-31 PKI --PKCS7(1)