summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* always set subkey statusNikos Mavrogiannopoulos2014-01-201-2/+5
* dumbfw extension isn't sent on DTLSNikos Mavrogiannopoulos2014-01-201-0/+1
* simplified client hello generationNikos Mavrogiannopoulos2014-01-201-8/+4
* %COMPAT implies %DUMBFWNikos Mavrogiannopoulos2014-01-191-0/+1
* use a single buffer to generate the client hello.Nikos Mavrogiannopoulos2014-01-191-53/+40
* when freeing priority_cache make sure it is set to NULLNikos Mavrogiannopoulos2014-01-161-0/+1
* gnutls_session_get_desc() returns a more compact description.Nikos Mavrogiannopoulos2014-01-111-7/+17
* doc updateNikos Mavrogiannopoulos2014-01-111-8/+16
* gnutls_pkcs11_crt_is_known will not be exported in this version. It is replac...Nikos Mavrogiannopoulos2014-01-096-11/+13
* Fix CERTIFICATE STATUS processing when using non-blocking I/ONils Maier2014-01-071-2/+2
* gnutls_pkcs11_crt_exists renamed to gnutls_pkcs11_crt_is_knownNikos Mavrogiannopoulos2014-01-045-21/+76
* use gnutls_strdupNikos Mavrogiannopoulos2014-01-041-1/+1
* When verifying using a PKCS #11 module use gnutls_pkcs11_crt_exists() to chec...Nikos Mavrogiannopoulos2014-01-032-4/+40
* Added gnutls_pkcs11_crt_exists()Nikos Mavrogiannopoulos2014-01-033-30/+158
* more sensible names in find data private structures.Nikos Mavrogiannopoulos2014-01-031-49/+48
* gnutls_pkcs11_get_raw_issuer() returns only trusted issuers if GNUTLS_PKCS11_...Nikos Mavrogiannopoulos2014-01-022-3/+24
* unified PKCS#11 debug messagesNikos Mavrogiannopoulos2014-01-024-22/+22
* Updated PKCS #11 support for gnutls_x509_trust_list_add_trust_file().Nikos Mavrogiannopoulos2014-01-025-76/+130
* removed extra newlineNikos Mavrogiannopoulos2013-12-301-1/+1
* adapt padding size based on the current size of the client hello.Nikos Mavrogiannopoulos2013-12-292-6/+7
* do not pad when the client hello size is sufficiently small.Nikos Mavrogiannopoulos2013-12-281-1/+1
* do not send the dumbfw padding if the hello data are already too long.Nikos Mavrogiannopoulos2013-12-282-1/+4
* export only xssl symbols; small patch by Andreas Metzler.Nikos Mavrogiannopoulos2013-12-281-1/+1
* do not specify a default class when searching for objects to deleteNikos Mavrogiannopoulos2013-12-231-5/+5
* Added userPrincipalNameNikos Mavrogiannopoulos2013-12-231-0/+2
* undefine select as well in win32Nikos Mavrogiannopoulos2013-12-211-0/+1
* do not use the gnulib wrappers in win32Nikos Mavrogiannopoulos2013-12-211-0/+6
* 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