summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generated.gnutls_2_9_9Simon Josefsson2009-11-091-0/+89
* Version 2.9.9.Simon Josefsson2009-11-091-1/+1
* Update gnulib files.Simon Josefsson2009-11-0911-171/+19
* Add.Simon Josefsson2009-11-091-0/+2
* Cleanup header inclusion.Simon Josefsson2009-11-091-7/+9
* Fix.Simon Josefsson2009-11-091-2/+2
* More dead code removed. Based on suggestions by Steve Grubb and Tomaz MrazNikos Mavrogiannopoulos2009-11-061-22/+6
* Add.Simon Josefsson2009-11-061-0/+4
* Fix --disable-valgrind-tests.Simon Josefsson2009-11-062-7/+10
* Update gnulib files.Simon Josefsson2009-11-061-1/+1
* Update gnulib files.Simon Josefsson2009-11-063-1/+13
* Link to libgcrypt explicitly when libgcrypt functions are used.Simon Josefsson2009-11-061-5/+7
* Fix libgcrypt usage.Simon Josefsson2009-11-062-0/+6
* Simplified code which was based on older version of internal structures.Nikos Mavrogiannopoulos2009-11-061-21/+12
* Corrected bug fix author.Nikos Mavrogiannopoulos2009-11-051-1/+2
* Documented previous commit.Nikos Mavrogiannopoulos2009-11-051-0/+2
* Cleanups and several bug fixes found by Tomas Mraz.Nikos Mavrogiannopoulos2009-11-058-23/+23
* Bump versions.Simon Josefsson2009-11-055-4/+9
* Generated.gnutls_2_9_8Simon Josefsson2009-11-051-0/+415
* Version 2.9.8.Simon Josefsson2009-11-051-1/+1
* Update gnulib files.Simon Josefsson2009-11-051-1/+1
* Update gnulib files.Simon Josefsson2009-11-0510-9/+165
* Make sure libgcrypt's dependency on libgpg-error is known.Simon Josefsson2009-11-051-1/+1
* Fix API name change.Simon Josefsson2009-11-051-1/+1
* Fix API name change.Simon Josefsson2009-11-051-1/+1
* Indent code.Simon Josefsson2009-11-0592-1542/+1732
* Fix API name change.Simon Josefsson2009-11-052-2/+2
* Fix NEWS blurb. Shorten new API name.Simon Josefsson2009-11-055-12/+22
* Doc fix, add Since tag.Simon Josefsson2009-11-051-20/+21
* Indent code.Simon Josefsson2009-11-051-97/+114
* Fix compile error.Simon Josefsson2009-11-052-2/+4
* Fix compile errors.Simon Josefsson2009-11-051-2/+1
* Fix compile errors.Simon Josefsson2009-11-051-0/+1
* Update gnulib files.Simon Josefsson2009-11-057-2/+114
* Add.Simon Josefsson2009-11-051-0/+3
* Sync with TP.Simon Josefsson2009-11-051-375/+510
* Use INET_NTOP_LIB and INET_PTON_LIB.Simon Josefsson2009-11-033-3/+3
* Update gnulib files.Simon Josefsson2009-11-0355-113/+172
* Fix.Simon Josefsson2009-11-021-14/+20
* Fix time bomb in chainverify self-test.Simon Josefsson2009-11-021-0/+15
* Documented change for certificate retrieval callbacks.Nikos Mavrogiannopoulos2009-11-011-1/+5
* do not use gnutls_x509_crt_get_signature_algorithm() on null certificates.Nikos Mavrogiannopoulos2009-11-011-26/+29
* Do not check signature algorithms for certificate selection when using openpg...Nikos Mavrogiannopoulos2009-11-011-2/+6
* Avoid code duplication by using all the functions defined in gnutls_algorithmsNikos Mavrogiannopoulos2009-11-011-0/+3
* Avoid code duplication by using all the functions defined in gnutls_algorithmsNikos Mavrogiannopoulos2009-11-018-123/+30
* Rationalized function names for signature generation and verification during ...Nikos Mavrogiannopoulos2009-11-016-22/+22
* Do not output error if a server replies with a SignatureAlgorithms extension.Nikos Mavrogiannopoulos2009-11-011-1/+5
* RSA_SHA -> RSA_SHA1Nikos Mavrogiannopoulos2009-11-012-2/+2
* Documented memory leak fix.Nikos Mavrogiannopoulos2009-11-011-0/+3
* Final touch on signature algorithms in TLS 1.2 support. Added function gnutls...Nikos Mavrogiannopoulos2009-11-0115-79/+191