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
...
*
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
|
*
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
3
-5
/
+5
|
*
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
|
*
added eap_ttls plugin configuration
Andreas Steffen
2010-08-07
6
-0
/
+623
|
*
fix error-type range in parsing of NOTIFY payloads
Jiri Bohac
2010-08-06
1
-1
/
+1
|
*
Some Doxygen fixes.
Tobias Brunner
2010-08-05
2
-1
/
+2
|
*
Fixed loading of secrets with IDs.
Tobias Brunner
2010-08-04
1
-1
/
+1
|
|
|
|
|
Since the ID string is manually terminated by a null character, write permission is required for the mmapped ipsec.secrets.
*
Fixed loading of private keys without password.
Tobias Brunner
2010-08-04
1
-1
/
+1
|
|
|
|
|
The chunk storing the password was not correctly initialized, resulting in a segmentation fault when no password was specified in ipsec.secrets.
*
Accept EAP_ONLY_AUTHENTICATION notifies from any client, now that IANA ↵
Tobias Brunner
2010-08-04
1
-3
/
+2
|
|
|
|
allocated an ID.
*
IKEv2 notification types updated.
Tobias Brunner
2010-08-04
2
-27
/
+34
|
*
Destroy IKE_SA Managers crypto primitives during flush, the plugins are gone ↵
Martin Willi
2010-08-04
2
-2
/
+5
|
|
|
|
in destroy
*
Pass type of requested key in the callback credential set
Martin Willi
2010-08-04
1
-1
/
+12
|
*
Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use ↵
Martin Willi
2010-08-04
4
-66
/
+141
|
|
|
|
credential sets
*
Use credential sets to load smartcard keys
Martin Willi
2010-08-04
1
-29
/
+82
|
*
Implemented a callback based credential set, currently for shared keys only
Martin Willi
2010-08-04
1
-61
/
+39
|
*
mmap() ipsec.secrets instead malloc(), proper error checking
Martin Willi
2010-08-04
1
-18
/
+30
|
*
Splitted up the load_secrets() function
Martin Willi
2010-08-04
1
-263
/
+301
|
*
%prompt support for smartcard PIN via "ipsec secrets"
Martin Willi
2010-08-04
1
-28
/
+95
|
*
Pass the PKCS11 keyid as chunk, not as string
Martin Willi
2010-08-04
1
-3
/
+6
|
*
Reuse generic passphrase build part, not a dedicated PIN part
Martin Willi
2010-08-04
1
-7
/
+4
|
*
Support module names in %smartcard specifier, streamlined smartcard building
Martin Willi
2010-08-04
1
-12
/
+51
|
*
test_cert adapted to extended signature of get_encoding().
Tobias Brunner
2010-08-03
1
-2
/
+2
|
[prev]
[next]