summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixes and memory leak elimination in SRP authentication.Nikos Mavrogiannopoulos2012-03-023-40/+79
* added new apiNikos Mavrogiannopoulos2012-03-011-3/+3
* Added gnutls_pkcs11_reinit().Nikos Mavrogiannopoulos2012-03-013-0/+30
* Updated gnulib.Nikos Mavrogiannopoulos2012-03-01242-1716/+2690
* bumped versionNikos Mavrogiannopoulos2012-03-012-2/+2
* No longer crash on a pkcs11 object without an ID.Nikos Mavrogiannopoulos2012-03-011-0/+6
* better check decrypted data.Nikos Mavrogiannopoulos2012-03-011-6/+5
* 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-091-1/+1
* Corrected functionality of gnutls_record_get_direction(). Reported by Philip ...Nikos Mavrogiannopoulos2012-01-061-0/+4
* corrected rnd generation for w.Nikos Mavrogiannopoulos2012-01-061-1/+1
* bumped version.Nikos Mavrogiannopoulos2012-01-062-2/+2
* minor update to the fix.Nikos Mavrogiannopoulos2012-01-051-3/+4
* Disable signature algorithms that are not supported for client certificate ve...Nikos Mavrogiannopoulos2012-01-051-1/+5
* optimized DH group generation process (ported from 3.0.x)Nikos Mavrogiannopoulos2011-12-161-20/+18
* dropped unneeded function.Nikos Mavrogiannopoulos2011-11-243-20/+1
* released 2.12.14gnutls_2_12_14aNikos Mavrogiannopoulos2011-11-082-2/+2
* 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