aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* In TLS 1.2, PRF and HASH function use at least SHA-256, not the MAC hash func...Martin Willi2011-12-241-20/+20
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
* renamed tls_reader|writer to bio_* and moved to libstrongswanAndreas Steffen2011-05-311-9/+9
* Revert alloc_str changesMartin Willi2011-04-211-8/+4
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-211-4/+8
* added TLS_PURPOSE_EAP_PEAPAndreas Steffen2011-04-051-0/+1
* cast enumerated algorithm type as intAndreas Steffen2010-12-181-3/+4
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-181-2/+5
* handle TLS_PURPOSE_EAP_TNCAndreas Steffen2010-09-081-0/+2
* Added TLS specific EC point formatsMartin Willi2010-09-061-0/+7
* Renamed ecp_format to ansi_format, as point formats in TLS use different iden...Martin Willi2010-09-061-1/+1
* Added strongswan.conf option to filter for specific TLS suitesMartin Willi2010-09-061-0/+32
* Added strongswan.conf options to filter cipher suites by specific algorithmsMartin Willi2010-09-061-0/+173
* Fixed key type in TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHAMartin Willi2010-09-061-1/+1
* Prepend point format to ECDH public keyMartin Willi2010-09-061-0/+8
* Do not propose (EC)DHE suites if we do not support themMartin Willi2010-09-031-1/+5
* Offer only algorithms/suites we have a registered public key backend forMartin Willi2010-09-031-3/+68
* Fixed key type of ECDHE_RSA groupsMartin Willi2010-09-031-4/+4
* Use a dynamic curve enumerator to list/convert TLS named curvesMartin Willi2010-09-031-11/+47
* Add ECDHE enabled cipher suites, including ECDSA variantsMartin Willi2010-09-031-0/+60
* Select private key based on received cipher suitesMartin Willi2010-09-031-36/+58
* Support for EC curve Hello extension, EC curve fallbackMartin Willi2010-09-031-0/+14
* Added TLS EC curve type and name identifiersMartin Willi2010-09-031-0/+34
* Add DHE enabled RSA variants to the supported TLS suitesMartin Willi2010-09-021-0/+36
* 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