| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 4 | -0/+115 |
* | 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 | 26 | -42/+58 |
* | 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 | 10 | -1/+298 |
* | Do not touch child from collision if peer deleted it | Thomas Egerer | 2010-08-03 | 1 | -3/+24 |
* | substitute obsolete function calls(bzero/index) | Waldemar Brodkorb | 2010-08-01 | 2 | -3/+3 |
* | The va_list trick does not seem to be portable, revert dots-in-section fix4.4.1 | Martin Willi | 2010-07-30 | 1 | -58/+22 |
* | Fix segfault on 'ipsec stroke up ]' command | Thomas Egerer | 2010-07-29 | 1 | -0/+5 |
* | Fixed settings lookup if the section/key contains dots | Martin Willi | 2010-07-29 | 1 | -22/+58 |
* | Fix use of snprintf() in pluto subjectAltName enumeration | Martin Willi | 2010-07-28 | 1 | -0/+4 |
* | Fix use of snprintf() in IETF attributes to string conversion | Martin Willi | 2010-07-28 | 1 | -2/+11 |
* | Fix use of snprintf() in identification DN to ASCII conversion | Martin Willi | 2010-07-28 | 1 | -0/+12 |