aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_tls/eap_tls.c
Commit message (Expand)AuthorAgeFilesLines
* Moved eap-tls plugin to libcharon, updated to 4.4.1 APIsMartin Willi2010-08-031-442/+0
* Implemented EAP-TLS server functionalityMartin Willi2010-08-031-3/+11
* TLS stack keeps a copy of server/peer identitiesMartin Willi2010-08-031-16/+1
* Limit the number of EAP-TLS packets allowedMartin Willi2010-08-031-0/+13
* Properly send empty EAP-TLS messagesMartin Willi2010-08-031-22/+25
* Derive MSK for EAP-TLS authenticationMartin Willi2010-08-031-0/+5
* Implemented input record decryption and verificationMartin Willi2010-08-031-0/+1
* Implemented sending of Certificate, ClientKeyExchange, CertificateVerify and ...Martin Willi2010-08-031-1/+1
* Process ServerHello(Done), Certificate(Request) messagesMartin Willi2010-08-031-2/+9
* Accept follow-up fragments with a TLS message lengthMartin Willi2010-08-031-24/+50
* Pass TLS records to newly introduced TLS stackMartin Willi2010-08-031-11/+55
* (De-)fragment EAP-TLS packets, pass TLS records to upper layerMartin Willi2010-08-031-1/+229
* Added EAP-TLS plugin stubMartin Willi2010-08-031-0/+122