summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added missing filesgnutls_2_10_xAlexander von Klinski2013-08-302-0/+536
* [PATCH 1/1] our modifications to gnutls 2.10.2Alexander von Klinski2013-07-238-10/+46
* Fix size of gnutls_openpgp_keyid_t by using the GNUTLS_OPENPGP_KEYID_SIZE def...Nikos Mavrogiannopoulos2011-03-264-9/+11
* Corrected uninitialized var deinitiation. Reported by Vitaly Kruglikov.Nikos Mavrogiannopoulos2011-03-261-0/+2
* fix for C++.Nikos Mavrogiannopoulos2011-03-261-0/+9
* Corrected access to freed memory location. Reported by Vitaly Kruglikov.Nikos Mavrogiannopoulos2011-03-261-12/+14
* Generated.gnutls_2_10_5Simon Josefsson2011-02-281-0/+64
* Handle multi-word $GNUTLS_REQUIRES_PRIVATE's.Simon Josefsson2011-02-281-2/+2
* Version 2.10.5.Simon Josefsson2011-02-281-1/+1
* Document pkg-config changes.Simon Josefsson2011-02-271-1/+5
* SHA1 or better check fixed.Nikos Mavrogiannopoulos2011-02-271-1/+1
* documented fix.Nikos Mavrogiannopoulos2011-02-271-0/+2
* corrected finished packet check.Nikos Mavrogiannopoulos2011-02-271-4/+6
* Corrected signature generation and verificationNikos Mavrogiannopoulos2011-02-122-5/+40
* pkg-config: If gnutls is built with zlib support list zlib in Requires.private.Andreas Metzler2011-02-052-1/+9
* pkg-config: drop @LIBGNUTLS_LIBS@ from Libs.private. This library only contai...Andreas Metzler2011-02-051-1/+1
* pkg-config: Move libtasn1 from Libs.private to Requires.private since libtasn...Andreas Metzler2011-02-052-1/+6
* adapt pkg-config file for switch from AM_PATH_LIBGCRYPT to AC_LIB_HAVE_LINKFLAGSAndreas Metzler2011-02-051-1/+1
* Bump versions.Simon Josefsson2010-12-065-4/+9
* Update for 2.10.4.Simon Josefsson2010-12-061-64/+17
* Generated.gnutls_2_10_4Simon Josefsson2010-12-061-0/+103
* Version 2.10.4.Simon Josefsson2010-12-061-1/+1
* minitasn1: Updated to Libtasn1 2.9.Simon Josefsson2010-12-065-68/+33
* Bump versions.Simon Josefsson2010-12-063-3/+3
* Use ASN1_NULL when writing parameters for RSA signatures. This makes us compl...Nikos Mavrogiannopoulos2010-12-056-4/+14
* Corrected buffer overflow in gnutls-serv by Tomas Mraz.Nikos Mavrogiannopoulos2010-12-052-26/+22
* Reverted default behavior for verification and introduced GNUTLS_VERIFY_DO_NO...Nikos Mavrogiannopoulos2010-11-267-23/+25
* Fix dependencies, fixes parallel builds.Simon Josefsson2010-11-231-1/+1
* corrected newsNikos Mavrogiannopoulos2010-11-211-1/+1
* bumped versionNikos Mavrogiannopoulos2010-11-192-2/+2
* added infognutls_2_10_3Nikos Mavrogiannopoulos2010-11-161-0/+3
* Correctly write DSA public key in ASN.1 (add leading zero). Reported by Jeffr...Nikos Mavrogiannopoulos2010-11-161-1/+1
* Removed redundant error check. Reported by Nicolas Kaiser.Nikos Mavrogiannopoulos2010-11-111-8/+0
* Corrected leak in extension data calculation. Reported by Mike Blumenkrantz.Nikos Mavrogiannopoulos2010-11-032-0/+4
* Avoid bashism.Simon Josefsson2010-09-301-1/+1
* Don't return from void functions.Simon Josefsson2010-09-301-2/+2
* Add.Simon Josefsson2010-09-301-0/+2
* Bump versions.Simon Josefsson2010-09-305-4/+9
* Remove spurious comma.Simon Josefsson2010-09-301-2/+2
* Remove spurious comma.Simon Josefsson2010-09-301-2/+2
* Generated.gnutls_2_10_2Simon Josefsson2010-09-301-0/+93
* Version 2.10.2.Simon Josefsson2010-09-301-1/+1
* Make pkcs8-decode test work on Windows.Simon Josefsson2010-09-302-1/+3
* Avoid double free.Nikos Mavrogiannopoulos2010-09-291-1/+0
* Add new extended key usage ipsecIKEMicah Anderson2010-09-297-1/+48
* removed invalid e-mail addressNikos Mavrogiannopoulos2010-09-271-1/+1
* Add.Simon Josefsson2010-09-261-0/+2
* Add.Simon Josefsson2010-09-261-5/+15
* No longer use is_fatal() during handshake. Explicitely treatNikos Mavrogiannopoulos2010-09-231-1/+6
* fflush stdout and stderr before the call to setbuf. This fixes issue in solar...Nikos Mavrogiannopoulos2010-09-231-0/+3