summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* released 2.12.11gnutls_2_12_11Nikos Mavrogiannopoulos2011-09-181-1/+1
|
* bumped versionNikos Mavrogiannopoulos2011-09-184-4/+4
|
* new gaaNikos Mavrogiannopoulos2011-09-183-3/+3
|
* Corrected memory leak in privkey deinitialization. Reported by Dan Winship.Nikos Mavrogiannopoulos2011-09-182-0/+5
|
* Modified fix of "Allow CA importing of 0 certificates to succeed".Nikos Mavrogiannopoulos2011-09-062-18/+12
| | | | | | gnutls_x509_crt_list_import() is still failing when no certificates are found and only gnutls_certificate_set_x509_trust_mem() returns zero when no certificates are found.
* libgnutls: Allow CA importing of 0 certificates to succeed.Simon Josefsson2011-09-063-2/+21
| | | | | Reported by Jonathan Nieder <jrnieder@gmail.com> in <http://bugs.debian.org/640639>.
* updated changelogNikos Mavrogiannopoulos2011-09-041-35110/+572
|
* Add p11-kit-1 to gnutls.pc Requires.private.Andreas Metzler2011-09-041-0/+5
| | | | | | | If building with PKCS#11 support append p11-kit-1 to gnutls.pc Requires.private. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* added snippetNikos Mavrogiannopoulos2011-09-044-0/+416
|
* bumped versiongnutls_2_12_10Nikos Mavrogiannopoulos2011-09-015-5/+5
|
* compiled with newer gaa.Nikos Mavrogiannopoulos2011-09-011-1/+1
|
* explicitly enable openpgp certtype in tests.Nikos Mavrogiannopoulos2011-09-011-2/+2
|
* do not exit configure if p11-kit is not found.Nikos Mavrogiannopoulos2011-08-311-5/+12
|
* OpenPGP certificate type is not enabled by default.Nikos Mavrogiannopoulos2011-08-312-3/+11
|
* removed unneeded headers.Nikos Mavrogiannopoulos2011-08-301-1/+0
|
* documented updatesNikos Mavrogiannopoulos2011-08-301-0/+3
|
* Corrected error checking in _gnutls_send_int().Nikos Mavrogiannopoulos2011-08-301-1/+1
|
* Added new gnulibNikos Mavrogiannopoulos2011-08-29105-1479/+7289
|
* XmppAddr -> UTF8StringNikos Mavrogiannopoulos2011-08-272-1/+4
|
* gnutls_certificate_set_x509_key() and gnutls_certificate_set_openpgp_key() ↵Nikos Mavrogiannopoulos2011-08-278-8/+105
| | | | operate as in gnutls 2.10.x and do not require to hold the structures.
* Export export_gnutls_openpgp_privkey_sign_hash.Andreas Metzler2011-08-221-0/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* bumped version.gnutls_2_12_9Nikos Mavrogiannopoulos2011-08-215-5/+5
|
* Replaced typedef gnutls_connection_end_t from openssl.h with an unsigned int.Nikos Mavrogiannopoulos2011-08-152-1/+5
|
* documented fixNikos Mavrogiannopoulos2011-08-141-1/+1
|
* Introduced GNUTLS_PKCS11_PIN_WRONG flag to indicate the previously given PIN ↵Nikos Mavrogiannopoulos2011-08-143-18/+63
| | | | is wrong.
* documented fixNikos Mavrogiannopoulos2011-08-141-1/+11
|
* Corrected issue when asking multiple times for PIN.Nikos Mavrogiannopoulos2011-08-141-10/+9
|
* corrected configure test.Nikos Mavrogiannopoulos2011-08-141-1/+1
|
* do not escape \#Nikos Mavrogiannopoulos2011-08-121-4/+4
|
* pakchois is no longer usedNikos Mavrogiannopoulos2011-08-091-2/+0
|
* bumped library versiongnutls_2_12_8Nikos Mavrogiannopoulos2011-08-082-2/+2
|
* document new config files of p11-kit.Nikos Mavrogiannopoulos2011-08-081-7/+6
|
* Prevent from loading twice the same module.Nikos Mavrogiannopoulos2011-08-081-4/+17
|
* better placement of ifdefs.Nikos Mavrogiannopoulos2011-08-051-3/+3
|
* updated newsNikos Mavrogiannopoulos2011-08-041-3/+4
|
* check the output of fgets.Nikos Mavrogiannopoulos2011-08-011-1/+3
|
* corrected uninitialized warning.Nikos Mavrogiannopoulos2011-08-011-6/+2
|
* document p11-kitNikos Mavrogiannopoulos2011-08-012-6/+9
|