| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implemented a credential set on top of a PKCS#11 token | Martin Willi | 2010-08-04 | 5 | -1/+420 |
* | Added NSPR PR_CallOnce to leak detective whitelist | Martin Willi | 2010-08-04 | 1 | -0/+2 |
* | Added buffer checking variants of syslog functions to leak detective | Martin Willi | 2010-08-04 | 1 | -0/+2 |
* | Moved gmp plugin before users of it | Martin Willi | 2010-08-04 | 1 | -4/+4 |
* | Added a token add/remove callback function to the manager | Martin Willi | 2010-08-04 | 3 | -3/+45 |
* | Enumerate tokens and their mechanisms, wait for slot events | Martin Willi | 2010-08-04 | 1 | -9/+222 |
* | Depend on libcharon until we have a thread pool to use | Martin Willi | 2010-08-04 | 1 | -1/+2 |
* | Add enum names for CK_MECHANISM_TYPE constants | Martin Willi | 2010-08-04 | 2 | -0/+279 |
* | Make the PKCS#11 padding string trimming public, add null terminator | Martin Willi | 2010-08-04 | 2 | -10/+18 |
* | Added a getter for the library alias | Martin Willi | 2010-08-04 | 2 | -0/+20 |
* | Moved PKCS#11 library loading to dedicated manager | Martin Willi | 2010-08-04 | 4 | -30/+135 |
* | Use locking, prefer our mutex abstraction layer | Martin Willi | 2010-08-04 | 1 | -1/+60 |
* | Added enum names for PKCS#11 return values | Martin Willi | 2010-08-04 | 2 | -3/+162 |
* | Load PKCS#11 modules defined in strongswan.conf | Martin Willi | 2010-08-04 | 1 | -0/+33 |
* | Implemented an abstraction layer for PKCS#11 module loading | Martin Willi | 2010-08-04 | 3 | -1/+201 |
* | Imported the free pkcs11.h header form the Scute project | Martin Willi | 2010-08-04 | 2 | -1/+1358 |
* | Added PKCS#11 token plugin stub | Martin Willi | 2010-08-04 | 5 | -0/+121 |
* | added ikev2/rw-eap-tls-only scenario | Andreas Steffen | 2010-08-04 | 10 | -0/+109 |
* | --enable eap-tls and --disable-load-warning in uml build | Andreas Steffen | 2010-08-04 | 2 | -0/+7 |
* | test_cert adapted to extended signature of get_encoding(). | Tobias Brunner | 2010-08-03 | 1 | -2/+2 |
* | Fixed compiler warnings. | Tobias Brunner | 2010-08-03 | 2 | -3/+7 |
* | Moved TLS stack to its own library | Martin Willi | 2010-08-03 | 28 | -42/+65 |
* | Moved eap-tls plugin to libcharon, updated to 4.4.1 APIs | Martin Willi | 2010-08-03 | 28 | -34/+57 |
* | Implemented EAP-TLS server functionality | Martin Willi | 2010-08-03 | 7 | -29/+595 |
* | TLS stack keeps a copy of server/peer identities | Martin Willi | 2010-08-03 | 2 | -18/+17 |
* | Limit the number of EAP-TLS packets allowed | Martin Willi | 2010-08-03 | 1 | -0/+13 |
* | Use stricter state handling while processing TLS messages | Martin Willi | 2010-08-03 | 1 | -25/+44 |
* | Cleaned up the public TLS interface | Martin Willi | 2010-08-03 | 4 | -68/+76 |
* | Refactored common used operations into TLS crypto helper | Martin Willi | 2010-08-03 | 3 | -176/+212 |
* | Properly send empty EAP-TLS messages | Martin Willi | 2010-08-03 | 1 | -22/+25 |
* | Derive MSK for EAP-TLS authentication | Martin Willi | 2010-08-03 | 5 | -0/+44 |
* | Verify Server Finished message | Martin Willi | 2010-08-03 | 1 | -1/+59 |
* | Implemented input record decryption and verification | Martin Willi | 2010-08-03 | 7 | -16/+122 |
* | Implemented key derivation, output record signing and encryption | Martin Willi | 2010-08-03 | 7 | -39/+485 |
* | Derive master secret, create Finished message | Martin Willi | 2010-08-03 | 4 | -30/+241 |
* | Implemented the TLS specific PRF in its TLSv1.0 and TLSv1.2 variants | Martin Willi | 2010-08-03 | 3 | -0/+263 |
* | Implemented sending of Certificate, ClientKeyExchange, CertificateVerify and ... | Martin Willi | 2010-08-03 | 11 | -19/+406 |
* | Implemented a tls_writer class to simplify TLS data generation | Martin Willi | 2010-08-03 | 7 | -74/+451 |
* | Implemented a tls_reader class to simplify TLS data parsing | Martin Willi | 2010-08-03 | 7 | -120/+419 |
* | Process ServerHello(Done), Certificate(Request) messages | Martin Willi | 2010-08-03 | 7 | -16/+240 |
* | 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 | 8 | -6/+221 |
* | Added support for AUTH_HMAC_SHA2_256_256, used in TLS | Martin Willi | 2010-08-03 | 3 | -3/+9 |
* | Added stubs for handshake handling, server and peer variants | Martin Willi | 2010-08-03 | 9 | -6/+446 |
* | Accept follow-up fragments with a TLS message length | Martin Willi | 2010-08-03 | 1 | -24/+50 |
* | Added dummy/identity implementations of the different TLS record layers | Martin Willi | 2010-08-03 | 8 | -3/+475 |
* | Pass TLS records to newly introduced TLS stack | Martin Willi | 2010-08-03 | 3 | -11/+158 |
* | Added some TLS constants | Martin Willi | 2010-08-03 | 3 | -1/+173 |
* | (De-)fragment EAP-TLS packets, pass TLS records to upper layer | Martin Willi | 2010-08-03 | 1 | -1/+229 |
* | Added EAP-TLS plugin stub | Martin Willi | 2010-08-03 | 11 | -1/+301 |