aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_tls/tls
Commit message (Collapse)AuthorAgeFilesLines
* Moved eap-tls plugin to libcharon, updated to 4.4.1 APIsMartin Willi2010-08-0321-4514/+0
|
* Implemented EAP-TLS server functionalityMartin Willi2010-08-036-26/+584
|
* TLS stack keeps a copy of server/peer identitiesMartin Willi2010-08-031-2/+16
|
* Use stricter state handling while processing TLS messagesMartin Willi2010-08-031-25/+44
|
* Cleaned up the public TLS interfaceMartin Willi2010-08-034-68/+76
|
* Refactored common used operations into TLS crypto helperMartin Willi2010-08-033-176/+212
|
* Derive MSK for EAP-TLS authenticationMartin Willi2010-08-034-0/+39
|
* Verify Server Finished messageMartin Willi2010-08-031-1/+59
|
* Implemented input record decryption and verificationMartin Willi2010-08-036-16/+121
|
* Implemented key derivation, output record signing and encryptionMartin Willi2010-08-037-39/+485
|
* Derive master secret, create Finished messageMartin Willi2010-08-034-30/+241
|
* Implemented the TLS specific PRF in its TLSv1.0 and TLSv1.2 variantsMartin Willi2010-08-032-0/+262
|
* Implemented sending of Certificate, ClientKeyExchange, CertificateVerify and ↵Martin Willi2010-08-0310-18/+405
| | | | ChangeCipherSpec as peer
* Implemented a tls_writer class to simplify TLS data generationMartin Willi2010-08-036-74/+450
|
* Implemented a tls_reader class to simplify TLS data parsingMartin Willi2010-08-036-120/+418
|
* Process ServerHello(Done), Certificate(Request) messagesMartin Willi2010-08-036-14/+231
|
* Send a ClientHello to start TLS negotiationMartin Willi2010-08-031-1/+86
|
* Added TLS crypto helper, currently supports cipher suite selectionMartin Willi2010-08-037-6/+220
|
* Added stubs for handshake handling, server and peer variantsMartin Willi2010-08-038-5/+442
|
* Added dummy/identity implementations of the different TLS record layersMartin Willi2010-08-037-2/+471
|
* Pass TLS records to newly introduced TLS stackMartin Willi2010-08-032-0/+103
|
* Added some TLS constantsMartin Willi2010-08-032-0/+172