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
/
libcharon
/
plugins
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Load a left/rightcert2 for EAP-TLS even if no left/rightauth2 is defined
Martin Willi
2010-08-31
1
-1
/
+10
|
*
Added support for the ipsec.conf aaa_identity keyword
Martin Willi
2010-08-31
2
-0
/
+7
|
*
Added strongswan.conf options for EAP-TLS/TTLS fragment size
Martin Willi
2010-08-31
2
-9
/
+20
|
*
Migrated EAP-TTLS to the generic TLS helper
Martin Willi
2010-08-31
1
-281
/
+21
|
*
Migrated EAP-TLS to the generic TLS helper
Martin Willi
2010-08-31
1
-272
/
+19
|
*
Support output fragmentation of TLS records
Martin Willi
2010-08-31
2
-4
/
+6
|
*
fixed copy-and-paste errors
Andreas Steffen
2010-08-30
2
-2
/
+2
|
*
created an eap-tnc method hull
Andreas Steffen
2010-08-30
5
-0
/
+356
|
*
for the time being assume a single request/response exchange for a given EAP ↵
Andreas Steffen
2010-08-30
1
-2
/
+3
|
|
|
|
method
*
Win7 might send up to 7k of certificate requests
Andreas Steffen
2010-08-27
3
-3
/
+3
|
*
removed tls_record_t definition
Andreas Steffen
2010-08-24
1
-10
/
+0
|
*
Pass NULL peer identity to omit TLS peer authentication, added ↵
Martin Willi
2010-08-24
2
-2
/
+7
|
|
|
|
eap-ttls.request_peer_auth option
*
support fragmentation in AVPs
Andreas Steffen
2010-08-24
3
-21
/
+118
|
*
Client sends empty EAP-TTLS packet on fatal alerts to properly shut down TLS
Martin Willi
2010-08-24
1
-0
/
+6
|
*
Moved TLS record parsing/generation to tls.c
Martin Willi
2010-08-24
2
-122
/
+8
|
*
EAP-TLS clients send an empty packet on failure to properly shut down a TLS ↵
Martin Willi
2010-08-23
1
-0
/
+6
|
|
|
|
session
*
Use enum mappings to resolve debug group
Martin Willi
2010-08-23
1
-16
/
+1
|
*
Introducing simple purposes for the TLS stack, switches various options
Martin Willi
2010-08-20
2
-6
/
+15
|
*
Fixed compiler warning
Martin Willi
2010-08-20
1
-1
/
+1
|
*
List registered AEAD algorithms in listalgs
Martin Willi
2010-08-19
1
-0
/
+7
|
*
added EAP-TTLS debug output
Andreas Steffen
2010-08-18
1
-4
/
+11
|
*
added TLS record debug output
Andreas Steffen
2010-08-18
1
-4
/
+11
|
*
Use a seperate section for each nested struct member in INIT macro
Martin Willi
2010-08-18
25
-118
/
+170
|
*
some simplifications using the INIT macro
Andreas Steffen
2010-08-17
2
-18
/
+14
|
*
implemented server-initiated phase2 of EAP-TTLS authentication
Andreas Steffen
2010-08-16
2
-15
/
+52
|
*
implemented server side support for EAP-TTLS
Andreas Steffen
2010-08-16
8
-79
/
+537
|
*
fixed typo in eap-mschapv2 plugin
Andreas Steffen
2010-08-16
1
-5
/
+5
|
*
optional certificate-based peer authentication on TLS server side
Andreas Steffen
2010-08-15
2
-4
/
+4
|
*
removed some raw EAP debug output
Andreas Steffen
2010-08-14
1
-3
/
+0
|
*
use EAP plugin for tunneled client authentication
Andreas Steffen
2010-08-14
1
-14
/
+107
|
*
send tunneled EAP Identity response using eap-identity plugin
Andreas Steffen
2010-08-13
3
-12
/
+37
|
*
allow to send an EAP Identity response without matching request
Andreas Steffen
2010-08-13
1
-1
/
+1
|
*
implement AVP EAP message building and processing
Andreas Steffen
2010-08-13
1
-10
/
+69
|
*
Migrated eap_identity plugin to INIT/METHOD macros
Andreas Steffen
2010-08-13
2
-72
/
+56
|
*
Migrated eap_md5 plugin to INIT/METHOD macros
Andreas Steffen
2010-08-13
2
-75
/
+62
|
*
fixed typo
Andreas Steffen
2010-08-13
1
-1
/
+1
|
*
added generic TLS application data handler and specific EAP-TTLS instantiation
Andreas Steffen
2010-08-12
5
-7
/
+154
|
*
Build dedicated plugin lists for each strongSwan component
Martin Willi
2010-08-12
1
-3
/
+0
|
*
Implemented Smartcard support in NetworkManager frontend
Martin Willi
2010-08-11
8
-19
/
+180
|
*
Discard a packet that exceeds the receive buffer
Martin Willi
2010-08-11
3
-0
/
+15
|
*
Added a strongswan.conf option to change socket receive buffer size
Martin Willi
2010-08-11
3
-25
/
+28
|
*
differentiate between TLS messages and EAP-[T]TLS packets in the debug output
Andreas Steffen
2010-08-10
2
-11
/
+11
|
*
Added a stroke command to export cached x509 certificates to the console
Martin Willi
2010-08-10
1
-0
/
+34
|
*
Use bits instead of bytes for a private/public key
Martin Willi
2010-08-10
2
-2
/
+2
|
*
Added support for different encryption schemes to private/public keys
Martin Willi
2010-08-10
1
-2
/
+2
|
*
log final TLS acknowledgement packet
Andreas Steffen
2010-08-08
2
-1
/
+9
|
*
added level 2 debug info on sent TLS packets
Andreas Steffen
2010-08-07
2
-0
/
+8
|
*
log EAP-TTLS version
Andreas Steffen
2010-08-07
1
-6
/
+12
|
*
fixed typo
Andreas Steffen
2010-08-07
1
-1
/
+1
|
*
EAP-TLS and EAP-TTLS use different constant MSK PRF label
Andreas Steffen
2010-08-07
2
-2
/
+4
|
[prev]
[next]