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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Added a ike_name logger option to prefix the IKE_SA name on each line
Martin Willi
2010-08-25
5
-19
/
+69
|
*
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
*
Accept encryption payloads with no wrapped payloads
Martin Willi
2010-08-23
1
-1
/
+1
|
*
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
|
*
Fixed crypter keymat derivation bug
Martin Willi
2010-08-19
1
-3
/
+4
|
*
Include CCM/GCM algorithms in IKEv2 proposals, if supported
Martin Willi
2010-08-19
1
-9
/
+10
|
*
Implemented IKEv2 keymat derivation for AEAD algorithms
Martin Willi
2010-08-19
1
-29
/
+58
|
*
List registered AEAD algorithms in listalgs
Martin Willi
2010-08-19
1
-0
/
+7
|
*
Use AEAD wrapper for encryption payload encryption/decryption
Martin Willi
2010-08-19
11
-963
/
+595
|
*
Make function to test if an encryption algorithm is an AEAD alg public
Martin Willi
2010-08-19
1
-24
/
+2
|
*
Migrated generator_t to INIT/METHOD macros
Martin Willi
2010-08-19
2
-54
/
+33
|
*
Migrated encryption_payload to INIT/METHOD macros
Martin Willi
2010-08-19
1
-171
/
+111
|
*
Migrated message_t to INIT/METHOD macros
Martin Willi
2010-08-19
1
-185
/
+112
|
*
Migrated keymat to INIT/METHOD macros
Martin Willi
2010-08-19
1
-72
/
+41
|
*
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
29
-147
/
+193
|
*
some simplifications using the INIT macro
Andreas Steffen
2010-08-17
3
-25
/
+19
|
*
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
|
*
Added support for Camellia cipher to xcbc
Martin Willi
2010-08-13
1
-0
/
+3
|
*
Support Camellia XCBC algorithms in proposal
Martin Willi
2010-08-13
1
-0
/
+3
|
*
Added Camellia, AES-CTR to default IKE proposal, if supported
Martin Willi
2010-08-13
1
-2
/
+6
|
*
Use IV length of a crypter instead of block size for IV calculations
Martin Willi
2010-08-13
1
-6
/
+11
|
*
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
|
*
Migrated eap_authenticator to INIT/METHOD macros
Andreas Steffen
2010-08-13
1
-66
/
+60
|
*
Migrated eap_manager to INIT/METHOD macros
Andreas Steffen
2010-08-13
1
-31
/
+23
|
*
moved eap_from_string() fomr libcharon to libstrongswan to make it available ↵
Andreas Steffen
2010-08-13
2
-43
/
+0
|
|
|
|
in starter
*
fixed typo
Andreas Steffen
2010-08-13
1
-1
/
+1
|
*
recognize eap-ttls method
Andreas Steffen
2010-08-12
1
-0
/
+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
2
-44
/
+2
|
*
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
|
[prev]
[next]