aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Depend on libcharon until we have a thread pool to useMartin Willi2010-08-041-1/+2
|
* Add enum names for CK_MECHANISM_TYPE constantsMartin Willi2010-08-042-0/+279
|
* Make the PKCS#11 padding string trimming public, add null terminatorMartin Willi2010-08-042-10/+18
|
* Added a getter for the library aliasMartin Willi2010-08-042-0/+20
|
* Moved PKCS#11 library loading to dedicated managerMartin Willi2010-08-044-30/+135
|
* Use locking, prefer our mutex abstraction layerMartin Willi2010-08-041-1/+60
|
* Added enum names for PKCS#11 return valuesMartin Willi2010-08-042-3/+162
|
* Load PKCS#11 modules defined in strongswan.confMartin Willi2010-08-041-0/+33
|
* Implemented an abstraction layer for PKCS#11 module loadingMartin Willi2010-08-043-1/+201
|
* Imported the free pkcs11.h header form the Scute projectMartin Willi2010-08-042-1/+1358
|
* Added PKCS#11 token plugin stubMartin Willi2010-08-044-0/+115
|
* test_cert adapted to extended signature of get_encoding().Tobias Brunner2010-08-031-2/+2
|
* Fixed compiler warnings.Tobias Brunner2010-08-032-3/+7
|
* Moved TLS stack to its own libraryMartin Willi2010-08-0326-42/+58
|
* Moved eap-tls plugin to libcharon, updated to 4.4.1 APIsMartin Willi2010-08-0328-34/+57
|
* Implemented EAP-TLS server functionalityMartin Willi2010-08-037-29/+595
|
* TLS stack keeps a copy of server/peer identitiesMartin Willi2010-08-032-18/+17
|
* Limit the number of EAP-TLS packets allowedMartin Willi2010-08-031-0/+13
|
* 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
|
* Properly send empty EAP-TLS messagesMartin Willi2010-08-031-22/+25
|
* Derive MSK for EAP-TLS authenticationMartin Willi2010-08-035-0/+44
|
* Verify Server Finished messageMartin Willi2010-08-031-1/+59
|
* Implemented input record decryption and verificationMartin Willi2010-08-037-16/+122
|
* 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-033-0/+263
|
* Implemented sending of Certificate, ClientKeyExchange, CertificateVerify and ↵Martin Willi2010-08-0311-19/+406
| | | | ChangeCipherSpec as peer
* Implemented a tls_writer class to simplify TLS data generationMartin Willi2010-08-037-74/+451
|
* Implemented a tls_reader class to simplify TLS data parsingMartin Willi2010-08-037-120/+419
|
* Process ServerHello(Done), Certificate(Request) messagesMartin Willi2010-08-037-16/+240
|
* Send a ClientHello to start TLS negotiationMartin Willi2010-08-031-1/+86
|
* Added TLS crypto helper, currently supports cipher suite selectionMartin Willi2010-08-038-6/+221
|
* Added support for AUTH_HMAC_SHA2_256_256, used in TLSMartin Willi2010-08-033-3/+9
|
* Added stubs for handshake handling, server and peer variantsMartin Willi2010-08-039-6/+446
|
* Accept follow-up fragments with a TLS message lengthMartin Willi2010-08-031-24/+50
|
* Added dummy/identity implementations of the different TLS record layersMartin Willi2010-08-038-3/+475
|
* Pass TLS records to newly introduced TLS stackMartin Willi2010-08-033-11/+158
|
* Added some TLS constantsMartin Willi2010-08-033-1/+173
|
* (De-)fragment EAP-TLS packets, pass TLS records to upper layerMartin Willi2010-08-031-1/+229
|
* Added EAP-TLS plugin stubMartin Willi2010-08-0310-1/+298
|
* Do not touch child from collision if peer deleted itThomas Egerer2010-08-031-3/+24
|
* substitute obsolete function calls(bzero/index)Waldemar Brodkorb2010-08-012-3/+3
|
* The va_list trick does not seem to be portable, revert dots-in-section fix4.4.1Martin Willi2010-07-301-58/+22
| | | | This reverts commit 8f50d06c354cd31fc295afc5598afff4096b5e77.
* Fix segfault on 'ipsec stroke up ]' commandThomas Egerer2010-07-291-0/+5
|
* Fixed settings lookup if the section/key contains dotsMartin Willi2010-07-291-22/+58
|
* Fix use of snprintf() in pluto subjectAltName enumerationMartin Willi2010-07-281-0/+4
|
* Fix use of snprintf() in IETF attributes to string conversionMartin Willi2010-07-281-2/+11
|
* Fix use of snprintf() in identification DN to ASCII conversionMartin Willi2010-07-281-0/+12
|