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 (
Expand
)
Author
Age
Files
Lines
*
Add a method to replace all secrets in a mem_cred_t object
Tobias Brunner
2013-03-20
2
-5
/
+68
*
Merge branch 'multi-cert'
Martin Willi
2013-03-01
2
-12
/
+77
|
\
|
*
After merging the used trustchain with config, move used certificate to front
Martin Willi
2013-01-18
1
-0
/
+24
|
*
Try to build a trustchain for all configured certificates before enforcing one
Martin Willi
2013-01-18
1
-1
/
+29
|
*
Make AUTH_RULE_SUBJECT cert multi-valued
Martin Willi
2013-01-18
1
-11
/
+24
*
|
Merge branch 'systime'
Martin Willi
2013-03-01
2
-10
/
+69
|
\
\
|
*
|
Add a cert_validator hook allowing plugins to provide custom lifetime checking
Martin Willi
2013-02-19
2
-10
/
+64
|
*
|
Make cert_validator_t.validate optional to implement
Martin Willi
2013-02-19
2
-0
/
+5
|
|
/
*
|
Fix auth_cfg_t.clone() for single-valued auth rules
Tobias Brunner
2013-02-28
1
-10
/
+11
*
|
Encode RSA public keys in RFC 3110 DNSKEY format
Andreas Steffen
2013-02-19
1
-0
/
+2
|
/
*
Fix doxygen grouping regarding containers and PKCS#7
Martin Willi
2012-12-19
1
-4
/
+4
*
Allocate data returned by pkcs7_t.get_attribute()
Martin Willi
2012-12-19
1
-1
/
+4
*
Fix enum names for container_type_t
Martin Willi
2012-12-19
1
-1
/
+1
*
Add an enumerator for PKCS#7 contained certificates
Martin Willi
2012-12-19
1
-0
/
+7
*
Add a getter for signed PKCS#7 attributes
Martin Willi
2012-12-19
1
-0
/
+14
*
Add builder parts to generate PKCS#7 containers
Martin Willi
2012-12-19
2
-1
/
+10
*
Add a generic interface for crypto containers and a more specific PKCS#7 inte...
Martin Willi
2012-12-19
5
-5
/
+176
*
allow the optional sharing if RSA private keys
Andreas Steffen
2012-11-22
2
-0
/
+6
*
implemented generation of safe primes
Andreas Steffen
2012-11-18
2
-0
/
+3
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
6
-6
/
+6
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
13
-14
/
+14
*
Fix equality comparison of auth_cfg_t
Tobias Brunner
2012-09-18
1
-2
/
+16
*
Add AUTH_RULE_IDENTITY_LOOSE which allows to use IDr loosely as initiator
Tobias Brunner
2012-09-18
2
-0
/
+26
*
Comment fixed
Tobias Brunner
2012-08-13
1
-1
/
+1
*
Show which group would be required when failing in constraint check
Martin Willi
2012-07-26
1
-8
/
+10
*
Add an option to disable libstrongswan certificate caching
Martin Willi
2012-07-09
1
-18
/
+29
*
Support multiple different public key strength types in constraints
Martin Willi
2012-06-12
1
-41
/
+38
*
Add signature schemes to auth_cfg during trustchain validation
Martin Willi
2012-06-12
4
-17
/
+43
*
certificate_t->issued_by takes an argument to receive signature scheme
Martin Willi
2012-06-12
2
-2
/
+4
*
Define auth_cfg rules for signature schemes
Martin Willi
2012-06-12
2
-0
/
+53
*
Merge branch 'ikev1'
Martin Willi
2012-05-02
5
-42
/
+142
|
\
|
*
Merge branch 'ikev1-clean' into ikev1-master
Martin Willi
2012-03-20
5
-42
/
+140
|
|
\
|
|
*
Accept NULL auth_cfg_t passed to credential_manager_t.get_private()
Martin Willi
2012-03-20
1
-26
/
+32
|
|
*
Fixed create_shared_enumerator method description
Martin Willi
2012-03-20
1
-1
/
+1
|
|
*
Added a flag to register local credential sets exclusively, disabling all others
Martin Willi
2012-03-20
2
-16
/
+72
|
|
*
Added support for iKEIntermediate X.509 extended key usage flag.
Tobias Brunner
2012-03-20
1
-0
/
+2
|
|
*
Some whitespace fixes.
Tobias Brunner
2012-03-20
1
-4
/
+4
|
|
*
Added an XAUTH identity to use or require for XAuth authentication
Martin Willi
2012-03-20
2
-0
/
+11
|
|
*
Stop checking once a key size constraint is not fulfilled
Martin Willi
2012-03-20
1
-0
/
+3
|
|
*
Free list after removing the last local credential set, fixes a leak report
Martin Willi
2012-03-20
1
-0
/
+5
|
|
*
Added missing XAuth auth_class enum name
Martin Willi
2012-03-20
1
-1
/
+2
|
|
*
Added auth_cfg option to select XAUTH backend to use
Martin Willi
2012-03-20
2
-0
/
+12
|
|
*
Use a second authentication config to configure XAUTH authentication
Martin Willi
2012-03-20
1
-4
/
+2
|
|
*
Map auth_class to auth method and IKEv1 proposal attribute
Martin Willi
2012-03-20
1
-0
/
+2
|
|
*
IKEv1 XAUTH: Added ability to configure XAUTH+PSK. Added task to handle XAUT...
Clavister OpenSource
2012-03-20
1
-0
/
+2
*
|
|
Removed auth_cfg_t.replace_value() and replaced usages with add().
Tobias Brunner
2012-04-18
2
-76
/
+35
*
|
|
Changed the order and semantics of rules we expect only once in auth_cfg_t.
Tobias Brunner
2012-04-18
2
-114
/
+212
*
|
|
Added a simple method to replace the value of a rule in auth_cfg_t.
Tobias Brunner
2012-04-16
2
-32
/
+74
|
/
/
*
|
Add builder part for parameters from algorithmIdentifier.
Tobias Brunner
2012-02-01
2
-1
/
+4
*
|
Fixed additional typos in comments and log messages.
Tobias Brunner
2012-01-12
1
-1
/
+1
[next]