summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* removed debuggingNikos Mavrogiannopoulos2013-12-211-1/+0
* pkcs11_get_random was renamedNikos Mavrogiannopoulos2013-12-213-3/+3
* removed note from files that don't use itNikos Mavrogiannopoulos2013-12-2128-28/+0
* removed unused filesNikos Mavrogiannopoulos2013-12-214-1521/+0
* use the correct sources in win32 systemsNikos Mavrogiannopoulos2013-12-211-1/+1
* simplified depsgnutls_3_2_8Nikos Mavrogiannopoulos2013-12-201-2/+1
* libtasn1 generated files are set in BUILT_SOURCESNikos Mavrogiannopoulos2013-12-201-1/+2
* disable the non-suiteb curves when requestedNikos Mavrogiannopoulos2013-12-181-1/+3
* Enforce the DEFAULT_MAX_VERIFY_BITS for DH prime size as well.Nikos Mavrogiannopoulos2013-12-181-2/+13
* Added option to disable the non-SuiteB curves (i.e., the SECP 192R1 and 224R1...Nikos Mavrogiannopoulos2013-12-162-0/+4
* Avoid verbose loggingNikos Mavrogiannopoulos2013-12-161-1/+1
* Added configure option --with-default-blacklist-fileNikos Mavrogiannopoulos2013-12-161-0/+14
* gnutls_x509_trust_list_remove_cas() and derivatives will utilize a black list.Nikos Mavrogiannopoulos2013-12-162-3/+90
* Corrected documentation for gnutls_x509_trust_list_add_trust_*Nikos Mavrogiannopoulos2013-12-161-5/+5
* reorganized source files.Nikos Mavrogiannopoulos2013-12-1419-663/+796
* when AESNI is available without PCLMUL, then use AES-NI in GCM.Nikos Mavrogiannopoulos2013-12-144-1/+181
* give lower priority to SSSE3 over AESNINikos Mavrogiannopoulos2013-12-141-5/+5
* use better names for filesNikos Mavrogiannopoulos2013-12-143-1/+1
* When PCLMUL isn't available use the SSSE3 implementation of AES to optimize GCM.Nikos Mavrogiannopoulos2013-12-148-28/+203
* Added Mike Hamburg's SSSE3 AES implementation.Nikos Mavrogiannopoulos2013-12-1446-47/+4949
* removed function that isn't yet introducedNikos Mavrogiannopoulos2013-12-141-2/+0
* Added Appro's SSSE3 SHA implementationsNikos Mavrogiannopoulos2013-12-1452-190/+43142
* Utilize the optimized SHA functions in Padlock HMAC.Nikos Mavrogiannopoulos2013-12-142-5/+17
* check for out-of-bounds check before actual values. Based on Jared Wong's pat...Nikos Mavrogiannopoulos2013-12-142-6/+3
* minor phrasing improvements in docsPatrick Pelletier2013-12-144-4/+4
* added new functionNikos Mavrogiannopoulos2013-12-121-0/+1
* Added gnutls_record_check_corked.Nikos Mavrogiannopoulos2013-12-123-0/+22
* provide imprecise time as gmt time.Nikos Mavrogiannopoulos2013-12-091-1/+1
* Detect the presence of posix locks even without linked to libpthread.Nikos Mavrogiannopoulos2013-11-301-7/+5
* Eliminated memory leak in print_aia(). Reported by Ben de Graaff.Nikos Mavrogiannopoulos2013-11-281-4/+18
* Do not link gnutls against librt unlress it is really necessary.Nikos Mavrogiannopoulos2013-11-261-1/+5
* updated auto-generated asm files. This fixes a valgrind complaint when AES-NI...Nikos Mavrogiannopoulos2013-11-2612-2365/+6978
* doc updateNikos Mavrogiannopoulos2013-11-241-2/+2
* cast the expiration time to time_tNikos Mavrogiannopoulos2013-11-241-1/+1
* Added macro to check for the 'no well defined' expiration time.Nikos Mavrogiannopoulos2013-11-242-0/+6
* better use of errnoNikos Mavrogiannopoulos2013-11-231-11/+21
* disallow any compression in DTLSNikos Mavrogiannopoulos2013-11-231-1/+7
* Corrected bug which affected compressed records.Nikos Mavrogiannopoulos2013-11-224-20/+37
* check return code of gnutls_rnd().Nikos Mavrogiannopoulos2013-11-221-1/+5
* Use AES-GCM to encrypt session tickets.Nikos Mavrogiannopoulos2013-11-222-103/+65
* fixed for win32Nikos Mavrogiannopoulos2013-11-211-6/+3
* added assert to trace errors.Nikos Mavrogiannopoulos2013-11-211-1/+3
* prioritize any GCM ciphersuite over CBC in secure128 level.Nikos Mavrogiannopoulos2013-11-191-2/+3
* exported gnutls_est_record_overhead_sizeNikos Mavrogiannopoulos2013-11-161-1/+1
* if GNUTLS_DEBUG_LEVEL is specified the log function is not updated if it is a...Nikos Mavrogiannopoulos2013-11-161-2/+3
* Dates and time that would overflow the GeneralTime are also truncated. We may...Nikos Mavrogiannopoulos2013-11-161-2/+5
* An expiration time of (time_t)-1 will set to the no well-defined expiration d...Nikos Mavrogiannopoulos2013-11-162-0/+7
* correctly set the ciphersuite when the set_premaster interface is used.Nikos Mavrogiannopoulos2013-11-151-0/+5
* check for a valid blocksize prior to entering loopNikos Mavrogiannopoulos2013-11-151-3/+3
* The environment variable GNUTLS_DEBUG_LEVEL if set to a number will enable lo...Nikos Mavrogiannopoulos2013-11-151-1/+15