index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pki
/
pki.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pki: Add a helper function parse traffic selectors from CIDR subnets or ranges
Martin Willi
2017-02-27
1
-0
/
+22
*
pki: Choose default digest based on the signature key
Tobias Brunner
2015-03-23
1
-0
/
+21
*
pki: Cache entered secrets in case they are needed more than once
Tobias Brunner
2014-12-12
1
-2
/
+23
*
pki: Provide a fallback if strptime() not supported
Martin Willi
2014-06-04
1
-9
/
+63
*
pki: Switch to binary mode on Windows when reading/writing DER to FDs
Martin Willi
2014-06-04
1
-0
/
+28
*
pki: Stop prompting for password when entering empty string
Martin Willi
2014-06-04
1
-1
/
+1
*
Make sure getpass() is available
Tobias Brunner
2014-05-29
1
-1
/
+3
*
pki: Add a certificate lifetime calculation helper function
Martin Willi
2014-03-31
1
-1
/
+52
*
lib: Add global config namespace
Tobias Brunner
2014-02-12
1
-1
/
+1
*
pki: Add support to encode public keys in SSH key format
Tobias Brunner
2013-09-13
1
-1
/
+12
*
plugin-loader: Removed unused path argument of load() method
Tobias Brunner
2013-06-28
1
-1
/
+1
*
Encode RSA public keys in RFC 3110 DNSKEY format
Andreas Steffen
2013-02-19
1
-0
/
+11
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Use centralized hasher names in pki utility
Martin Willi
2012-07-17
1
-32
/
+0
*
The pki tool uses a callback credential set to read in passphrase/PIN
Martin Willi
2010-08-04
1
-0
/
+67
*
Added pki PEM encoding support for certificates, CRLs and PKCS10 requests
Martin Willi
2010-07-13
1
-10
/
+43
*
Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...
Martin Willi
2010-07-13
1
-4
/
+4
*
Use the default debug hook if possible
Martin Willi
2009-09-16
1
-23
/
+0
*
enable debug level setting
Andreas Steffen
2009-09-14
1
-0
/
+25
*
pass NULL to library_init() to load settings from default file
Martin Willi
2009-09-10
1
-1
/
+1
*
use NULL to load plugins from default plugin directory
Martin Willi
2009-09-10
1
-1
/
+1
*
splitted PKI tool to a file per command
Martin Willi
2009-09-10
1
-1081
/
+5
*
use generic option parsing with usage information
Martin Willi
2009-09-10
1
-252
/
+202
*
fixed memleak
Martin Willi
2009-09-09
1
-2
/
+3
*
split usage information
Andreas Steffen
2009-09-09
1
-29
/
+166
*
updated usage of ipsec pki --self
Andreas Steffen
2009-09-08
1
-0
/
+2
*
support --options also in ipsec pki --self
Andreas Steffen
2009-09-08
1
-48
/
+62
*
--options reads command line options from file
Andreas Steffen
2009-09-08
1
-81
/
+81
*
pki tool supports subjectAltNames in certificates
Martin Willi
2009-09-08
1
-8
/
+53
*
pki tool --issue/--verify operations require a CA with CA basicConstraint
Martin Willi
2009-09-08
1
-3
/
+11
*
pki tool can set CA basicConstraint on --self/--issued certificates
Martin Willi
2009-09-08
1
-4
/
+17
*
pki tool can issue certificates
Martin Willi
2009-09-07
1
-26
/
+257
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-15
/
+15
*
handle plugin loading failures
Martin Willi
2009-09-01
1
-2
/
+5
*
allow choice of digest algorithm in certificate generation
Andreas Steffen
2009-08-28
1
-1
/
+33
*
cosmetics
Andreas Steffen
2009-08-27
1
-3
/
+3
*
fixed return value
Martin Willi
2009-08-27
1
-0
/
+1
*
PKI tool supports certificate verification
Martin Willi
2009-08-27
1
-0
/
+110
*
PKI tool supports generation of self-signed certificates
Martin Willi
2009-08-27
1
-0
/
+166
*
implemented fingerprinting support for PKI tool
Martin Willi
2009-08-27
1
-0
/
+137
*
use --outform consistantly
Andreas Steffen
2009-08-26
1
-1
/
+1
*
the option has been changed to --outform
Andreas Steffen
2009-08-26
1
-2
/
+2
*
encoding public EC keys is not really possible without subjectPublicKeyInfo
Martin Willi
2009-08-26
1
-9
/
+25
*
pki tool supports public key extraction from private key, certificates
Martin Willi
2009-08-26
1
-21
/
+141
*
started implementation of a PKI tool, currently supporting RSA|ECDSA key gene...
Martin Willi
2009-08-26
1
-0
/
+189