]> git.ipfire.org Git - people/ms/strongswan.git/history - src/pki/pki.c
pki: Provide a fallback if strptime() not supported
[people/ms/strongswan.git] / src / pki / pki.c
2014-06-04  Martin Willipki: Provide a fallback if strptime() not supported
2014-06-04  Martin Willipki: Switch to binary mode on Windows when reading...
2014-06-04  Martin Willipki: Stop prompting for password when entering empty...
2014-05-29  Tobias BrunnerMake sure getpass() is available
2014-03-31  Martin WilliMerge branch 'acerts'
2014-03-31  Martin Willipki: Add a certificate lifetime calculation helper...
2014-02-12  Tobias BrunnerMerge branch 'modular-load'
2014-02-12  Tobias Brunnerlib: Add global config namespace
2013-09-13  Tobias BrunnerMerge branch 'pubkeys'
2013-09-13  Tobias Brunnerpki: Add support to encode public keys in SSH key format
2013-06-28  Tobias Brunnerplugin-loader: Removed unused path argument of load...
2013-03-18  Martin WilliMerge branch 'stroke-counters'
2013-03-18  Martin WilliMerge branch 'stroke-timeout'
2013-03-01  Martin WilliMerge branch 'multi-cert'
2013-03-01  Martin WilliMerge branch 'systime'
2013-03-01  Martin WilliMerge branch 'opaque-ports'
2013-03-01  Martin WilliMerge branch 'tfc-notify'
2013-02-19  Tobias BrunnerMerge branch 'dnssec'
2013-02-19  Andreas SteffenEncode RSA public keys in RFC 3110 DNSKEY format
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-07-17  Martin WilliUse centralized hasher names in pki utility
2010-08-04  Martin WilliThe pki tool uses a callback credential set to read...
2010-07-13  Martin WilliAdded pki PEM encoding support for certificates, CRLs...
2010-07-13  Martin WilliRenamed key_encod{ing,der}_t and constants, prepare...
2009-09-16  Martin WilliUse the default debug hook if possible
2009-09-14  Andreas Steffenenable debug level setting
2009-09-10  Martin Willipass NULL to library_init() to load settings from defau...
2009-09-10  Martin Williuse NULL to load plugins from default plugin directory
2009-09-10  Martin Willisplitted PKI tool to a file per command
2009-09-10  Martin Williuse generic option parsing with usage information
2009-09-09  Martin Willifixed memleak
2009-09-09  Andreas Steffensplit usage information
2009-09-08  Andreas Steffenupdated usage of ipsec pki --self
2009-09-08  Andreas Steffensupport --options also in ipsec pki --self
2009-09-08  Andreas Steffen--options reads command line options from file
2009-09-08  Martin Willipki tool supports subjectAltNames in certificates
2009-09-08  Martin Willipki tool --issue/--verify operations require a CA with...
2009-09-08  Martin Willipki tool can set CA basicConstraint on --self/--issued...
2009-09-07  Martin Willipki tool can issue certificates
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-09-01  Martin Willihandle plugin loading failures
2009-08-28  Andreas Steffenallow choice of digest algorithm in certificate generation
2009-08-27  Andreas Steffencosmetics
2009-08-27  Martin Willifixed return value
2009-08-27  Martin WilliPKI tool supports certificate verification
2009-08-27  Martin WilliPKI tool supports generation of self-signed certificates
2009-08-27  Martin Williimplemented fingerprinting support for PKI tool
2009-08-26  Andreas Steffenuse --outform consistantly
2009-08-26  Andreas Steffenthe option has been changed to --outform
2009-08-26  Martin Williencoding public EC keys is not really possible without...
2009-08-26  Martin Willipki tool supports public key extraction from private...
2009-08-26  Martin Willistarted implementation of a PKI tool, currently support...