summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-211-2/+3
* Added missing headers.Nikos Mavrogiannopoulos2011-04-152-0/+2
* x509paths tests moved to suite/.Nikos Mavrogiannopoulos2011-04-158-14/+24
* Added interoperability tests with openssl.Nikos Mavrogiannopoulos2011-04-156-2/+344
* Enabled the extra safe renegotiation tests.Nikos Mavrogiannopoulos2011-04-142-25/+20
* Don't include <gcrypt.h> when it's not needed.Ludovic Courtès2011-04-133-6/+3
* Updates in the AES-NI accelerator.Nikos Mavrogiannopoulos2011-04-121-0/+5
* Added test vectors for AES,SHAxxx and MD5.Nikos Mavrogiannopoulos2011-04-122-3/+327
* Combined the safe renegotiation tests with the again-common lib.Nikos Mavrogiannopoulos2011-04-118-993/+95
* Use --infile in certtool to avoid issues with streams in windows.Nikos Mavrogiannopoulos2011-04-101-4/+4
* Disable openpgp-auth run in windows due to lack of socketpair(). Patch by LRN.Nikos Mavrogiannopoulos2011-04-101-1/+10
* disable test in windows.Nikos Mavrogiannopoulos2011-04-081-0/+7
* corrected leaks in tests.Nikos Mavrogiannopoulos2011-04-083-0/+15
* combined more tests with eagain-common.h.Nikos Mavrogiannopoulos2011-04-082-280/+21
* Corrected memory leaks.Nikos Mavrogiannopoulos2011-04-081-0/+1
* Do not run the test scripts in win32 environment.Nikos Mavrogiannopoulos2011-04-082-0/+8
* include priority headers unconditionally.Nikos Mavrogiannopoulos2011-04-081-4/+2
* Better way of not including the tests/suite directory. Based on discussion wi...Nikos Mavrogiannopoulos2011-04-083-1963/+7
* Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos2011-04-081-77/+157
* Fixed mismatch in size_t size. Patch by LRN.Nikos Mavrogiannopoulos2011-04-081-1/+1
* Avoid using gnutls_transport_set_global_errno() and use gnutls_transport_set_...Nikos Mavrogiannopoulos2011-04-074-7/+13
* win32 fixes. Patch by LRN.Nikos Mavrogiannopoulos2011-04-078-0/+24
* The mini-* programs were combined.Nikos Mavrogiannopoulos2011-04-044-363/+101
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-035-131/+407
* Added copyright.Nikos Mavrogiannopoulos2011-03-301-0/+20
* Reorganized scripts that use test servers, based on patch by Cedric Arbogast.Nikos Mavrogiannopoulos2011-03-305-50/+70
* enabled testcerts.Nikos Mavrogiannopoulos2011-03-281-1/+1
* made more silent.Nikos Mavrogiannopoulos2011-03-281-6/+7
* Made scripts bourne shell compliant and not bash.Nikos Mavrogiannopoulos2011-03-282-20/+31
* Added DSA tests for client certificates as well.Nikos Mavrogiannopoulos2011-03-231-12/+50
* make gnutls-cli more quiet.Nikos Mavrogiannopoulos2011-03-191-2/+2
* Added test to verify connections with DSA keys of various sizes.Nikos Mavrogiannopoulos2011-03-1910-1/+305
* Added check for RSA ciphersuite in openpgp keys.Nikos Mavrogiannopoulos2011-03-161-7/+12
* Corrected nettle's RNG behavior on fork and added a test case.Nikos Mavrogiannopoulos2011-03-162-1/+101
* gnutls_pubkey_t and gnutls_privkey_t can import either an openpgp subkey or a...Nikos Mavrogiannopoulos2011-03-162-215/+179
* Documentation fixed. Added fresh keys to test.Nikos Mavrogiannopoulos2011-03-161-37/+63
* Test openpgp authentication with DSA-2048 bit keys as well.Nikos Mavrogiannopoulos2011-03-151-124/+257
* Rename gnutls_privkey_sign_data2 to gnutls_privkey_sign_data and gnutls_privk...Simon Josefsson2011-02-231-7/+5
* Added new test openpgp-auth2.c that tests openpgp under TLS1.2Nikos Mavrogiannopoulos2011-02-093-3/+272
* Modernized the test applications that now use the gnutls_priority_set_direct().Nikos Mavrogiannopoulos2011-02-097-67/+19
* Removed inner application extension.Nikos Mavrogiannopoulos2011-02-062-588/+1
* updated.Nikos Mavrogiannopoulos2011-02-051-0/+1