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 | -603/+0 |
* | Implemented EAP-TLS server functionality | Martin Willi | 2010-08-03 | 1 | -1/+497 |
* | Implemented input record decryption and verification | Martin Willi | 2010-08-03 | 1 | -2/+2 |
* | Implemented sending of Certificate, ClientKeyExchange, CertificateVerify and ... | Martin Willi | 2010-08-03 | 1 | -1/+28 |
* | Implemented a tls_writer class to simplify TLS data generation | Martin Willi | 2010-08-03 | 1 | -1/+1 |
* | Implemented a tls_reader class to simplify TLS data parsing | Martin Willi | 2010-08-03 | 1 | -1/+1 |
* | Process ServerHello(Done), Certificate(Request) messages | Martin Willi | 2010-08-03 | 1 | -1/+7 |
* | 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/+68 |