aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_crypto.c
Commit message (Expand)AuthorAgeFilesLines
...
* Store a MODP group we use for each TLS suiteMartin Willi2010-09-021-12/+27
* Added generic TLS data sign/verify, hash/sig algorithm constructionMartin Willi2010-09-021-34/+104
* Support different hash/sig algorithms in handshake signing, including ECDSAMartin Willi2010-09-021-26/+146
* Added TLS ClientCertificateType identifiersMartin Willi2010-09-021-0/+19
* Added TLS specific Hash and Signature Algorithm identifiersMartin Willi2010-09-021-0/+16
* Prefer AES/Camellia suites over 3DES/NULL encryptionMartin Willi2010-08-251-16/+16
* Pass NULL peer identity to omit TLS peer authentication, added eap-ttls.reque...Martin Willi2010-08-241-2/+0
* Added generic TLS purposesMartin Willi2010-08-241-6/+13
* Added a TLS purpose for EAP-TTLS with client authenticationMartin Willi2010-08-231-0/+1
* Introducing a dedicated debug message group for libtlsMartin Willi2010-08-231-11/+11
* fixed build_cipher_suite_list()Andreas Steffen2010-08-211-6/+6
* Introducing simple purposes for the TLS stack, switches various optionsMartin Willi2010-08-201-5/+39
* 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
* Use IV length of a crypter instead of block size for IV calculationsMartin Willi2010-08-131-1/+1
* EAP-TLS and EAP-TTLS use different constant MSK PRF labelAndreas Steffen2010-08-071-3/+9
* Whitespace cleanupsMartin Willi2010-08-051-6/+6
* fixed type in cipher suite list buildAndreas Steffen2010-08-051-1/+1
* log selected TLS version and cipher suiteAndreas Steffen2010-08-051-0/+221
* Moved TLS stack to its own libraryMartin Willi2010-08-031-0/+691