summaryrefslogtreecommitdiff
path: root/lib/algorithms/ciphersuites.c
Commit message (Expand)AuthorAgeFilesLines
* allow ciphersuites with elliptic curves even when using SSL 3.0.Nikos Mavrogiannopoulos2013-05-291-19/+19
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-121-218/+229
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added support for an old version of the DTLS protocolNikos Mavrogiannopoulos2012-06-071-0/+29
* corrected ciphersuite numberNikos Mavrogiannopoulos2012-03-171-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-4/+5
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Added ciphersuites: GNUTLS_PSK_WITH_AES_256_GCM_SHA384 and GNUTLS_DHE_PSK_WIT...Nikos Mavrogiannopoulos2011-12-191-1/+10
* Corrected ciphersuite GNUTLS_ECDHE_PSK_AES_256_CBC_SHA384Nikos Mavrogiannopoulos2011-12-191-1/+1
* documented _gnutls_supported_ciphersuites()Nikos Mavrogiannopoulos2011-12-171-0/+12
* renamed the _SHA ciphersuites to _SHA1.Nikos Mavrogiannopoulos2011-12-171-30/+30
* cipher_suite_st is no longer used internally. We only use a point to 2 bytes.Nikos Mavrogiannopoulos2011-12-131-113/+113
* gnutls_priority_get_cipher_suite was renamed to gnutls_priority_get_cipher_su...Nikos Mavrogiannopoulos2011-12-121-30/+19
* Added gnutls_priority_get_cipher_suite().Nikos Mavrogiannopoulos2011-12-111-1/+57
* Optimized ciphersuite sorting.Nikos Mavrogiannopoulos2011-12-101-208/+52
* Corrected ciphersuite GNUTLS_ECDHE_RSA_AES_128_CBC_SHA256. Reported by Fabric...Nikos Mavrogiannopoulos2011-11-081-1/+1
* Corrected DH-ANON ciphersuite names.Nikos Mavrogiannopoulos2011-08-281-17/+17
* Clarify license and copyright.Simon Josefsson2011-08-031-5/+3
* bit fields changed to unsigned.Nikos Mavrogiannopoulos2011-06-161-1/+1
* do not use NETTLE_LIBS to include hogweed and gmp.Nikos Mavrogiannopoulos2011-06-051-16/+0
* Avoid memory allocations when requesting the supported ciphersuites.Nikos Mavrogiannopoulos2011-06-051-84/+39
* Added SuiteB ciphersuites. Added SUITEB128 and SUITEB192 priority strings.Nikos Mavrogiannopoulos2011-06-041-6/+23
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-031-2/+17
* Added ECDHE-PSK ciphersuites for TLS (RFC 5489).Nikos Mavrogiannopoulos2011-05-271-0/+38
* corrected bug in ciphersuite name searching.Nikos Mavrogiannopoulos2011-05-231-7/+7
* Added ECC ciphersuites from rfc5289.Nikos Mavrogiannopoulos2011-05-221-0/+27
* Added support for verifying server certificates with ECDSA.Nikos Mavrogiannopoulos2011-05-221-2/+23
* Curve TLS ID is being stored in algorithms/ecc.c.Nikos Mavrogiannopoulos2011-05-211-4/+7
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-0/+921