summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added tests for null ciphersuites.Nikos Mavrogiannopoulos2011-11-051-0/+23
* added stdarg.h for vsnprintf.Nikos Mavrogiannopoulos2011-10-271-1/+2
* libgnutls-extra is no more.Nikos Mavrogiannopoulos2011-10-203-11/+5
* updated tests for new key IDNikos Mavrogiannopoulos2011-10-132-2/+2
* 'How to use TLS in application protocols' section was moved to introduction t...Nikos Mavrogiannopoulos2011-10-131-1/+3
* Added more elaborate test of hash functions.Nikos Mavrogiannopoulos2011-10-081-11/+90
* Updates for padlock hashes in C7 nano. Requires a part of nettle to be included.Nikos Mavrogiannopoulos2011-10-051-386/+454
* worked around openssl 1.0.0e bug (avoid using -mtu).Nikos Mavrogiannopoulos2011-09-251-3/+3
* more silent tests.Nikos Mavrogiannopoulos2011-09-235-7/+5
* Further optimizations in the compression code. Re-enabled the test program by...Nikos Mavrogiannopoulos2011-09-234-8/+23
* Redeuce self-test noise.Simon Josefsson2011-09-231-3/+3
* deflate test moved outNikos Mavrogiannopoulos2011-09-221-2/+4
* Simplified and corrected decompression and compression.Nikos Mavrogiannopoulos2011-09-223-1/+119
* libgnutls: gnutls_x509_crt_print supports printing AIA fields. Support caIss...Simon Josefsson2011-09-211-1/+0
* Added gnutls_x509_crt_get_authority_info_access.Simon Josefsson2011-09-212-1/+238
* Memory leak fixes in ECC ciphersuites and the trust_list.Nikos Mavrogiannopoulos2011-09-092-0/+4
* libgnutls: Allow CA importing of 0 certificates to succeed.Simon Josefsson2011-09-061-1/+8
* explicitly enable openpgp certtype in tests.gnutls_3_0_2Nikos Mavrogiannopoulos2011-09-011-9/+9
* explicitly enable openpgp certtype in tests.Nikos Mavrogiannopoulos2011-09-011-2/+2
* disabled testNikos Mavrogiannopoulos2011-08-301-9/+10
* skip if datefudge is not availableNikos Mavrogiannopoulos2011-08-291-0/+6
* Corrected session resumption test.Nikos Mavrogiannopoulos2011-08-191-17/+19
* Avoid using vfprintf() and use a combination of vsnprintf and fputs instead. ...Nikos Mavrogiannopoulos2011-08-191-3/+7
* Update gnulib files. Fix syntax-check usage.Simon Josefsson2011-08-032-10/+9
* Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for gnutls_x509_crt_list_imp...Nikos Mavrogiannopoulos2011-07-311-10/+26
* Fix up compiler warnings.Stef Walter2011-06-091-0/+2
* tests: Build eagain-cli with correct librariesStef Walter2011-06-071-1/+1
* Corrected fail() shell function. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2011-06-055-54/+56
* Corrected typo. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2011-06-051-1/+1
* Added debugging ability to cipher-test.Nikos Mavrogiannopoulos2011-06-051-0/+10
* Added gnutls_x509_trust_list_add_named_crt() andNikos Mavrogiannopoulos2011-06-042-1/+210
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-023-88/+3
* Added AES-GCM optimizations using the PCLMULQDQ instruction. Uses Andy Polyak...Nikos Mavrogiannopoulos2011-06-011-297/+438
* updated keys.Nikos Mavrogiannopoulos2011-05-281-7/+7
* Added server and client mode tests for ECDH-ECDSA.Nikos Mavrogiannopoulos2011-05-265-13/+126
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-2/+2
* Added elliptic curves chain certificate.Nikos Mavrogiannopoulos2011-05-251-0/+39
* increased log levelNikos Mavrogiannopoulos2011-05-241-1/+1
* leak fix and updates for new formats.Nikos Mavrogiannopoulos2011-05-223-3/+4
* Added ECDHE-RSA tests.Nikos Mavrogiannopoulos2011-05-221-5/+33
* corrected memory leak.Nikos Mavrogiannopoulos2011-05-211-0/+2
* inlined function to avoid gcc warningsNikos Mavrogiannopoulos2011-05-211-1/+1
* Added benchmark utility that tests the encryption time in TLS packets.Nikos Mavrogiannopoulos2011-05-171-1/+6
* Added gnutls_x509_crq_verify().Nikos Mavrogiannopoulos2011-05-071-1/+7
* Do not use /tmp for temporary file. Just use the local (test) directory.Nikos Mavrogiannopoulos2011-05-071-6/+7
* Added a check to verify that we don't try forever trying to verify too many w...Nikos Mavrogiannopoulos2011-05-051-0/+39
* Added gnutls_certificate_get_issuer() to allow getting the issuer a certifica...Nikos Mavrogiannopoulos2011-05-032-1/+189
* Check for openssl 1.0.x to test DTLS.Nikos Mavrogiannopoulos2011-04-301-0/+6
* added missing header.Nikos Mavrogiannopoulos2011-04-231-0/+1
* Removed incorrect test on IPAddresses (was relying on IPaddresses encoded as ...Nikos Mavrogiannopoulos2011-04-221-84/+0