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
*
Explicitly mention SHA2 algorithm in BLISS OIDs and signature schemes
Andreas Steffen
2015-11-06
2
-28
/
+28
*
Support BLISS signatures with SHA-3 hash
Andreas Steffen
2015-11-03
2
-4
/
+28
*
auth-cfg: Don't enforce EAP_RADIUS
Tobias Brunner
2015-08-21
1
-1
/
+2
*
mem-cred: We don't need a write lock when looking for a certificate
Tobias Brunner
2015-08-20
1
-1
/
+1
*
mem-cred: Add a method to atomically replace all certificates
Tobias Brunner
2015-08-20
2
-10
/
+58
*
auth-cfg: Don't enforce EAP_DYNAMIC
Tobias Brunner
2015-08-20
1
-1
/
+2
*
auth-cfg: Matching one CA should be enough, similar to peer certificates
Tobias Brunner
2015-08-17
1
-15
/
+20
*
Fixed some typos
Tobias Brunner
2015-08-13
2
-2
/
+2
*
credential-manager: Store BLISS key strength in auth config
Tobias Brunner
2015-03-04
1
-0
/
+3
*
auth-cfg: Add BLISS key strength constraint
Tobias Brunner
2015-03-04
2
-21
/
+43
*
public-key: Add helper to determine acceptable signature schemes for keys
Tobias Brunner
2015-03-04
2
-0
/
+78
*
public-key: Add helper to map signature schemes to ASN.1 OIDs
Tobias Brunner
2015-03-04
2
-3
/
+54
*
public-key: Add helper to determine key type from signature scheme
Tobias Brunner
2015-03-04
2
-0
/
+43
*
mem-cred: Add a method to unify certificate references, without adding it
Martin Willi
2015-03-03
2
-0
/
+31
*
Allow SHA256 and SHA384 data hash for BLISS signatures.
Andreas Steffen
2015-02-26
2
-0
/
+10
*
Started implementing BLISS signature generation
Andreas Steffen
2014-11-29
2
-7
/
+7
*
Store and parse BLISS private and public keys in DER and PEM format
Andreas Steffen
2014-11-29
1
-0
/
+4
*
Created framework for BLISS post-quantum signature algorithm
Andreas Steffen
2014-11-29
2
-5
/
+16
*
cert-cache: Prevent that a cached issuer is freed too early
Tobias Brunner
2014-10-24
1
-7
/
+10
*
auth-cfg: Fix crash after several reauthentications with multiple authenticat...
Tobias Brunner
2014-09-11
1
-1
/
+1
*
credmgr: Fix copy and paste error in add_validator
Thomas Egerer
2014-08-29
1
-1
/
+1
*
windows: Provide a sched_yield() implementation
Martin Willi
2014-06-04
1
-1
/
+0
*
crl: Undefine <wincrypt.h>'s CRL_REASON_* and use our enum values instead
Martin Willi
2014-06-03
1
-8
/
+20
*
auth-cfg: Cast literal default value to pointer type
Martin Willi
2014-05-16
1
-1
/
+1
*
mem-cred: Replace existing equal shared keys during add_shared()
Martin Willi
2014-05-07
1
-3
/
+56
*
mem-cred: Replace existing equal private keys during add_key()
Martin Willi
2014-05-07
1
-0
/
+17
*
Added PUBKEY_RSA_MODULUS encoding type
Andreas Steffen
2014-05-02
1
-0
/
+2
*
Added support for msSmartcardLogon EKU
Andreas Steffen
2014-04-08
1
-10
/
+12
*
Properly hash pointers for hash tables where appropriate
Tobias Brunner
2014-03-31
1
-17
/
+2
*
auth-cfg: Declare an attribute certificate helper type to exchange acerts
Martin Willi
2014-03-31
3
-2
/
+15
*
x509: Replace the comma separated string AC group builder with a list based one
Martin Willi
2014-03-31
2
-4
/
+3
*
x509: Integrate IETF attribute handling, and obsolete ietf_attributes_t
Martin Willi
2014-03-31
3
-627
/
+0
*
x509: Replace fixed acert group string getter by a more dynamic group enumerator
Martin Willi
2014-03-31
3
-50
/
+60
*
ac: Remove unimplemented equals_holder() method from ac_t
Martin Willi
2014-03-31
1
-8
/
+0
*
lib: All settings use configured namespace
Tobias Brunner
2014-02-12
1
-1
/
+1
*
pki: Replace BUILD_FROM_FD with passing a chunk via BUILD_BLOB
Tobias Brunner
2013-10-23
2
-3
/
+0
*
sshkey: Add encoder for RSA keys
Tobias Brunner
2013-09-13
1
-0
/
+2
*
Fix various API doc issues and typos
Tobias Brunner
2013-07-18
1
-1
/
+1
*
credmgr: introduce a hook function to catch trust chain validation errors
Martin Willi
2013-07-18
3
-6
/
+96
*
credmgr: stop querying for secrets once we get a perfect match
Martin Willi
2013-07-18
1
-0
/
+4
*
credmgr: don't use pointers for id_match_t enum values
Martin Willi
2013-07-18
1
-2
/
+2
*
auth-cfg: use array instead of linked list
Martin Willi
2013-07-17
1
-35
/
+26
*
Remove pluto specific certificate types
Tobias Brunner
2013-05-08
2
-8
/
+1
*
Add pkcs12 plugin which adds support for decoding PKCS#12 containers
Tobias Brunner
2013-05-08
3
-1
/
+31
*
Add support for PKCS#7/CMS encrypted-data
Tobias Brunner
2013-05-08
2
-5
/
+11
*
Move PKCS#12 key derivation to a separate file
Tobias Brunner
2013-05-08
2
-0
/
+224
*
sshkey: Added builder for SSHKEY RSA keys
Tobias Brunner
2013-05-07
2
-0
/
+3
*
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
[next]