summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed the RIPEMD ciphersuites.Nikos Mavrogiannopoulos2005-11-121-41/+0
* Use GNU coding style.Simon Josefsson2005-11-071-811/+897
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-0/+28
* Add MD2.Simon Josefsson2005-10-271-2/+2
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* gnutls will now recognize the GOST signature and public key OIDs. However no ...Nikos Mavrogiannopoulos2005-03-061-11/+15
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-72/+72
* Make it compile.Simon Josefsson2005-01-271-4/+6
* Changes to make the --disable-* options work again.Nikos Mavrogiannopoulos2005-01-261-0/+2
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* some cleanups.Nikos Mavrogiannopoulos2005-01-211-2/+4