summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.c
Commit message (Expand)AuthorAgeFilesLines
* Indent code.Simon Josefsson2009-11-051-32/+36
* Avoid code duplication by using all the functions defined in gnutls_algorithmsNikos Mavrogiannopoulos2009-11-011-3/+3
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-4/+4
* Added support for the AES family of ciphers in the PKCS8 and 12 encryption op...Nikos Mavrogiannopoulos2009-10-241-0/+1
* Add SHA-2 cipher suites.Daiki Ueno2009-09-011-0/+36
* Add comment explaining where magic values come from.Simon Josefsson2009-08-311-0/+2
* Add functions for TLS signature algorithm.Daiki Ueno2009-08-311-11/+60
* Replace explicit version checks with feature checksJonathan Bastien-Filiatrault2009-08-191-0/+61
* Doc fix.Simon Josefsson2009-08-111-4/+4
* Fix typos in documentation.Simon Josefsson2009-08-111-3/+3
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-12/+12
* Fix warnings.Simon Josefsson2009-01-071-4/+9
* avoid using malloc for small buffers.Nikos Mavrogiannopoulos2008-09-281-0/+2
* Indent.Simon Josefsson2008-09-161-1/+1
* Add interfaces to get PK and PK-sign algorithms. Use them.Simon Josefsson2008-09-161-0/+56
* Typo.Simon Josefsson2008-09-011-1/+1
* Add gnutls_sign_list and gnutls_sign_get_id.Simon Josefsson2008-09-011-0/+48
* Move compression functions to gnutls_compress.c to make gnutls_algorithms.c m...Simon Josefsson2008-09-011-226/+0
* Fix warning.Simon Josefsson2008-09-011-1/+1
* Doc fix.Simon Josefsson2008-09-011-28/+28
* Fix typo.Simon Josefsson2008-09-011-2/+3
* Add gnutls_pk_list and gnutls_pk_get_id.Simon Josefsson2008-09-011-0/+45
* Indent code.Simon Josefsson2008-07-021-33/+38
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-0/+12
* Remove all uses of gnutls_alloca/gnutls_afree.Simon Josefsson2008-04-171-3/+3
* Doc fixes.Simon Josefsson2008-03-061-26/+25
* Doc fixes.Simon Josefsson2008-03-061-84/+102
* cleanup the priority functionalityNikos Mavrogiannopoulos2007-11-241-25/+24
* Doc fix.Simon Josefsson2007-11-141-70/+56
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* (no commit message)Nikos Mavrogiannopoulos2007-10-261-2/+1
* Updata gnutls.vers since we changed our interfaces and some other fixes.Nikos Mavrogiannopoulos2007-10-231-2/+2
* (no commit message)Nikos Mavrogiannopoulos2007-10-231-2/+2
* The text names used in the gnutls_*_convert_priority functions are the namesNikos Mavrogiannopoulos2007-10-231-27/+152
* Added support for DSA2 (key sizes for more than 1024 bits on DSA) via libgcry...Nikos Mavrogiannopoulos2007-10-121-1/+1
* * Added section "Selecting cryptographic key sizes" in gnutls.texiNikos Mavrogiannopoulos2007-10-121-21/+50
* Add patch to support Camellia, contributed by Yoshisato YANAGISAWA. Fixes #1.Simon Josefsson2007-09-241-0/+56
* Use official IANA values for SRP.Simon Josefsson2007-09-071-11/+10
* Add gnutls_cipher_suite_info API, suggested by Howard Chu <hyc@symas.com>.Simon Josefsson2007-04-041-0/+44
* Add new APIs to list supported algorithms: gnutls_cipher_list,Simon Josefsson2007-04-041-8/+180
* Simplify kx definition, since gnutls-extra no longer touches it.Simon Josefsson2007-04-041-8/+11
* Remove #if GNUTLS_PK_LOOP madness that hides problems.Simon Josefsson2007-03-281-16/+23
* Support (RSA-)SHA-256/384/512.Simon Josefsson2007-02-051-0/+9
* (GNUTLS_SIGN_ALG_LOOP): Don't match unknown algorithms to GOST.Simon Josefsson2007-02-051-2/+2
* Support TLS 1.2.Simon Josefsson2006-11-251-0/+1
* (_gnutls_x509_oid2mac_algorithm): Don't crash trying to strcmp theSimon Josefsson2006-08-111-2/+2
* Indent more.Simon Josefsson2005-12-151-2/+4
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-3/+3
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-6/+6
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-2/+25