summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added documentation on asynchronous operation.Nikos Mavrogiannopoulos2011-09-011-8/+6
* OpenPGP certificate type priority is not enabled by default.Nikos Mavrogiannopoulos2011-08-311-3/+8
* Added %NO_EXTENSIONS priority string.Nikos Mavrogiannopoulos2011-08-313-17/+27
* corrected sign type errors for integers.Nikos Mavrogiannopoulos2011-08-309-30/+34
* Corrected error checking in _gnutls_send_int().Nikos Mavrogiannopoulos2011-08-301-1/+1
* Avoid assert() and do not include needless headers.Nikos Mavrogiannopoulos2011-08-2911-36/+20
* Modified cpuid for 32-bit x86 to avoid a gcc issue (not finding a register).Nikos Mavrogiannopoulos2011-08-291-1/+20
* Corrected DH-ANON ciphersuite names.Nikos Mavrogiannopoulos2011-08-281-17/+17
* XmppAddr -> UTF8StringNikos Mavrogiannopoulos2011-08-271-1/+1
* more updates in private key copy.Nikos Mavrogiannopoulos2011-08-273-18/+13
* removed unused variable.Nikos Mavrogiannopoulos2011-08-271-1/+0
* gnutls_certificate_set_x509_key() and gnutls_certificate_set_openpgp_key() op...Nikos Mavrogiannopoulos2011-08-277-10/+110
* removed unused variables.Nikos Mavrogiannopoulos2011-08-272-8/+0
* Allow out-of-order change_cipher_spec in DTLS.Nikos Mavrogiannopoulos2011-08-261-6/+5
* documentation changes.Nikos Mavrogiannopoulos2011-08-243-24/+23
* unlock rnd mutex on error.Nikos Mavrogiannopoulos2011-08-231-0/+2
* Export export_gnutls_openpgp_privkey_sign_hash.Andreas Metzler2011-08-221-0/+1
* AIX check moved to system.c.Nikos Mavrogiannopoulos2011-08-222-4/+4
* documentation fixes.Nikos Mavrogiannopoulos2011-08-211-7/+7
* corrected typoNikos Mavrogiannopoulos2011-08-201-1/+1
* Added hack for AIX systems that may not set errno property on EAGAIN.Nikos Mavrogiannopoulos2011-08-201-2/+8
* documentation updatesNikos Mavrogiannopoulos2011-08-192-10/+10
* 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