summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Corrected documentation of several API functions.Nikos Mavrogiannopoulos2011-04-1010-22/+25
* Added support for x86 intel AES instruction acceleration if detected.Nikos Mavrogiannopoulos2011-04-108-1/+285
* Changes armor.c to be able to handle both LF and CRLF inputs (output isNikos Mavrogiannopoulos2011-04-101-3/+16
* Return correct value for dlclose() in windows. Patch by LRN.Nikos Mavrogiannopoulos2011-04-101-1/+1
* Added documentation for Datagram TLS.Nikos Mavrogiannopoulos2011-04-091-2/+4
* corrected memory leak on RSA signatures.Nikos Mavrogiannopoulos2011-04-082-4/+7
* more leaks fixed in common.cNikos Mavrogiannopoulos2011-04-081-14/+4
* Corrected leaks in gnutls_pubkey_t deinitialization.Nikos Mavrogiannopoulos2011-04-081-0/+7
* fix in trusted_list certificate deinitialization.Nikos Mavrogiannopoulos2011-04-081-0/+2
* correction in deinitialization of privkey.Nikos Mavrogiannopoulos2011-04-081-0/+3
* Corrected memory leaks.Nikos Mavrogiannopoulos2011-04-088-33/+63
* Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos2011-04-08218-45852/+12
* initialized ret in _gnutls_writev_emu().Nikos Mavrogiannopoulos2011-04-081-1/+1
* doc fixNikos Mavrogiannopoulos2011-04-081-1/+1
* removed unneeded variable.Nikos Mavrogiannopoulos2011-04-081-1/+0
* Corrected check for an unknown sign algorithm. Patch by LRN.Nikos Mavrogiannopoulos2011-04-081-1/+1
* Do not use %e in strftime. Use %d instead which is identically available in w...Nikos Mavrogiannopoulos2011-04-081-2/+2
* Fixed mismatch in size_t size. Patch by LRN.Nikos Mavrogiannopoulos2011-04-081-1/+1
* Correctly set errno in win32 using gnutls_transport_set_global_errno(). Based...Nikos Mavrogiannopoulos2011-04-072-3/+19
* win32 fixes for set_global_errno(). Suggested by LRN.Nikos Mavrogiannopoulos2011-04-071-0/+7
* minor modification in write_emu().Nikos Mavrogiannopoulos2011-04-071-3/+2
* simplified cdk_trim_string() to make it safer to use.Nikos Mavrogiannopoulos2011-04-073-11/+12
* correctly reset params.Nikos Mavrogiannopoulos2011-04-071-3/+3
* use correct pointer size.Nikos Mavrogiannopoulos2011-04-072-4/+4
* correctly compare sign algorithm_st.Nikos Mavrogiannopoulos2011-04-071-1/+1
* removed unused codeNikos Mavrogiannopoulos2011-04-076-391/+1
* null terminate the armored stringNikos Mavrogiannopoulos2011-04-071-4/+8
* more clear bounds checkingNikos Mavrogiannopoulos2011-04-071-1/+1
* initialize e and d.Nikos Mavrogiannopoulos2011-04-061-2/+3
* deinitialize pks variable only when needed.Nikos Mavrogiannopoulos2011-04-061-2/+3
* Initialize verify.Nikos Mavrogiannopoulos2011-04-061-0/+2
* removed unneeded function.Nikos Mavrogiannopoulos2011-04-062-27/+0
* correctly traverse slotsNikos Mavrogiannopoulos2011-04-061-0/+1
* Initialize tinfo using the initially available information.Nikos Mavrogiannopoulos2011-04-051-0/+2
* corrected debugging info.Nikos Mavrogiannopoulos2011-04-051-3/+2
* Do not cleanup bufel after it has been inserted into buffer.Nikos Mavrogiannopoulos2011-04-041-4/+2
* Combined dequeue with remove_front() and pop_first().Nikos Mavrogiannopoulos2011-04-041-26/+9
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-036-31/+154
* gcrypt.h is not really needed. Reported by David Reiser.Nikos Mavrogiannopoulos2011-04-031-1/+0
* Corrected bug in gnutls_srp_verifier() that prevented the allocation of a ver...Nikos Mavrogiannopoulos2011-04-031-1/+1
* Corrected access to freed memory location. Reported by Vitaly Kruglikov.Nikos Mavrogiannopoulos2011-03-261-1/+3
* Corrected windows system_errno() function. Reported and patch by Mark Brand.Nikos Mavrogiannopoulos2011-03-261-1/+1
* C++ compatibility fix for compat.h. Suggested by Mark Brand.Nikos Mavrogiannopoulos2011-03-261-0/+9
* Corrected uninitialized var deinitiation. Reported by Vitaly Kruglikov.Nikos Mavrogiannopoulos2011-03-261-0/+2
* eliminate compiler warning. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2011-03-261-2/+2
* Fix size of gnutls_openpgp_keyid_t by using the GNUTLS_OPENPGP_KEYID_SIZE def...Nikos Mavrogiannopoulos2011-03-264-8/+9
* documentation fixes.Nikos Mavrogiannopoulos2011-03-236-31/+32
* Simplified signature algorithm selection.Nikos Mavrogiannopoulos2011-03-236-93/+88
* updated documentationNikos Mavrogiannopoulos2011-03-231-3/+6
* Increased GNUTLS_MAX_ALGORITHM_NUM to 32. The gnutls_*_list() functions gener...Nikos Mavrogiannopoulos2011-03-233-94/+81