summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Removed the limitation of one name per certificate.Nikos Mavrogiannopoulos2011-08-197-67/+248
* gnutls_certificate_set_x509_key_file() and friends support server name indica...Nikos Mavrogiannopoulos2011-08-177-66/+170
* Documentation fixes.Nikos Mavrogiannopoulos2011-08-171-72/+94
* Added AES-256-GCM. Reported by Benjamin Hof.Nikos Mavrogiannopoulos2011-08-151-0/+1
* Introduced GNUTLS_PKCS11_PIN_WRONG flag to indicate the previously given PIN ...Nikos Mavrogiannopoulos2011-08-142-1/+6
* Corrected issue when asking multiple times for PIN.Nikos Mavrogiannopoulos2011-08-141-10/+9
* files to ignoreNikos Mavrogiannopoulos2011-08-131-0/+1
* If a module is dlopened twice, then deinitialize the second load.Nikos Mavrogiannopoulos2011-08-131-2/+3
* documentation updatesNikos Mavrogiannopoulos2011-08-132-10/+8
* Internals section updated.Nikos Mavrogiannopoulos2011-08-125-11/+9
* Documentation updates. gnutls_x509_crq_sign2() and gnutls_x509_crl_sign2() we...Nikos Mavrogiannopoulos2011-08-126-14/+16
* doc updateNikos Mavrogiannopoulos2011-08-111-2/+2
* Force alignment for AES-NI to the runtime rather than on the structures.Nikos Mavrogiannopoulos2011-08-112-12/+10
* Added session initialization discussionNikos Mavrogiannopoulos2011-08-111-12/+11
* updated documentationNikos Mavrogiannopoulos2011-08-103-14/+19
* document flagsNikos Mavrogiannopoulos2011-08-101-0/+1
* removed reference to pakchoisNikos Mavrogiannopoulos2011-08-091-1/+0
* Prevent from loading twice the same module.Nikos Mavrogiannopoulos2011-08-081-4/+17
* Added note.GNU-stack to prevent marking the library as using an executable st...Nikos Mavrogiannopoulos2011-08-083-0/+14
* Included appro's updates to AES-NI.Nikos Mavrogiannopoulos2011-08-082-325/+338
* better placement of ifdefs.Nikos Mavrogiannopoulos2011-08-051-3/+3
* Clarify license and copyright.Simon Josefsson2011-08-03249-811/+617
* Remove unused files.Simon Josefsson2011-08-038-1080/+0
* More GTK-DOC fixes.Simon Josefsson2011-08-032-26/+49
* Update gnulib files. Fix syntax-check usage.Simon Josefsson2011-08-033-15/+14
* More GTK-DOC improvements.Simon Josefsson2011-08-0321-211/+386
* updatedNikos Mavrogiannopoulos2011-08-021-2/+2
* Fix GTK-DOC manual.Simon Josefsson2011-08-0222-69/+91
* detect premature termination of connectionNikos Mavrogiannopoulos2011-08-021-1/+1
* the deprecated_config_file from 2.12.x was incorporated.Nikos Mavrogiannopoulos2011-08-022-33/+49
* documentation updateNikos Mavrogiannopoulos2011-08-021-1/+1
* Add GTK-DOC Since: tags for 3.0.0 additions.Simon Josefsson2011-08-0215-12/+72
* added asserts.Nikos Mavrogiannopoulos2011-08-011-3/+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
* Mark the config argument of gnutls_pkcs11_init() as unusedStef Walter2011-08-012-4/+4
* Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for gnutls_x509_crt_list_imp...Nikos Mavrogiannopoulos2011-07-314-3/+70
* Added GNUTLS_E_CERTIFICATE_LIST_UNSORTED.Nikos Mavrogiannopoulos2011-07-313-0/+70
* Added gnutls_pcert_list_import_x509_raw() and few doc fixes.Nikos Mavrogiannopoulos2011-07-274-3/+74
* corrected for libnettle.Nikos Mavrogiannopoulos2011-07-271-1/+1
* writev_emu: stop on the first incomplete writeSjoerd Simons2011-07-251-0/+3
* Added debug message to indicate usage of compatibility mode for /etc/gnutls/p...Nikos Mavrogiannopoulos2011-07-241-0/+1
* Honor uninitialized private key in destructorPetr Písař2011-07-231-0/+2
* The crippled status of an gnutls_x509_privkey_t was removed.Nikos Mavrogiannopoulos2011-07-234-58/+22
* pkcs11: Use p11_kit_pin_xxx() functionality when 'pinfile' is in uris.Stef Walter2011-07-235-79/+201
* Added compatibility mode with /etc/gnutls/pkcs11.confNikos Mavrogiannopoulos2011-07-231-1/+47
* Updated information on required libraries.Nikos Mavrogiannopoulos2011-07-232-4/+2
* updated function listing.Nikos Mavrogiannopoulos2011-07-231-32/+17
* Added gnutls_alert_get_strname().Nikos Mavrogiannopoulos2011-07-233-38/+62
* documentation fixesNikos Mavrogiannopoulos2011-07-2375-536/+524