aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/pki.c
Commit message (Expand)AuthorAgeFilesLines
* pki: Add a helper function parse traffic selectors from CIDR subnets or rangesMartin Willi2017-02-271-0/+22
* pki: Choose default digest based on the signature keyTobias Brunner2015-03-231-0/+21
* pki: Cache entered secrets in case they are needed more than onceTobias Brunner2014-12-121-2/+23
* pki: Provide a fallback if strptime() not supportedMartin Willi2014-06-041-9/+63
* pki: Switch to binary mode on Windows when reading/writing DER to FDsMartin Willi2014-06-041-0/+28
* pki: Stop prompting for password when entering empty stringMartin Willi2014-06-041-1/+1
* Make sure getpass() is availableTobias Brunner2014-05-291-1/+3
* pki: Add a certificate lifetime calculation helper functionMartin Willi2014-03-311-1/+52
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
* pki: Add support to encode public keys in SSH key formatTobias Brunner2013-09-131-1/+12
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
* Encode RSA public keys in RFC 3110 DNSKEY formatAndreas Steffen2013-02-191-0/+11
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Use centralized hasher names in pki utilityMartin Willi2012-07-171-32/+0
* The pki tool uses a callback credential set to read in passphrase/PINMartin Willi2010-08-041-0/+67
* Added pki PEM encoding support for certificates, CRLs and PKCS10 requestsMartin Willi2010-07-131-10/+43
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-131-4/+4
* Use the default debug hook if possibleMartin Willi2009-09-161-23/+0
* enable debug level settingAndreas Steffen2009-09-141-0/+25
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-101-1/+1
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-101-1/+1
* splitted PKI tool to a file per commandMartin Willi2009-09-101-1081/+5
* use generic option parsing with usage informationMartin Willi2009-09-101-252/+202
* fixed memleakMartin Willi2009-09-091-2/+3
* split usage informationAndreas Steffen2009-09-091-29/+166
* updated usage of ipsec pki --selfAndreas Steffen2009-09-081-0/+2
* support --options also in ipsec pki --selfAndreas Steffen2009-09-081-48/+62
* --options reads command line options from fileAndreas Steffen2009-09-081-81/+81
* pki tool supports subjectAltNames in certificatesMartin Willi2009-09-081-8/+53
* pki tool --issue/--verify operations require a CA with CA basicConstraintMartin Willi2009-09-081-3/+11
* pki tool can set CA basicConstraint on --self/--issued certificatesMartin Willi2009-09-081-4/+17
* pki tool can issue certificatesMartin Willi2009-09-071-26/+257
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-15/+15
* handle plugin loading failuresMartin Willi2009-09-011-2/+5
* allow choice of digest algorithm in certificate generationAndreas Steffen2009-08-281-1/+33
* cosmeticsAndreas Steffen2009-08-271-3/+3
* fixed return valueMartin Willi2009-08-271-0/+1
* PKI tool supports certificate verificationMartin Willi2009-08-271-0/+110
* PKI tool supports generation of self-signed certificatesMartin Willi2009-08-271-0/+166
* implemented fingerprinting support for PKI toolMartin Willi2009-08-271-0/+137
* use --outform consistantlyAndreas Steffen2009-08-261-1/+1
* the option has been changed to --outformAndreas Steffen2009-08-261-2/+2
* encoding public EC keys is not really possible without subjectPublicKeyInfoMartin Willi2009-08-261-9/+25
* pki tool supports public key extraction from private key, certificatesMartin Willi2009-08-261-21/+141
* started implementation of a PKI tool, currently supporting RSA|ECDSA key gene...Martin Willi2009-08-261-0/+189