summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc updateNikos Mavrogiannopoulos2013-12-161-4/+2
* Added configure option --with-default-blacklist-fileNikos Mavrogiannopoulos2013-12-162-0/+24
* 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
* avoid initializing PKCS #11 modules when not needed in gnutls_pkcs11_reinit.Nikos Mavrogiannopoulos2013-12-161-0/+4
* Avoid verbose loggingNikos Mavrogiannopoulos2013-12-161-1/+1
* use better definitionsNikos Mavrogiannopoulos2013-12-153-2/+6
* doc updateNikos Mavrogiannopoulos2013-12-151-2/+2
* doc updateNikos Mavrogiannopoulos2013-12-151-0/+4
* Align on 16-byte boundaries the buffers provided to cryptodev.Nikos Mavrogiannopoulos2013-12-1511-100/+262
* updated to correspond to new fail()Nikos Mavrogiannopoulos2013-12-151-9/+8
* simplified _mbuffer_allocNikos Mavrogiannopoulos2013-12-154-17/+16
* reorganized source files.Nikos Mavrogiannopoulos2013-12-1419-665/+798
* when AESNI is available without PCLMUL, then use AES-NI in GCM.Nikos Mavrogiannopoulos2013-12-144-1/+181
* addressed warningNikos Mavrogiannopoulos2013-12-143-3/+3
* give lower priority to SSSE3 over AESNINikos Mavrogiannopoulos2013-12-141-5/+5
* use better names for filesNikos Mavrogiannopoulos2013-12-143-1/+1
* zeroize keysNikos Mavrogiannopoulos2013-12-146-2/+19
* When PCLMUL isn't available use the SSSE3 implementation of AES to optimize GCM.Nikos Mavrogiannopoulos2013-12-148-28/+203
* removed UMAC ciphersuites from benchmarkNikos Mavrogiannopoulos2013-12-141-3/+0
* removed the estream ciphersuites from benchmarksNikos Mavrogiannopoulos2013-12-141-6/+0
* Added Mike Hamburg's SSSE3 AES implementation.Nikos Mavrogiannopoulos2013-12-1471-86/+7104
* doc updateNikos Mavrogiannopoulos2013-12-142-0/+21
* Added Appro's SSSE3 SHA implementationsNikos Mavrogiannopoulos2013-12-1459-298/+50954
* Utilize the optimized SHA functions in Padlock HMAC.Nikos Mavrogiannopoulos2013-12-142-5/+17
* use a single BUILT_SOURCESNikos Mavrogiannopoulos2013-12-141-3/+0
* minor phrasing improvements in docsPatrick Pelletier2013-12-148-12/+12
* Added auto-generated files in BUILT_SOURCESNikos Mavrogiannopoulos2013-12-141-0/+7
* Fixed check for i < line_size.Jared Wong2013-12-142-6/+6
* Avoid conditional generation of MakefileNikos Mavrogiannopoulos2013-12-131-1/+2
* Enforce the DEFAULT_MAX_VERIFY_BITS for DH prime size as well.Nikos Mavrogiannopoulos2013-12-121-2/+12
* doc updateNikos Mavrogiannopoulos2013-12-121-2/+2
* exported functionNikos Mavrogiannopoulos2013-12-121-0/+1
* Added gnutls_record_check_corked.Nikos Mavrogiannopoulos2013-12-123-0/+22
* Avoided gnu-ism in MakefilesNikos Mavrogiannopoulos2013-12-123-3/+4
* simplified logicNikos Mavrogiannopoulos2013-12-111-156/+92
* Correctly detect the FIPS140-2 HMAC file.Nikos Mavrogiannopoulos2013-12-111-2/+16
* ensure that all the exported pkcs11 functions initialize PKCS #11.Nikos Mavrogiannopoulos2013-12-095-14/+47
* fixes in PKCS #11 initializationNikos Mavrogiannopoulos2013-12-091-2/+12
* provide imprecise time as gmt time.Nikos Mavrogiannopoulos2013-12-091-1/+1
* calling gnutls_pkcs11_reinit() manually will prevent auto-reinitialization.Nikos Mavrogiannopoulos2013-12-091-1/+3
* fully initialize the PKCS #11 subsystem only when it is needed to.Nikos Mavrogiannopoulos2013-12-093-62/+44
* FIPS140 mode is detected on run-time.Nikos Mavrogiannopoulos2013-12-098-44/+116
* Added check to verify that gnutls_global_init() is run on the library constru...Nikos Mavrogiannopoulos2013-12-083-1/+176
* converted to a simple check for gnutls_global_init() as gnutls_global_init2()...Nikos Mavrogiannopoulos2013-12-081-24/+1
* call p11_kit_modules_load() with null argument.Nikos Mavrogiannopoulos2013-12-081-1/+1
* only use LT_INITNikos Mavrogiannopoulos2013-12-061-3/+1
* doc updateNikos Mavrogiannopoulos2013-12-061-0/+2
* disable static library build by defaultNikos Mavrogiannopoulos2013-12-061-0/+1
* gnutls_global_init2() is no longer exported.Nikos Mavrogiannopoulos2013-12-055-18/+14