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
/
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
21
-4514
/
+0
|
*
Implemented EAP-TLS server functionality
Martin Willi
2010-08-03
6
-26
/
+584
|
*
TLS stack keeps a copy of server/peer identities
Martin Willi
2010-08-03
1
-2
/
+16
|
*
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
|
*
Derive MSK for EAP-TLS authentication
Martin Willi
2010-08-03
4
-0
/
+39
|
*
Verify Server Finished message
Martin Willi
2010-08-03
1
-1
/
+59
|
*
Implemented input record decryption and verification
Martin Willi
2010-08-03
6
-16
/
+121
|
*
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
2
-0
/
+262
|
*
Implemented sending of Certificate, ClientKeyExchange, CertificateVerify and ↵
Martin Willi
2010-08-03
10
-18
/
+405
|
|
|
|
ChangeCipherSpec as peer
*
Implemented a tls_writer class to simplify TLS data generation
Martin Willi
2010-08-03
6
-74
/
+450
|
*
Implemented a tls_reader class to simplify TLS data parsing
Martin Willi
2010-08-03
6
-120
/
+418
|
*
Process ServerHello(Done), Certificate(Request) messages
Martin Willi
2010-08-03
6
-14
/
+231
|
*
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
7
-6
/
+220
|
*
Added stubs for handshake handling, server and peer variants
Martin Willi
2010-08-03
8
-5
/
+442
|
*
Added dummy/identity implementations of the different TLS record layers
Martin Willi
2010-08-03
7
-2
/
+471
|
*
Pass TLS records to newly introduced TLS stack
Martin Willi
2010-08-03
2
-0
/
+103
|
*
Added some TLS constants
Martin Willi
2010-08-03
2
-0
/
+172