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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
implemented server-initiated phase2 of EAP-TTLS authentication
Andreas Steffen
2010-08-16
2
-15
/
+52
|
*
Do not free registered algorithms, plugins are responsible for unregistering
Martin Willi
2010-08-16
1
-6
/
+6
|
*
Implemented algorithm benchmarking during registration
Martin Willi
2010-08-16
3
-74
/
+377
|
*
Variable key length crypters use default key length if zero given
Martin Willi
2010-08-16
5
-64
/
+54
|
*
Properly handle zero length in chunk_alloc[a]/chunk_clone[a]
Martin Willi
2010-08-16
1
-3
/
+3
|
*
Migrated crypto_factory to INIT/METHOD macros
Martin Willi
2010-08-16
2
-158
/
+103
|
*
Migrated crypto_tester to INIT/METHOD macros
Martin Willi
2010-08-16
1
-78
/
+54
|
*
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
|
*
Only include certificates with CA flag in TLS cert request
Martin Willi
2010-08-16
1
-2
/
+8
|
*
optional certificate-based peer authentication on TLS server side
Andreas Steffen
2010-08-15
6
-23
/
+49
|
*
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
|
*
do not dump tls application data any more
Andreas Steffen
2010-08-13
1
-9
/
+6
|
*
implement AVP EAP message building and processing
Andreas Steffen
2010-08-13
1
-10
/
+69
|
*
Added a counter mode wrapper plugin operating on existing CBC crypters
Martin Willi
2010-08-13
6
-0
/
+351
|
*
Added support for Camellia cipher to xcbc
Martin Willi
2010-08-13
4
-4
/
+18
|
*
Support Camellia XCBC algorithms in proposal
Martin Willi
2010-08-13
2
-0
/
+4
|
*
Added private Camellia XCBC identifiers for PRFs and signers
Martin Willi
2010-08-13
4
-10
/
+14
|
*
Added Camellia XCBC test vectors
Martin Willi
2010-08-13
3
-0
/
+63
|
*
Implemented AES/Camellia counter mode in gcrypt
Martin Willi
2010-08-13
3
-6
/
+73
|
*
Added Camellia, AES-CTR to default IKE proposal, if supported
Martin Willi
2010-08-13
1
-2
/
+6
|
*
Added Camellia CTR mode proposal keywords
Martin Willi
2010-08-13
1
-0
/
+3
|
*
Use IV length of a crypter instead of block size for IV calculations
Martin Willi
2010-08-13
10
-38
/
+48
|
*
Add dedicated getter for the IV size to the crypter_t interface
Martin Willi
2010-08-13
7
-7
/
+59
|
*
Migrated xcbc plugin to INIT/METHOD macros
Martin Willi
2010-08-13
6
-144
/
+113
|
*
Migrated hmac plugin to INIT/METHOD macros
Martin Willi
2010-08-13
6
-147
/
+109
|
*
Migrated des plugin to INIT/METHOD macros
Martin Willi
2010-08-13
3
-72
/
+47
|
*
Migrated blowfish plugin to INIT/METHOD macros
Martin Willi
2010-08-13
3
-47
/
+35
|
*
Migrated the aes plugin to INIT/METHOD macros
Martin Willi
2010-08-13
3
-64
/
+45
|
*
Migrated padlock plugin to INIT/METHOD macros
Martin Willi
2010-08-13
6
-107
/
+75
|
*
Report the symbol name of a failed test vector
Martin Willi
2010-08-13
1
-10
/
+29
|
*
Added Camellia-CTR test vectors
Martin Willi
2010-08-13
3
-0
/
+158
|
*
Added AES-CTR test vectors
Martin Willi
2010-08-13
3
-0
/
+158
|
*
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
5
-76
/
+42
|
|
|
|
in starter
*
fixed typo
Andreas Steffen
2010-08-13
1
-1
/
+1
|
*
set TLS record type before state change to STATE_FINISHED_SENT
Andreas Steffen
2010-08-13
1
-2
/
+2
|
*
fixed sequence numbering and iv of TLS protection layer
Andreas Steffen
2010-08-12
1
-3
/
+3
|
*
recognize eap-ttls method
Andreas Steffen
2010-08-12
2
-0
/
+5
|
*
added generic TLS application data handler and specific EAP-TTLS instantiation
Andreas Steffen
2010-08-12
14
-33
/
+335
|
*
Use an explicit plugin list instead of the unrealible "find" to build checksums
Martin Willi
2010-08-12
2
-105
/
+112
|
*
Build dedicated plugin lists for each strongSwan component
Martin Willi
2010-08-12
9
-51
/
+9
|
*
Implemented Smartcard support in NetworkManager frontend
Martin Willi
2010-08-11
8
-19
/
+180
|
*
Implemented public key encryption/private key decryption in PKCS#11
Martin Willi
2010-08-11
3
-13
/
+108
|
[prev]
[next]