aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_server.c
Commit message (Expand)AuthorAgeFilesLines
* Read the compression type byte for EC groups, onlyMartin Willi2010-09-081-6/+10
* Renamed ecp_format to ansi_format, as point formats in TLS use different iden...Martin Willi2010-09-061-3/+3
* Prepend point format to ECDH public keyMartin Willi2010-09-061-4/+14
* Log the selected (EC)DH groupMartin Willi2010-09-061-0/+2
* Parse unsupported TLS Hello extensions properlyMartin Willi2010-09-061-10/+6
* Use a dynamic curve enumerator to list/convert TLS named curvesMartin Willi2010-09-031-39/+37
* Use ECDH group check where appropriateMartin Willi2010-09-031-42/+25
* Select private key based on received cipher suitesMartin Willi2010-09-031-12/+54
* Support for EC curve Hello extension, EC curve fallbackMartin Willi2010-09-031-21/+109
* Added server support for ECDHE key exchangeMartin Willi2010-09-031-14/+60
* fixed typoAndreas Steffen2010-09-031-1/+1
* Added TLS server side support for DHE suitesMartin Willi2010-09-021-3/+116
* Implemented "signature algorithm" hello extensionMartin Willi2010-09-021-1/+37
* Added generic TLS data sign/verify, hash/sig algorithm constructionMartin Willi2010-09-021-63/+9
* Continue with a randomized premaster if decryption failed / version mismatchesMartin Willi2010-09-021-9/+41
* Support different hash/sig algorithms in handshake signing, including ECDSAMartin Willi2010-09-021-7/+64
* Send TLS alerts for errors in TLS handshake buildingMartin Willi2010-08-251-0/+3
* Pass NULL peer identity to omit TLS peer authentication, added eap-ttls.reque...Martin Willi2010-08-241-22/+6
* removed some redundant debug outputAndreas Steffen2010-08-241-2/+0
* Added generic TLS purposesMartin Willi2010-08-241-0/+2
* Added a TLS purpose for EAP-TTLS with client authenticationMartin Willi2010-08-231-0/+1
* Implemented TLS Alert handlingMartin Willi2010-08-231-15/+39
* Verify negotiated TLS versionMartin Willi2010-08-231-3/+4
* Introducing a dedicated debug message group for libtlsMartin Willi2010-08-231-23/+23
* Streamlined TLS debugging outputMartin Willi2010-08-231-5/+6
* Introducing simple purposes for the TLS stack, switches various optionsMartin Willi2010-08-201-3/+9
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-7/+9
* Only include certificates with CA flag in TLS cert requestMartin Willi2010-08-161-2/+8
* optional certificate-based peer authentication on TLS server sideAndreas Steffen2010-08-151-7/+30
* added generic TLS application data handler and specific EAP-TTLS instantiationAndreas Steffen2010-08-121-0/+7
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-101-1/+2
* added some more TLS debug outputAndreas Steffen2010-08-051-2/+15
* Moved TLS stack to its own libraryMartin Willi2010-08-031-0/+607