summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* bug fix in gnutls_session_get_data().gnutls_2_12_14Nikos Mavrogiannopoulos2011-11-081-0/+1
* upgraded to minitasn 2.10Nikos Mavrogiannopoulos2011-11-0714-94/+58
* gnutls_session_get_data: fix possible buffer overflowAlban Crequy2011-11-071-1/+1
* bumped versiongnutls_2_12_12Nikos Mavrogiannopoulos2011-10-202-2/+2
* Update gnulib files.Simon Josefsson2011-10-123-2/+238
* Fixes to enable external signing callback toNikos Mavrogiannopoulos2011-10-071-3/+29
* fixes in unused variables.Nikos Mavrogiannopoulos2011-10-034-11/+4
* Added new gnulib.Nikos Mavrogiannopoulos2011-10-0368-218/+2850
* bumped versionNikos Mavrogiannopoulos2011-09-182-2/+2
* Corrected memory leak in privkey deinitialization. Reported by Dan Winship.Nikos Mavrogiannopoulos2011-09-181-0/+2
* Modified fix of "Allow CA importing of 0 certificates to succeed".Nikos Mavrogiannopoulos2011-09-062-18/+12
* libgnutls: Allow CA importing of 0 certificates to succeed.Simon Josefsson2011-09-061-1/+3
* Add p11-kit-1 to gnutls.pc Requires.private.Andreas Metzler2011-09-041-0/+5
* bumped versiongnutls_2_12_10Nikos Mavrogiannopoulos2011-09-012-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-311-3/+8
* 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-271-1/+1
* gnutls_certificate_set_x509_key() and gnutls_certificate_set_openpgp_key() op...Nikos Mavrogiannopoulos2011-08-277-8/+94
* Export export_gnutls_openpgp_privkey_sign_hash.Andreas Metzler2011-08-221-0/+1
* bumped version.gnutls_2_12_9Nikos Mavrogiannopoulos2011-08-212-2/+2
* Introduced GNUTLS_PKCS11_PIN_WRONG flag to indicate the previously given PIN ...Nikos Mavrogiannopoulos2011-08-142-18/+56
* Corrected issue when asking multiple times for PIN.Nikos Mavrogiannopoulos2011-08-141-10/+9
* corrected configure test.Nikos Mavrogiannopoulos2011-08-141-1/+1
* pakchois is no longer usedNikos Mavrogiannopoulos2011-08-091-2/+0
* bumped library versiongnutls_2_12_8Nikos Mavrogiannopoulos2011-08-081-1/+1
* Prevent from loading twice the same module.Nikos Mavrogiannopoulos2011-08-081-4/+17
* better placement of ifdefs.Nikos Mavrogiannopoulos2011-08-051-3/+3
* corrected uninitialized warning.Nikos Mavrogiannopoulos2011-08-011-6/+2
* 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-015-79/+201
* Use pkcs11.h specification file from p11-kit.Stef Walter2011-08-012-1/+2
* Fix up compiler warnings.Stef Walter2011-08-011-4/+2
* The attached patch ports gnutls to p11-kit.Stef Walter2011-08-0119-4284/+994
* Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for gnutls_x509_crt_list_imp...Nikos Mavrogiannopoulos2011-07-314-3/+70
* 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-311-1/+1
* Added GNUTLS_E_CERTIFICATE_LIST_UNSORTED.Nikos Mavrogiannopoulos2011-07-313-0/+70
* only add zlib.pc if found. Corrected libs.private in nettle case.Nikos Mavrogiannopoulos2011-07-272-4/+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
* 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-182-2/+2
* When writing an object with CKA_TRUSTED set CKA_PRIVATE explicitly to FALSE, ...Nikos Mavrogiannopoulos2011-06-171-1/+8
* Corrections on security officer login.Nikos Mavrogiannopoulos2011-06-161-1/+1
* The CKA_SUBJECT must be specified for a certificate.Rickard Bellgrim2011-06-161-1/+15