summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Corrected buffer overrun in crt_list_import. Reported and patch by Jonathan ↵gnutls_2_2_xNikos Mavrogiannopoulos2008-09-231-1/+1
| | | | Manktelow.
* removed unnesessary and dangerous free from credentials_set().Nikos Mavrogiannopoulos2008-09-151-1/+0
|
* initialize uninitialized variable.Nikos Mavrogiannopoulos2008-08-251-0/+3
|
* Corrected memory leak in read_octet. Based on patch by Colin Leroy ↵Nikos Mavrogiannopoulos2008-07-051-1/+1
| | | | (colin@colino.net)
* this fixes a problem in srptool, where the passwords never matchNikos Mavrogiannopoulos2008-06-301-0/+1
| | | | (--verify check) on some architectures (patch by Matthias Koenig <mkoenig@suse.de>)
* added check before reallocation of parameters to avoid memory leaks on ↵Nikos Mavrogiannopoulos2008-06-291-0/+15
| | | | rehandshake.
* do not add trailing zero on the size count.Nikos Mavrogiannopoulos2008-06-291-7/+5
|
* Fix build failure when openpgp is disabled.Simon Josefsson2008-05-261-1/+3
|
* Version 2.2.5.gnutls_2_2_5Simon Josefsson2008-05-191-1/+1
|
* Generated.Simon Josefsson2008-05-191-0/+16
|
* Add.Simon Josefsson2008-05-191-0/+7
|
* Bump versions.Simon Josefsson2008-05-192-2/+7
|
* Fix broken debug check for GNUTLS-SA-2008-1.Simon Josefsson2008-05-191-9/+3
|
* Generated.gnutls_2_2_4Simon Josefsson2008-05-191-0/+23
|
* Version 2.2.4.Simon Josefsson2008-05-191-1/+1
|
* Add.Simon Josefsson2008-05-191-0/+26
|
* Bump versions.Simon Josefsson2008-05-192-2/+7
|
* Fix GNUTLS-SA-2008-1 security vulnerabilities.Simon Josefsson2008-05-193-10/+39
| | | | See http://www.gnu.org/software/gnutls/security.html for updates.
* Generated.gnutls_2_2_3Simon Josefsson2008-05-061-0/+72
|
* Version 2.2.3.Simon Josefsson2008-05-061-1/+1
|
* Add.Simon Josefsson2008-05-061-0/+4
|
* USE_CAMELLIA -> ENABLE_CAMELLIANikos Mavrogiannopoulos2008-05-011-1/+1
|
* Call AM_CONDITIONAL at top-level.Simon Josefsson2008-04-291-2/+2
|
* Add.Simon Josefsson2008-04-291-0/+4
|
* Check whether `-fgnu89-inline' is supported before using it.Ludovic Courtès2008-04-292-5/+26
| | | | | | | | * configure.in: Check for `-fgnu89-inline', define Automake conditional `HAVE_GCC_GNU89_INLINE_OPTION'. * guile/src/Makefile.am (AM_CFLAGS): Only use `-fgnu89-inline' when `HAVE_GCC_GNU89_INLINE_OPTION' is true.
* Increase max handshake packet size.Simon Josefsson2008-04-292-2/+9
| | | | | Thanks to Marc Haber <mh+debian-bugs@zugschlus.de> and "Marc F. Clemente" <marc@mclemente.net> for reporting and providing test servers.
* Add.Simon Josefsson2008-04-031-0/+4
|
* (_gnutls_psk_pwd_find_entry): Call fclose after fopen.Simon Josefsson2008-04-031-1/+3
| | | | | Tiny patch from Laurence Withers <l@lwithers.me.uk>, see <http://lists.gnu.org/archive/html/gnutls-devel/2008-04/msg00002.html>.
* Documented the --priority option to gnutls-cli and gnutls-serv.Nikos2008-03-291-0/+2
|
* documented the --priority option.Nikos2008-03-292-29/+122
|
* Add.Simon Josefsson2008-03-071-0/+4
|
* Bump versions.Simon Josefsson2008-03-072-2/+7
|
* Use __func__ instead of __FUNCTION__.Simon Josefsson2008-03-071-2/+2
| | | | | Reported by Tim Mooney, see <https://savannah.gnu.org/support/?106267>. A gnulib module to make sure __func__ is available would be nice.
* Generated.gnutls_2_2_2Simon Josefsson2008-02-211-0/+53
|
* Version 2.2.2.Simon Josefsson2008-02-211-1/+1
|
* corrected string handling in parse_general_name. Thanks to Andreas Metzler ↵Nikos2008-02-171-1/+3
| | | | for pointing out.
* Increased the default certificate verification chain limits and allowedNikos2008-02-174-4/+8
| | | | for checks without limitation.
* corrected previous fix in priorities handling.Nikos2008-02-171-3/+2
|
* Corrected memory leaks in session resuming and DHE ciphersuites. ReportedNikos2008-02-175-32/+19
| | | | by Daniel Stenberg.
* documented the fix in gnutls_x509_crt_get_subject_alt_name().Nikos2008-02-151-0/+4
|
* null terminate only printable strings.Nikos2008-02-151-5/+29
|
* Bump versions.Simon Josefsson2008-02-131-2/+2
|
* Add.Simon Josefsson2008-02-131-0/+8
|
* Applied patch to fix the NONE parameters. By Laurence Withers <l@lwithers.me.uk>Nikos2008-02-131-1/+6
|
* Generated.gnutls_2_2_1Simon Josefsson2008-01-171-20244/+118
|
* Version 2.2.1.Simon Josefsson2008-01-171-1/+1
|
* Bump copyright year.Simon Josefsson2008-01-171-1/+1
|
* Also test dhe-rsa.Simon Josefsson2008-01-171-2/+2
|
* Generated.Simon Josefsson2008-01-171-1/+1
|
* Revert "do not use elgamal subkeys"Simon Josefsson2008-01-172-65/+50
| | | | This reverts commit 62a154c71d1963c50edeb9b882c5100caa8b6751.