summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.c
Commit message (Expand)AuthorAgeFilesLines
* fix for dtls.dtlsNikos Mavrogiannopoulos2011-02-181-0/+1
* Make version lookup transport dependent.Jonathan Bastien-Filiatrault2011-02-171-10/+18
* Add DTLS1.0 protocol entry.Jonathan Bastien-Filiatrault2011-02-171-0/+2
* Added fixme note on TLS 1.2 PRF per ciphersuite.Nikos Mavrogiannopoulos2011-02-151-0/+5
* The safe renegotiation ciphersuite is not required to be registered.Nikos Mavrogiannopoulos2011-02-151-7/+0
* Added ciphersuites (from RFC5487):Nikos Mavrogiannopoulos2011-02-151-6/+42
* Added sha224 to the list of MACs.Nikos Mavrogiannopoulos2011-02-091-0/+1
* Combined same functions.Nikos Mavrogiannopoulos2011-02-081-23/+2
* Several updates in signature algorithms parsing and sending to avoid sending ...Nikos Mavrogiannopoulos2011-02-081-5/+16
* Removed unused debugging code.Nikos Mavrogiannopoulos2011-02-081-41/+0
* Added more GCM ciphersuites (DHE-* and anonymous).Nikos Mavrogiannopoulos2011-02-071-17/+50
* 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-23/+47
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-318/+318
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-29/+42
* Added RSA_NULL_SHA1 and SHA256 ciphersuites.Nikos Mavrogiannopoulos2010-07-261-2/+13
* NULL MAC renamed to MAC-NULLNikos Mavrogiannopoulos2010-07-261-1/+1
* Added GNUTLS_PK_DH to differentiate in the generation of parameters with PK_DSANikos Mavrogiannopoulos2010-07-241-24/+25
* Corrected wrong descriptions of security levels.Nikos Mavrogiannopoulos2010-07-241-2/+2
* use RSA-SHA1 as an indicator of RSA certificates.Nikos Mavrogiannopoulos2010-07-241-0/+1
* Fix DSA key values to avoid generating normal and reporting them as low.Nikos Mavrogiannopoulos2010-07-241-2/+2
* Better handling of security parameters to key sizes matching (via a single ta...Nikos Mavrogiannopoulos2010-07-231-59/+57
* Updated documentation and gnutls_pk_params_t mappings to ECRYPT II recommenda...Nikos Mavrogiannopoulos2010-07-231-8/+8
* Added SIG_RSA_MD5_OID as an indicator of RSA. Some microsoft products were us...Nikos Mavrogiannopoulos2010-07-211-1/+2
* Added RSA with SHA224.Nikos Mavrogiannopoulos2010-07-191-0/+2
* More fixes for the rebase.Nikos Mavrogiannopoulos2010-06-041-55/+2
* Added gnutls_sec_param_to_pk_bits() et al. to allow select bitNikos Mavrogiannopoulos2010-06-031-0/+115
* Added support for SHA224 and SHA256 in DSA.Nikos Mavrogiannopoulos2010-06-031-0/+5
* Added a forgoten by god OID for RSA. Warn using the actual OIDNikos Mavrogiannopoulos2010-06-031-2/+5
* Do not rely on version ordering; use switch..case instead.Jonathan Bastien-Filiatrault2010-06-031-3/+33
* Add version check function for selectable signature/hash certificate algorithms.Jonathan Bastien-Filiatrault2010-06-031-0/+8
* Add version check functions for non-minimal padding.Jonathan Bastien-Filiatrault2010-06-031-0/+7
* Add version check function for explicit IV.Jonathan Bastien-Filiatrault2010-06-031-0/+8
* Better checks in loops.Nikos Mavrogiannopoulos2010-05-241-2/+2
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-58/+113
* Export new ABIs. Doc fixes for new APIs.Simon Josefsson2010-04-141-0/+11
* Doc fixes.Simon Josefsson2010-04-131-51/+51
* Each ciphersuite is now tight with a minimum TLS version and a maximumNikos Mavrogiannopoulos2010-03-201-62/+63
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-26/+26
* 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/+7
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-27/+27
* 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-27/+27
* More dead code removed. Based on suggestions by Steve Grubb and Tomaz MrazNikos Mavrogiannopoulos2009-11-061-22/+6
* 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