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
/
libstrongswan
/
credentials
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
ipsec pki --self|issue supports --pathlen option setting a path length ↵
Andreas Steffen
2009-12-31
2
-0
/
+3
|
|
|
|
constraint
*
Using the thread wrapper in charon, libstrongswan and their plugins.
Tobias Brunner
2009-12-23
1
-7
/
+7
|
*
Separated the public interfaces of the threading primitives.
Tobias Brunner
2009-12-23
2
-2
/
+2
|
*
Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵
Tobias Brunner
2009-12-23
2
-2
/
+2
|
|
|
|
primitives (and utils/mutex.h is now threading.h).
*
X509_IP_ADDR_BLOCKS flag signals the presence of an ipAddrBlock certificate ↵
Andreas Steffen
2009-12-22
1
-6
/
+8
|
|
|
|
extension
*
added create_ipAddrBlock_enumerator() method to x509_t
Andreas Steffen
2009-12-22
1
-0
/
+7
|
*
list v3 or v4 fingerprint
Andreas Steffen
2009-11-08
1
-0
/
+7
|
*
implemented path length constraint checkinf for IKEv2
Andreas Steffen
2009-11-04
1
-1
/
+2
|
*
implemented parsing of pathLenConstraint
Andreas Steffen
2009-11-04
1
-0
/
+9
|
*
Fixed all doxygen warnings
Martin Willi
2009-10-22
3
-5
/
+5
|
*
moved .gitignore for pool
Andreas Steffen
2009-10-15
1
-2
/
+0
|
*
ipsec pki --issue suports --flag authServer option
Andreas Steffen
2009-10-05
2
-1
/
+4
|
*
pluto now uses x509 plugin for attribute certificate handling
Andreas Steffen
2009-10-05
5
-6
/
+640
|
*
added get_subjectKeyIdentifier() to x509_t
Andreas Steffen
2009-09-26
1
-0
/
+7
|
*
Public/Private keys implement a has_fingerprint() method
Martin Willi
2009-09-21
5
-0
/
+74
|
*
backwards compatibility with SQL format
Andreas Steffen
2009-09-18
2
-3
/
+3
|
*
Added basic support for PGP certificates (no trust relationships yet)
Martin Willi
2009-09-15
1
-0
/
+39
|
*
extended hasher_signature_algorithm_to_oid() function
Andreas Steffen
2009-09-13
1
-0
/
+1
|
*
removed req.h
Andreas Steffen
2009-09-13
1
-105
/
+0
|
*
support of PKCS#10 certificate request parsing
Andreas Steffen
2009-09-13
4
-1
/
+166
|
*
x509 plugin supports encoding of OCSP AuthorityInfo AccessLocations
Martin Willi
2009-09-11
2
-0
/
+3
|
*
x509 plugin supports encoding of CRL distribution points
Martin Willi
2009-09-11
2
-0
/
+3
|
*
Replaced builder_t objects by simple builder_function_t functions
Martin Willi
2009-09-10
4
-189
/
+35
|
*
x509 certificates support encoding of email, DNS and IP subjectAltNames
Martin Willi
2009-09-08
3
-8
/
+8
|
*
replaces four spaces by tabs, where appropriate
Martin Willi
2009-09-04
3
-14
/
+14
|
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
16
-128
/
+128
|
*
fixed certificate_t enum names
Martin Willi
2009-09-01
1
-1
/
+0
|
*
changed prefix of crl_reason_t values from CRL_ to CRL_REASON_
Andreas Steffen
2009-08-31
2
-9
/
+9
|
*
allow choice of digest algorithm in certificate generation
Andreas Steffen
2009-08-28
3
-0
/
+6
|
*
distinguish between RFC 4754 (concatenated) and RFC 3279 (DER encoded) ECDSA ↵
Martin Willi
2009-08-27
2
-10
/
+18
|
|
|
|
signatures
*
do not flush cached encodings, keys are responsible for it
Martin Willi
2009-08-27
1
-10
/
+4
|
*
key encoding gained a cache() method, allows caching of externally created ↵
Martin Willi
2009-08-27
2
-1
/
+40
|
|
|
|
encodings
*
encoding public EC keys is not really possible without subjectPublicKeyInfo
Martin Willi
2009-08-26
1
-1
/
+3
|
*
complain about build errors in non-recursive cases only
Martin Willi
2009-08-26
1
-2
/
+16
|
*
added a BUILD_FROM_FD option, supporting credential parsing from stdin
Martin Willi
2009-08-26
3
-1
/
+5
|
*
started implementation of a PKI tool, currently supporting RSA|ECDSA key ↵
Martin Willi
2009-08-26
1
-0
/
+3
|
|
|
|
generation
*
updated x509/CRL/AC API to align with public key, authKeyIdentifier is a chunk
Martin Willi
2009-08-26
3
-9
/
+9
|
*
updated openssl plugin to new private/public key API, use encoder framework
Martin Willi
2009-08-26
1
-0
/
+8
|
*
changed get_id/get_encoding API of private/public key to use new encoding ↵
Martin Willi
2009-08-26
2
-27
/
+32
|
|
|
|
framework
*
added generic implementation helpers for private_key_t.equals/belongs_to, ↵
Martin Willi
2009-08-26
4
-3
/
+97
|
|
|
|
public_key_t.equals
*
added a seperate chache lookup, as encode() requires arguments expensive to ↵
Martin Willi
2009-08-26
2
-0
/
+34
|
|
|
|
build
*
added a facility to hand out fingerprinting/key encoding to the ↵
Martin Willi
2009-08-26
2
-0
/
+420
|
|
|
|
pkcs1/pgp/... plugins
*
enforce RSA_PRIME1 > RSA_PRIME2 (p > q) in PGP
Martin Willi
2009-08-26
1
-2
/
+2
|
*
renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support ↵
Martin Willi
2009-08-26
3
-4
/
+4
|
|
|
|
other key types
*
implemented a pkcs1 plugin providing PKCS#1 key parsing builders
Martin Willi
2009-08-26
3
-0
/
+32
|
*
show more information if building a credential fails
Martin Willi
2009-08-26
1
-2
/
+10
|
*
do not enumerate builders returning NULL
Martin Willi
2009-08-26
1
-2
/
+8
|
*
handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵
Martin Willi
2009-08-26
3
-4
/
+11
|
|
|
|
credential kind
*
use a pluto specific credential builder to build pluto cert_t's
Martin Willi
2009-08-26
2
-4
/
+7
|
*
moved PEM parsing functionality to its own plugin
Martin Willi
2009-08-26
3
-5
/
+19
|
[prev]
[next]