aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pass NULL peer identity to omit TLS peer authentication, added eap-ttls.reque...Martin Willi2010-08-247-49/+36
* Skip the close notify if application layer completes successfullyMartin Willi2010-08-242-4/+11
* added ikev2/rw-eap-tls-fragments scenarioAndreas Steffen2010-08-2424-0/+119
* use correct network diagramAndreas Steffen2010-08-241-2/+2
* support fragmentation in AVPsAndreas Steffen2010-08-243-21/+118
* removed some redundant debug outputAndreas Steffen2010-08-242-4/+0
* Added generic TLS purposesMartin Willi2010-08-243-6/+19
* Client sends empty EAP-TTLS packet on fatal alerts to properly shut down TLSMartin Willi2010-08-241-0/+6
* Check if the application layer has completed successfullyMartin Willi2010-08-243-16/+62
* Moved TLS record parsing/generation to tls.cMartin Willi2010-08-244-134/+78
* added debug-tls comand line optionAndreas Steffen2010-08-231-0/+1
* Added a TLS purpose for EAP-TTLS with client authenticationMartin Willi2010-08-233-0/+4
* EAP-TLS clients send an empty packet on failure to properly shut down a TLS s...Martin Willi2010-08-231-0/+6
* Implemented TLS Alert handlingMartin Willi2010-08-2315-80/+643
* Rebuild library.lo after changing ./configure optionsMartin Willi2010-08-231-0/+2
* Build a trustchain even if no trust anchor is givenMartin Willi2010-08-231-14/+23
* Accept encryption payloads with no wrapped payloadsMartin Willi2010-08-231-1/+1
* Fall back to shifting with 32-bit words if 64-bit byte order conversion funct...Martin Willi2010-08-231-10/+12
* Use enum mappings to resolve debug groupMartin Willi2010-08-231-16/+1
* Implemented generic enum name to enum value mappingMartin Willi2010-08-232-3/+44
* Verify negotiated TLS versionMartin Willi2010-08-234-8/+27
* Introducing a dedicated debug message group for libtlsMartin Willi2010-08-238-74/+78
* Streamlined TLS debugging outputMartin Willi2010-08-232-12/+12
* fixed build_cipher_suite_list()Andreas Steffen2010-08-211-6/+6
* Introducing simple purposes for the TLS stack, switches various optionsMartin Willi2010-08-209-30/+113
* Fixed compiler warningMartin Willi2010-08-201-1/+1
* enable the ccm and gcm plugins in the UML scenariosAndreas Steffen2010-08-202-1/+13
* Register missing SHA256 authenticator with no truncation, as used by TLSMartin Willi2010-08-201-0/+2
* Added more TLS cipher suites we already supportMartin Willi2010-08-201-30/+36
* Build TLS cipher suite list in a generic fashionMartin Willi2010-08-201-74/+51
* Fixed crypter keymat derivation bugMartin Willi2010-08-191-3/+4
* Added ctr, ccm, gcm plugin NEWSMartin Willi2010-08-191-0/+9
* Improve GCM performance by factor 2-3 by shifting full 32/64 bit wordsMartin Willi2010-08-191-5/+25
* Implemented a gcm plugin providing GCM mode based on CBC cryptersMartin Willi2010-08-197-0/+586
* Added AES-GCM test vectorsMartin Willi2010-08-193-0/+147
* Added a crypto transform stress test for profilingMartin Willi2010-08-194-4/+109
* Give a benchmark point for each operation to compare different transformsMartin Willi2010-08-191-1/+4
* Implemented a ccm plugin providing CCM mode based on CBC cryptersMartin Willi2010-08-197-0/+586
* Added helper macros to define portable bitfields with gccMartin Willi2010-08-191-0/+22
* Added AES-CCM test vectorsMartin Willi2010-08-193-0/+170
* Added support for AEAD test vectors to test-vectors pluginMartin Willi2010-08-191-0/+16
* Include CCM/GCM algorithms in IKEv2 proposals, if supportedMartin Willi2010-08-191-9/+10
* Added proposal strings for Camellia CCM algorithm identifiersMartin Willi2010-08-191-0/+18
* Implemented IKEv2 keymat derivation for AEAD algorithmsMartin Willi2010-08-191-29/+58
* List registered AEAD algorithms in listalgsMartin Willi2010-08-191-0/+7
* Added support for AEAD algorithms to crypto factoryMartin Willi2010-08-194-3/+131
* Added AEAD support to crypto testerMartin Willi2010-08-192-1/+214
* Use AEAD wrapper for encryption payload encryption/decryptionMartin Willi2010-08-1911-963/+595
* Make function to test if an encryption algorithm is an AEAD alg publicMartin Willi2010-08-193-25/+32
* Implemented an AEAD wrapper for traditional crypter/signer transformsMartin Willi2010-08-193-0/+282