summaryrefslogtreecommitdiff
path: root/lib/algorithms
Commit message (Expand)AuthorAgeFilesLines
* Added support for an old version of the DTLS protocolNikos Mavrogiannopoulos2012-06-202-0/+32
* Added gnutls_pubkey_verify_hash2() and gnutls_pk_to_sign().Nikos Mavrogiannopoulos2012-05-091-3/+13
* several type changes to please clangNikos Mavrogiannopoulos2012-04-022-13/+9
* corrected ciphersuite numberNikos Mavrogiannopoulos2012-03-171-1/+1
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-2/+2
* Allow quering available elliptic curves by adding gnutls_ecc_curve_list().Nikos Mavrogiannopoulos2012-01-241-0/+28
* Added new security level "legacy" for 96-bit security.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-212-9/+10
* Run 'make update-copyright'.Simon Josefsson2012-01-1611-11/+11
* Only list algorithms if they are implemented.Nikos Mavrogiannopoulos2012-01-122-12/+19
* reordered ciphers to place on top the most used.Nikos Mavrogiannopoulos2012-01-121-4/+4
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-023-9/+9
* minor doc and comment fixesPatrick Pelletier2011-12-283-4/+4
* 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
* better comments.Nikos Mavrogiannopoulos2011-12-171-4/+10
* 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
* Added SECP192R1 curve.Nikos Mavrogiannopoulos2011-12-091-0/+13
* Add explicit digest mapping functions (for OCSP).Simon Josefsson2011-11-101-0/+18
* Corrected ciphersuite GNUTLS_ECDHE_RSA_AES_128_CBC_SHA256. Reported by Fabric...Nikos Mavrogiannopoulos2011-11-081-1/+1
* more builddir fixes by David Hoyt.Nikos Mavrogiannopoulos2011-10-221-0/+1
* Added -I$(builddir)/../../gl to CFLAGS.Nikos Mavrogiannopoulos2011-10-211-0/+1
* Corrected DH-ANON ciphersuite names.Nikos Mavrogiannopoulos2011-08-281-17/+17
* Added AES-256-GCM. Reported by Benjamin Hof.Nikos Mavrogiannopoulos2011-08-151-0/+1
* Clarify license and copyright.Simon Josefsson2011-08-0311-55/+33
* More GTK-DOC improvements.Simon Josefsson2011-08-031-0/+3
* Fix GTK-DOC manual.Simon Josefsson2011-08-021-2/+3
* Add GTK-DOC Since: tags for 3.0.0 additions.Simon Josefsson2011-08-021-0/+4
* documentation fixesNikos Mavrogiannopoulos2011-07-239-9/+9
* bit fields changed to unsigned.Nikos Mavrogiannopoulos2011-06-161-1/+1
* do not use NETTLE_LIBS to include hogweed and gmp.Nikos Mavrogiannopoulos2011-06-052-18/+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-032-7/+22
* Added ECDHE-PSK ciphersuites for TLS (RFC 5489).Nikos Mavrogiannopoulos2011-05-272-2/+43
* more updates for ECDSA ciphersuites.Nikos Mavrogiannopoulos2011-05-261-0/+1
* corrected bug in ciphersuite name searching.Nikos Mavrogiannopoulos2011-05-231-7/+7
* Added ECC ciphersuites from rfc5289.Nikos Mavrogiannopoulos2011-05-221-0/+27
* Added gnutls_x509_privkey_import_ecc_raw() and gnutls_x509_privkey_export_ecc...Nikos Mavrogiannopoulos2011-05-221-3/+5
* updates to allow the generation of an ECC private key.Nikos Mavrogiannopoulos2011-05-221-1/+22
* Added support for verifying server certificates with ECDSA.Nikos Mavrogiannopoulos2011-05-222-2/+26
* always put leading zero to output keysNikos Mavrogiannopoulos2011-05-221-1/+4
* print information on ECC certificates.Nikos Mavrogiannopoulos2011-05-221-6/+28
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-15/+65
* Curve TLS ID is being stored in algorithms/ecc.c.Nikos Mavrogiannopoulos2011-05-212-4/+51