summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-1741-792/+811
* Restored HMAC-MD5 for compatibility. Although considered weak, several sites ...Nikos Mavrogiannopoulos2011-04-171-3/+4
* Try to detect AES-NI on Intel and AMD machines only.Nikos Mavrogiannopoulos2011-04-161-0/+23
* Added Andy Polyakov's version of AES-NI optimizations.Nikos Mavrogiannopoulos2011-04-1610-4645/+1703
* Link with pthreads.Nikos Mavrogiannopoulos2011-04-161-1/+2
* corrected filenameNikos Mavrogiannopoulos2011-04-161-1/+1
* removed conditional compilationNikos Mavrogiannopoulos2011-04-161-4/+0
* removed conditional compilation.Nikos Mavrogiannopoulos2011-04-161-3/+0
* use correct header.Nikos Mavrogiannopoulos2011-04-161-1/+1
* documented directories.Nikos Mavrogiannopoulos2011-04-161-1/+14
* Moved cryptodev to accelerated/Nikos Mavrogiannopoulos2011-04-165-5/+4
* Session tickets are included unconditionally.Nikos Mavrogiannopoulos2011-04-162-6/+0
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-1651-104/+180
* Corrected SSLv2 header parsing.Nikos Mavrogiannopoulos2011-04-151-1/+1
* removed text about select().Nikos Mavrogiannopoulos2011-04-141-6/+0
* check for libdl that pakchois needs.Nikos Mavrogiannopoulos2011-04-131-1/+1
* Added readme about pakchois and removed checksNikos Mavrogiannopoulos2011-04-132-4/+4
* Added missing const.Nikos Mavrogiannopoulos2011-04-131-1/+1
* Updates in the AES-NI accelerator.Nikos Mavrogiannopoulos2011-04-124-89/+15
* Added gnutls_cipher_set_iv().Nikos Mavrogiannopoulos2011-04-123-0/+20
* Increased priority of CPU assisted ciphers.Nikos Mavrogiannopoulos2011-04-123-11/+12
* Added README explaining the usage of Intel AES library.Nikos Mavrogiannopoulos2011-04-113-2/+5
* Corrected parsing error in TLS, when many handshake messagesNikos Mavrogiannopoulos2011-04-111-5/+12
* fixes in acceleration detection.Nikos Mavrogiannopoulos2011-04-1113-224/+4886
* Purged all references of LZO.Nikos Mavrogiannopoulos2011-04-111-3/+0
* gnutls_transport_set_global_errno() is no more.Nikos Mavrogiannopoulos2011-04-112-47/+0
* Support for liblzo was dropped.Nikos Mavrogiannopoulos2011-04-105-131/+3
* 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