summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.h
Commit message (Expand)AuthorAgeFilesLines
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-155/+0
* Added ability to specify curves as priority strings.Nikos Mavrogiannopoulos2011-05-211-0/+1
* Account 'A' in calculations for point doubling.Nikos Mavrogiannopoulos2011-05-201-0/+2
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-0/+24
* gnutls_version_has_variable_padding is not really needed. A check for SSL3.0 ...Nikos Mavrogiannopoulos2011-03-121-1/+0
* Return a more precise mtu unit to applications.Nikos Mavrogiannopoulos2011-02-201-0/+2
* ciphersuites have a bit that indicates whether they are usable with DTLS or not.Nikos Mavrogiannopoulos2011-02-181-4/+0
* Several updates in signature algorithms parsing and sending to avoid sending ...Nikos Mavrogiannopoulos2011-02-081-1/+1
* Added gnutls_cipher_add_auth() gnutls_cipher_tag() to export theNikos Mavrogiannopoulos2011-02-071-1/+1
* Added support for GCM ciphersuites (not tested with other implementation).Nikos Mavrogiannopoulos2011-02-061-0/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-22/+22
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* Added GNUTLS_PK_DH to differentiate in the generation of parameters with PK_DSANikos Mavrogiannopoulos2010-07-241-1/+1
* Better handling of security parameters to key sizes matching (via a single ta...Nikos Mavrogiannopoulos2010-07-231-0/+2
* Add version check function for explicit IV.Jonathan Bastien-Filiatrault2010-06-031-1/+0
* Add version check functions for selectable PRF and extension handling.Jonathan Bastien-Filiatrault2010-06-031-0/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* More indentation.Simon Josefsson2010-04-141-4/+8
* Each ciphersuite is now tight with a minimum TLS version and a maximumNikos Mavrogiannopoulos2010-03-201-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Added Steve Dispensa's patch for safe renegotiation (with artistic changes).Nikos Mavrogiannopoulos2010-01-121-0/+3
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-8/+8
* fixes for compilation.Nikos Mavrogiannopoulos2009-12-041-1/+0
* Exported gnutls_cipher_get_block_size() and all hash functions added to libgn...Nikos Mavrogiannopoulos2009-12-021-1/+1
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-8/+8
* Avoid code duplication by using all the functions defined in gnutls_algorithmsNikos Mavrogiannopoulos2009-11-011-1/+1
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-1/+2
* Add functions for TLS signature algorithm.Daiki Ueno2009-08-311-0/+4
* Replace explicit version checks with feature checksJonathan Bastien-Filiatrault2009-08-191-0/+7
* Move declarations.Simon Josefsson2008-09-011-13/+0
* Move compression functions to gnutls_compress.c to make gnutls_algorithms.c m...Simon Josefsson2008-09-011-13/+0
* Fix warnings.Simon Josefsson2008-08-281-7/+1
* added gnutls_set_priority() to replace gnutls_set_default_priority2().Nikos Mavrogiannopoulos2007-11-181-0/+6
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* The text names used in the gnutls_*_convert_priority functions are the namesNikos Mavrogiannopoulos2007-10-231-8/+9
* Simplify kx definition, since gnutls-extra no longer touches it.Simon Josefsson2007-04-041-11/+1
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-86/+89
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fix warning.Simon Josefsson2005-04-141-1/+0
* Simplify.Simon Josefsson2005-04-141-24/+11
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-12/+16
* Simplified the algorithm to OID and vice versa functions, and added the RSA-R...Nikos Mavrogiannopoulos2005-01-211-9/+24
* Indent.Simon Josefsson2004-10-281-11/+14
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-51/+51
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-43/+65
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-10/+10
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-6/+6