aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_crypto.h
Commit message (Expand)AuthorAgeFilesLines
* Add a return value to tls_crypto_t.derive_secrets()Martin Willi2012-07-161-1/+2
* Some Doxygen fixes.Tobias Brunner2012-02-071-9/+9
* Implemented TLS session resumption both as client and as serverMartin Willi2011-12-311-9/+29
* renamed tls_reader|writer to bio_* and moved to libstrongswanAndreas Steffen2011-05-311-5/+5
* Added TLS specific EC point formatsMartin Willi2010-09-061-0/+16
* Renamed ecp_format to ansi_format, as point formats in TLS use different iden...Martin Willi2010-09-061-8/+8
* Prepend point format to ECDH public keyMartin Willi2010-09-061-0/+16
* Use a dynamic curve enumerator to list/convert TLS named curvesMartin Willi2010-09-031-3/+5
* Select private key based on received cipher suitesMartin Willi2010-09-031-1/+3
* Support for EC curve Hello extension, EC curve fallbackMartin Willi2010-09-031-0/+7
* Added TLS EC curve type and name identifiersMartin Willi2010-09-031-0/+53
* Store a MODP group we use for each TLS suiteMartin Willi2010-09-021-0/+7
* Added generic TLS data sign/verify, hash/sig algorithm constructionMartin Willi2010-09-021-0/+30
* Support different hash/sig algorithms in handshake signing, including ECDSAMartin Willi2010-09-021-1/+2
* Added TLS ClientCertificateType identifiersMartin Willi2010-09-021-0/+21
* Added TLS specific Hash and Signature Algorithm identifiersMartin Willi2010-09-021-0/+34
* Introducing simple purposes for the TLS stack, switches various optionsMartin Willi2010-08-201-3/+1
* EAP-TLS and EAP-TTLS use different constant MSK PRF labelAndreas Steffen2010-08-071-1/+3
* Whitespace cleanupsMartin Willi2010-08-051-4/+4
* log selected TLS version and cipher suiteAndreas Steffen2010-08-051-37/+214
* Moved TLS stack to its own libraryMartin Willi2010-08-031-0/+188