aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_tls/tls/tls_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* Moved eap-tls plugin to libcharon, updated to 4.4.1 APIsMartin Willi2010-08-031-691/+0
* Implemented EAP-TLS server functionalityMartin Willi2010-08-031-16/+56
* Cleaned up the public TLS interfaceMartin Willi2010-08-031-8/+23
* Refactored common used operations into TLS crypto helperMartin Willi2010-08-031-11/+142
* Derive MSK for EAP-TLS authenticationMartin Willi2010-08-031-0/+18
* Implemented input record decryption and verificationMartin Willi2010-08-031-1/+1
* Implemented key derivation, output record signing and encryptionMartin Willi2010-08-031-34/+262
* Derive master secret, create Finished messageMartin Willi2010-08-031-18/+137
* Added TLS crypto helper, currently supports cipher suite selectionMartin Willi2010-08-031-0/+140