summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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() op...Nikos Mavrogiannopoulos2011-08-278-8/+105
* Export export_gnutls_openpgp_privkey_sign_hash.Andreas Metzler2011-08-221-0/+1
* 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
* 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
* documented p11-kit addition.Nikos Mavrogiannopoulos2011-08-011-0/+4
* Don't try to do PKCS#11 login if session is already logged in.Stef Walter2011-08-011-0/+10
* When finding private keys fail, return error code.Stef Walter2011-08-011-2/+4
* pkcs11: Use p11_kit_pin_xxx() functionality when 'pinfile' is in uris.Stef Walter2011-08-016-80/+202
* Use pkcs11.h specification file from p11-kit.Stef Walter2011-08-012-1/+2
* Fix up compiler warnings.Stef Walter2011-08-015-12/+6
* The attached patch ports gnutls to p11-kit.Stef Walter2011-08-0127-4291/+1056
* gnutls-cli: Fix uninitialized variable when PKCS#11 uris in use.Stef Walter2011-08-011-1/+1
* Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for gnutls_x509_crt_list_imp...Nikos Mavrogiannopoulos2011-07-316-6/+279
* checking converted to gnutls_cert from pcert.Nikos Mavrogiannopoulos2011-07-311-3/+3
* removed unused variableNikos Mavrogiannopoulos2011-07-311-1/+0
* bumped version to 2.12.8Nikos Mavrogiannopoulos2011-07-313-3/+3
* Added GNUTLS_E_CERTIFICATE_LIST_UNSORTED.Nikos Mavrogiannopoulos2011-07-314-0/+77
* corrected typoNikos Mavrogiannopoulos2011-07-282-2/+2
* documented updates.Nikos Mavrogiannopoulos2011-07-271-1/+8
* only add zlib.pc if found. Corrected libs.private in nettle case.Nikos Mavrogiannopoulos2011-07-272-4/+11
* documented fixes.Nikos Mavrogiannopoulos2011-07-251-0/+11
* Replaced all occurences of gcry_sexp_nth_mpi (..., 0) withAndreas Metzler2011-07-251-16/+16
* writev_emu: stop on the first incomplete writeSjoerd Simons2011-07-251-0/+3
* Honor uninitialized private key in destructorPetr Písař2011-07-231-0/+2
* Corrected initialization of key when generating request. Reported by Petr Pisar.Nikos Mavrogiannopoulos2011-07-231-3/+4