summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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