index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Test TLS AEAD cipher suites
Andreas Steffen
2014-04-01
10
-10
/
+17
*
Added Ubuntu 14.04 to IMV database
Andreas Steffen
2014-03-31
1
-0
/
+24
*
Slightly edited evaltest of ikev2/ocsp-untrusted-cert scenario
Andreas Steffen
2014-03-31
1
-1
/
+1
*
unit-tests: Always load address of testable functions
Tobias Brunner
2014-03-31
1
-1
/
+1
*
settings: Reduce log verbosity if strongswan.conf does not exist
Tobias Brunner
2014-03-31
1
-1
/
+10
*
test-vectors: Renumber AES-GCM test vectors according to original source
Tobias Brunner
2014-03-31
2
-16
/
+100
*
Merge branch 'tls-aead'
Martin Willi
2014-03-31
29
-479
/
+1435
|
\
|
*
NEWS: Note TLS AEAD mode
Martin Willi
2014-03-31
1
-0
/
+3
|
*
tls: Fix some TLS cipher suite enum names
Martin Willi
2014-03-31
1
-3
/
+3
|
*
tls: Include TLS version announced in Client Hello in encrypted premaster
Martin Willi
2014-03-31
1
-1
/
+7
|
*
tls: Check for minimal TLS record length before each record iteration
Martin Willi
2014-03-31
1
-8
/
+8
|
*
tls: Fix AEAD algorithm filtering, avoid filtering all suites if no AEAD found
Martin Willi
2014-03-31
1
-19
/
+52
|
*
tls: Offer TLS signature schemes in ClientHello in order of preference
Martin Willi
2014-03-31
1
-90
/
+59
|
*
tls: Define AES-GCM cipher suites from RFC 5288/5289
Martin Willi
2014-03-31
1
-0
/
+54
|
*
tls: Implement the TLS AEAD abstraction for real AEAD modes
Martin Willi
2014-03-31
4
-8
/
+262
|
*
tls: Separate TLS protection to abstracted AEAD modes
Martin Willi
2014-03-31
8
-325
/
+874
|
*
aead: Support custom AEAD salt sizes
Martin Willi
2014-03-31
17
-43
/
+131
|
/
*
ikev2: Recreate a CHILD_SA that got a hard lifetime expire without rekeying
Martin Willi
2014-03-31
1
-0
/
+12
*
revocation: Log error if no OCSP signer candidate found
Martin Willi
2014-03-31
1
-1
/
+1
*
Merge branch 'ocsp-constraints'
Martin Willi
2014-03-31
3
-46
/
+86
|
\
|
*
revocation: Restrict OCSP signing to specific certificates
Martin Willi
2014-03-31
3
-10
/
+65
|
*
revocation: Don't merge auth config of CLR/OCSP trustchain validation
Martin Willi
2014-03-31
1
-39
/
+24
|
/
*
hashtable: Make key arguments const
Tobias Brunner
2014-03-31
2
-22
/
+23
*
Properly hash pointers for hash tables where appropriate
Tobias Brunner
2014-03-31
4
-71
/
+7
*
kernel-pfroute: Let get_nexthop() default to destination address
Tobias Brunner
2014-03-31
1
-3
/
+7
*
x509: CERT_DECODE actually requires KEY_ANY
Tobias Brunner
2014-03-31
1
-3
/
+1
*
pkcs1: KEY_ANY public key decoder soft depends on specific decoders
Tobias Brunner
2014-03-31
1
-0
/
+3
*
eap-radius: Add option to not close IKE_SAs on timeouts during interim accout...
Tobias Brunner
2014-03-31
2
-1
/
+10
*
ikev1: Accept SPI size of any length <= 16 in ISAKMP proposal
Tobias Brunner
2014-03-31
1
-4
/
+12
*
proposal: Don't fail DH proposal matching if peer includes NONE
Tobias Brunner
2014-03-31
1
-4
/
+19
*
conf: Order settings in man page alphabetically
Tobias Brunner
2014-03-31
1
-5
/
+4
*
Merge branch 'acerts'
Martin Willi
2014-03-31
96
-1587
/
+2394
|
\
|
*
NEWS: Add acert and pki changes for 5.1.3
Martin Willi
2014-03-31
1
-0
/
+13
|
*
openac: Remove obsolete openac utility
Martin Willi
2014-03-31
10
-772
/
+21
|
*
pki: Document --not-before/after and --dateform options in manpages
Martin Willi
2014-03-31
4
-7
/
+99
|
*
pki: Support absolute --this/next-update CRL lifetimes
Martin Willi
2014-03-31
1
-6
/
+22
|
*
pki: Support absolute --not-before/after issued certificate lifetimes
Martin Willi
2014-03-31
2
-7
/
+22
|
*
pki: Support absolute --not-before/after self-signed certificate lifetimes
Martin Willi
2014-03-31
1
-5
/
+22
|
*
pki: Support absolute --not-before/after acert lifetimes
Martin Willi
2014-03-31
1
-7
/
+26
|
*
pki: Add a certificate lifetime calculation helper function
Martin Willi
2014-03-31
2
-1
/
+69
|
*
testing: Add an acert test that forces a fallback connection based on groups
Martin Willi
2014-03-31
13
-0
/
+199
|
*
testing: Add an acert test case sending attribute certificates inline
Martin Willi
2014-03-31
18
-0
/
+291
|
*
testing: Add an acert test using locally cached attribute certificates
Martin Willi
2014-03-31
16
-0
/
+239
|
*
testing: build strongSwan with acert plugin
Martin Willi
2014-03-31
1
-0
/
+1
|
*
ikev2: Cache all received attribute certificates to auth config
Martin Willi
2014-03-31
1
-1
/
+27
|
*
ikev2: Send all known and valid attribute certificates for subject cert
Martin Willi
2014-03-31
1
-0
/
+46
|
*
ikev2: Slightly refactor certificate payload construction to separate functions
Martin Willi
2014-03-31
1
-37
/
+56
|
*
ike: Support encoding of attribute certificates in CERT payloads
Martin Willi
2014-03-31
1
-1
/
+6
|
*
auth-cfg: Declare an attribute certificate helper type to exchange acerts
Martin Willi
2014-03-31
3
-2
/
+15
|
*
acert: Implement a plugin finding, validating and evaluating attribute certs
Martin Willi
2014-03-31
7
-0
/
+367
[prev]
[next]