summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.c
Commit message (Expand)AuthorAgeFilesLines
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.eccNikos Mavrogiannopoulos2011-05-201-1/+125
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-1/+0
* Corrected documentation of several API functions.Nikos Mavrogiannopoulos2011-04-101-1/+1
* correctly compare sign algorithm_st.Nikos Mavrogiannopoulos2011-04-071-1/+1
* Increased GNUTLS_MAX_ALGORITHM_NUM to 32. The gnutls_*_list() functions gener...Nikos Mavrogiannopoulos2011-03-231-90/+79
* On unknown public key algorithms return Unknown name.Nikos Mavrogiannopoulos2011-03-161-0/+1
* Added DSA-SHA256, DSA-SHA224 and RSA-SHA224 to the supported signature algori...Nikos Mavrogiannopoulos2011-03-131-0/+3
* gnutls_version_has_variable_padding is not really needed. A check for SSL3.0 ...Nikos Mavrogiannopoulos2011-03-121-14/+0
* gnutls_x509_log replaced with gnutls_audit_log.Nikos Mavrogiannopoulos2011-02-201-1/+1
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-1/+5
* corrected is_version_supported().Nikos Mavrogiannopoulos2011-02-181-4/+3
* ciphersuites have a bit that indicates whether they are usable with DTLS or not.Nikos Mavrogiannopoulos2011-02-181-76/+75
* 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