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
/
tls_peer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved eap-tls plugin to libcharon, updated to 4.4.1 APIs
Martin Willi
2010-08-03
1
-621
/
+0
*
Implemented EAP-TLS server functionality
Martin Willi
2010-08-03
1
-7
/
+4
*
Use stricter state handling while processing TLS messages
Martin Willi
2010-08-03
1
-25
/
+44
*
Refactored common used operations into TLS crypto helper
Martin Willi
2010-08-03
1
-159
/
+33
*
Verify Server Finished message
Martin Willi
2010-08-03
1
-1
/
+59
*
Implemented input record decryption and verification
Martin Willi
2010-08-03
1
-5
/
+30
*
Implemented key derivation, output record signing and encryption
Martin Willi
2010-08-03
1
-1
/
+2
*
Derive master secret, create Finished message
Martin Willi
2010-08-03
1
-9
/
+73
*
Implemented sending of Certificate, ClientKeyExchange, CertificateVerify and ...
Martin Willi
2010-08-03
1
-7
/
+324
*
Implemented a tls_writer class to simplify TLS data generation
Martin Willi
2010-08-03
1
-52
/
+24
*
Implemented a tls_reader class to simplify TLS data parsing
Martin Willi
2010-08-03
1
-97
/
+57
*
Process ServerHello(Done), Certificate(Request) messages
Martin Willi
2010-08-03
1
-5
/
+179
*
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
1
-1
/
+7
*
Added stubs for handshake handling, server and peer variants
Martin Willi
2010-08-03
1
-0
/
+69