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
/
charon
/
plugins
/
eap_tls
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Moved eap-tls plugin to libcharon, updated to 4.4.1 APIs
Martin Willi
2010-08-03
26
-5132
/
+0
|
*
Implemented EAP-TLS server functionality
Martin Willi
2010-08-03
7
-29
/
+595
|
*
TLS stack keeps a copy of server/peer identities
Martin Willi
2010-08-03
2
-18
/
+17
|
*
Limit the number of EAP-TLS packets allowed
Martin Willi
2010-08-03
1
-0
/
+13
|
*
Use stricter state handling while processing TLS messages
Martin Willi
2010-08-03
1
-25
/
+44
|
*
Cleaned up the public TLS interface
Martin Willi
2010-08-03
4
-68
/
+76
|
*
Refactored common used operations into TLS crypto helper
Martin Willi
2010-08-03
3
-176
/
+212
|
*
Properly send empty EAP-TLS messages
Martin Willi
2010-08-03
1
-22
/
+25
|
*
Derive MSK for EAP-TLS authentication
Martin Willi
2010-08-03
5
-0
/
+44
|
*
Verify Server Finished message
Martin Willi
2010-08-03
1
-1
/
+59
|
*
Implemented input record decryption and verification
Martin Willi
2010-08-03
7
-16
/
+122
|
*
Implemented key derivation, output record signing and encryption
Martin Willi
2010-08-03
7
-39
/
+485
|
*
Derive master secret, create Finished message
Martin Willi
2010-08-03
4
-30
/
+241
|
*
Implemented the TLS specific PRF in its TLSv1.0 and TLSv1.2 variants
Martin Willi
2010-08-03
3
-0
/
+263
|
*
Implemented sending of Certificate, ClientKeyExchange, CertificateVerify and ↵
Martin Willi
2010-08-03
11
-19
/
+406
|
|
|
|
ChangeCipherSpec as peer
*
Implemented a tls_writer class to simplify TLS data generation
Martin Willi
2010-08-03
7
-74
/
+451
|
*
Implemented a tls_reader class to simplify TLS data parsing
Martin Willi
2010-08-03
7
-120
/
+419
|
*
Process ServerHello(Done), Certificate(Request) messages
Martin Willi
2010-08-03
7
-16
/
+240
|
*
Send a ClientHello to start TLS negotiation
Martin Willi
2010-08-03
1
-1
/
+86
|
*
Added TLS crypto helper, currently supports cipher suite selection
Martin Willi
2010-08-03
8
-6
/
+221
|
*
Added stubs for handshake handling, server and peer variants
Martin Willi
2010-08-03
9
-6
/
+446
|
*
Accept follow-up fragments with a TLS message length
Martin Willi
2010-08-03
1
-24
/
+50
|
*
Added dummy/identity implementations of the different TLS record layers
Martin Willi
2010-08-03
8
-3
/
+475
|
*
Pass TLS records to newly introduced TLS stack
Martin Willi
2010-08-03
3
-11
/
+158
|
*
Added some TLS constants
Martin Willi
2010-08-03
3
-1
/
+173
|
*
(De-)fragment EAP-TLS packets, pass TLS records to upper layer
Martin Willi
2010-08-03
1
-1
/
+229
|
*
Added EAP-TLS plugin stub
Martin Willi
2010-08-03
5
-0
/
+288