summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* libgnutls: Allow CA importing of 0 certificates to succeed.Simon Josefsson2011-09-061-1/+8
* explicitly enable openpgp certtype in tests.Nikos Mavrogiannopoulos2011-09-011-2/+2
* Fix up compiler warnings.Stef Walter2011-08-011-0/+2
* Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for gnutls_x509_crt_list_imp...Nikos Mavrogiannopoulos2011-07-311-0/+205
* tests: Build eagain-cli with correct librariesStef Walter2011-06-071-1/+1
* Corrected typo. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2011-06-051-1/+1
* 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 gnutls_certificate_get_issuer() to allow getting the issuer a certifica...Nikos Mavrogiannopoulos2011-05-031-1/+1
* Removed incorrect test on IPAddresses (was relying on IPaddresses encoded as ...gnutls_2_12_3Nikos Mavrogiannopoulos2011-04-221-84/+0
* header fixes.Nikos Mavrogiannopoulos2011-04-172-0/+2
* Don't include <gcrypt.h> when it's not needed.Ludovic Courtès2011-04-123-6/+3
* 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
* 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
* Better way of not including the tests/suite directory. Based onNikos Mavrogiannopoulos2011-04-083-1864/+8
* added missing fileNikos Mavrogiannopoulos2011-04-081-5/+2
* Fixed mismatch in size_t size. Patch by LRN.Nikos Mavrogiannopoulos2011-04-081-1/+1
* win32 fixes. Patch by LRN.Nikos Mavrogiannopoulos2011-04-088-0/+24
* The mini-* programs were combined. (backported from master branch)Nikos Mavrogiannopoulos2011-04-083-363/+252
* 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
* 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-161-185/+176
* 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
* updatedNikos Mavrogiannopoulos2011-03-091-61/+42
* Rename gnutls_privkey_sign_data2 to gnutls_privkey_sign_data and gnutls_privk...Simon Josefsson2011-02-201-7/+5
* Modernized the test applications that now use the gnutls_priority_set_direct().Nikos Mavrogiannopoulos2011-02-097-67/+19
* Removed documentation and tests related to TLS/IA.Nikos Mavrogiannopoulos2011-02-062-588/+1
* better output in chain output.Nikos Mavrogiannopoulos2011-01-311-8/+8
* updated Makefile.inNikos Mavrogiannopoulos2011-01-151-1/+7
* fixes in internal build with the new deprecated functions. We allow them to b...Nikos Mavrogiannopoulos2011-01-151-1/+16
* gnutls_x509_crt_verify_hash: DEPRECATEDNikos Mavrogiannopoulos2011-01-152-66/+39
* Revert "Remove, it is generated."Nikos Mavrogiannopoulos2011-01-111-0/+1868
* updated certificates to account for extra null byte added in negative numbers.Nikos Mavrogiannopoulos2010-12-182-12/+14
* Account for GNUTLS_E_PK_SIG_VERIFY_FAILED.Nikos Mavrogiannopoulos2010-12-181-1/+1
* The verification functions now return a GNUTLS_E_PK_SIG_VERIFY_FAILED on sign...Nikos Mavrogiannopoulos2010-12-181-6/+6
* Added gnutls_pubkey_verify_data and test vectors.Nikos Mavrogiannopoulos2010-12-161-2/+77
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-1643-1365/+1367
* Added gnutls_openpgp_crt_verify_hash().Nikos Mavrogiannopoulos2010-12-131-17/+27
* Don't fail on 'make distcheck'.Simon Josefsson2010-12-061-1/+1
* Indent code.Simon Josefsson2010-12-062-7/+8