summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bumped versiongnutls_2_12_19Nikos Mavrogiannopoulos2012-05-052-2/+2
|
* corrected bug in scan_nz()Nikos Mavrogiannopoulos2012-04-251-1/+1
|
* bumped version.Nikos Mavrogiannopoulos2012-04-224-4/+4
|
* documented fixNikos Mavrogiannopoulos2012-04-221-0/+3
|
* Added complete check in SRP parameters.Nikos Mavrogiannopoulos2012-04-221-2/+10
|
* Added better sanity checks in Diffie-Hellman key exchange.Nikos Mavrogiannopoulos2012-04-221-4/+29
| | | | | | Conflicts: lib/gnutls_dh.c
* If a callback fails try the other.Nikos Mavrogiannopoulos2012-04-162-9/+13
|
* documented fixNikos Mavrogiannopoulos2012-04-161-0/+3
|
* by default register a file callback in p11-kit to read a file from the ↵Nikos Mavrogiannopoulos2012-04-161-1/+4
| | | | pin-source pkcs11url field.
* updated libtasn1Nikos Mavrogiannopoulos2012-04-012-66/+88
|
* released 2.12.18gnutls_2_12_18Nikos Mavrogiannopoulos2012-03-161-2/+2
|
* corrected memory leaks in tests.Nikos Mavrogiannopoulos2012-03-163-11/+30
|
* corrected memory leaks in prime generation.Nikos Mavrogiannopoulos2012-03-161-5/+0
|
* more files to ignoreNikos Mavrogiannopoulos2012-03-161-0/+1
|
* Upgraded to libtasn1 version 2.12.Nikos Mavrogiannopoulos2012-03-1615-234/+302
|
* bumped versionNikos Mavrogiannopoulos2012-03-144-4/+4
|
* Fixed leaks in key generation and other cleanups. Patch by Tomas Mraz.Nikos Mavrogiannopoulos2012-03-084-17/+15
|
* Corrected SRP-RSA ciphersuites when used under TLS 1.2.Nikos Mavrogiannopoulos2012-03-022-4/+57
|
* released 2.12.17gnutls_2_12_17Nikos Mavrogiannopoulos2012-03-021-1/+1
|
* Fixes and memory leak elimination in SRP authentication.Nikos Mavrogiannopoulos2012-03-024-40/+81
|
* added new apiNikos Mavrogiannopoulos2012-03-011-3/+3
|
* Added gnutls_pkcs11_reinit().Nikos Mavrogiannopoulos2012-03-015-2/+36
| | | | | | | | Conflicts: NEWS doc/cha-cert-auth2.texi lib/libgnutls.map
* Updated gnulib.Nikos Mavrogiannopoulos2012-03-01634-4017/+6463
|
* bumped versionNikos Mavrogiannopoulos2012-03-014-4/+4
|
* valgrind only used in development environmentNikos Mavrogiannopoulos2012-03-011-2/+5
|
* No longer crash on a pkcs11 object without an ID.Nikos Mavrogiannopoulos2012-03-012-0/+9
|
* better check decrypted data.Nikos Mavrogiannopoulos2012-03-012-6/+14
|
* added sanity for parameters in _gnutls_pkcs1_rsa_decrypt().Nikos Mavrogiannopoulos2012-01-091-0/+3
|
* released 2.12.16.gnutls_2_12_16Nikos Mavrogiannopoulos2012-01-094-3/+14
|
* Corrected functionality of gnutls_record_get_direction(). Reported by Philip ↵Nikos Mavrogiannopoulos2012-01-061-0/+4
| | | | Allison.
* updated newsgnutls_2_12_15Nikos Mavrogiannopoulos2012-01-061-1/+1
|
* corrected rnd generation for w.Nikos Mavrogiannopoulos2012-01-061-1/+1
|
* bumped version.Nikos Mavrogiannopoulos2012-01-065-5/+5
|
* minor update to the fix.Nikos Mavrogiannopoulos2012-01-051-3/+4
|
* Disable signature algorithms that are not supported for client certificate ↵Nikos Mavrogiannopoulos2012-01-052-1/+8
| | | | verification.
* optimized DH group generation process (ported from 3.0.x)Nikos Mavrogiannopoulos2011-12-163-21/+27
|
* dropped unneeded function.Nikos Mavrogiannopoulos2011-11-243-20/+1
|
* released 2.12.14gnutls_2_12_14aNikos Mavrogiannopoulos2011-11-085-4/+14
|
* bug fix in gnutls_session_get_data().gnutls_2_12_14Nikos Mavrogiannopoulos2011-11-081-0/+1
|
* documented updatesgnutls_2_12_13Nikos Mavrogiannopoulos2011-11-071-0/+11
|
* upgraded to minitasn 2.10Nikos Mavrogiannopoulos2011-11-0714-94/+58
|
* gnutls_session_get_data: fix possible buffer overflowAlban Crequy2011-11-071-1/+1
| | | | | | | | | | | | | | | | The test to avoid the buffer overflow was always false because session_data_size was set at the wrong place. This problem has been introduced by this commit: |commit ad4ed44c65e753e6d3a00104c049dd81826ccbf3 |Author: Nikos Mavrogiannopoulos <nmav@gnutls.org> |Date: Mon Nov 7 22:24:48 2005 +0000 | | This is the initial commit in the 1.3 branch. Ported from the PSK branch: | * PSK ciphersuites have been added. | * The session resumption data are now system independent. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* bumped versiongnutls_2_12_12Nikos Mavrogiannopoulos2011-10-205-5/+5
|
* Update gnulib files.Simon Josefsson2011-10-1213-11/+496
|
* avoid using C99 constructs.Nikos Mavrogiannopoulos2011-10-081-1/+1
|
* Fixes to enable external signing callback toNikos Mavrogiannopoulos2011-10-072-3/+32
| | | | operate with TLS 1.2.
* backported valgrind updates.Nikos Mavrogiannopoulos2011-10-037-3/+83
|
* fixes in unused variables.Nikos Mavrogiannopoulos2011-10-034-11/+4
|
* Added new gnulib.Nikos Mavrogiannopoulos2011-10-03348-3479/+24074
|
* guile: Fix docstring extraction with CPP 4.5+.Ludovic Courtès2011-09-271-18/+38
|