summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Crippled status of gnutls_x509_privkey_t was removed to avoid thread safety i...Nikos Mavrogiannopoulos2011-07-234-80/+26
* bumped version.gnutls_2_12_7_aNikos Mavrogiannopoulos2011-06-185-5/+5
* Limit the number of attempts with the same PIN, to avoid attempting again and...gnutls_2_12_7Nikos Mavrogiannopoulos2011-06-171-2/+5
* When writing an object with CKA_TRUSTED set CKA_PRIVATE explicitly to FALSE, ...Nikos Mavrogiannopoulos2011-06-171-1/+8
* corrected makefile.Nikos Mavrogiannopoulos2011-06-161-1/+1
* updated newsNikos Mavrogiannopoulos2011-06-161-0/+18
* Corrections on security officer login.Nikos Mavrogiannopoulos2011-06-164-74/+15
* The CKA_SUBJECT must be specified for a certificate.Rickard Bellgrim2011-06-161-1/+15
* When setting the TRUSTED flag login as security officer.Nikos Mavrogiannopoulos2011-06-153-1/+9
* write label in PKCS #11 privkey.Nikos Mavrogiannopoulos2011-06-151-0/+8
* define ck_bool_t to be compatible with PKCS #11 bool type.Nikos Mavrogiannopoulos2011-06-157-7/+6
* Return error code when an object is not found.Nikos Mavrogiannopoulos2011-06-072-2/+2