summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Added tests on the invalid OCSP responseNikos Mavrogiannopoulos2014-09-041-2/+59
* tests: Added test for amazon.com chain with new verisign CA.Nikos Mavrogiannopoulos2014-09-021-0/+133
* tests: added more idna valgrind suppressionsNikos Mavrogiannopoulos2014-08-261-0/+15
* tests: updated name constraints checks to not include a CNNikos Mavrogiannopoulos2014-08-261-221/+301
* Revert "tests: Added a nameconstraints test based on the CN bypass" The bypas...Nikos Mavrogiannopoulos2014-08-264-152/+2
* tests: Added a nameconstraints test based on the CN bypassNikos Mavrogiannopoulos2014-08-264-2/+152
* build: tests: x509cert-tl: support separate builddirAlon Bar-Lev2014-08-252-1/+6
* tests: suppress more libidn warningsNikos Mavrogiannopoulos2014-08-231-0/+9
* tests: Added case sensitive checks in hostname verificationNikos Mavrogiannopoulos2014-08-201-0/+8
* tests: copied valgrind suppressions to suiteNikos Mavrogiannopoulos2014-08-201-0/+9
* tests: suppress valgrind warnings due to libidnNikos Mavrogiannopoulos2014-08-201-0/+9
* tests: added UTF-8 hostname comparison checksNikos Mavrogiannopoulos2014-08-201-0/+67
* Follow the rfc6125 requirement that a single CN must be present for hostname ...Nikos Mavrogiannopoulos2014-08-131-2/+2
* tests: check that gnutls_x509_crt_check_hostname() will correctly use the las...Nikos Mavrogiannopoulos2014-08-121-0/+50
* tests: check gnutls_pkcs12_generate_mac2()Nikos Mavrogiannopoulos2014-08-101-9/+39
* tests: updated string to keys tests for new internal APINikos Mavrogiannopoulos2014-08-101-2/+2
* tests: test the decoding of a PKCS #12 structure with SHA256 MACNikos Mavrogiannopoulos2014-08-103-1/+9
* tests: remove test for nettle's pbkdf2; this is tested in nettleNikos Mavrogiannopoulos2014-08-101-12/+0
* testdane: re-enabled DANE checks and added checks on SMTPNikos Mavrogiannopoulos2014-08-091-6/+18
* danetool: if the certificate to verify against is not provide it try to obtai...Nikos Mavrogiannopoulos2014-08-081-16/+2
* pbkdf2: removed internal implementation, use nettle'sNikos Mavrogiannopoulos2014-08-081-16/+10
* testpkcs11: rearranged checks to avoid wrong deletionsNikos Mavrogiannopoulos2014-08-071-10/+10
* tests: ensure that no environment variables confuse softhsmNikos Mavrogiannopoulos2014-08-072-3/+8
* testpkcs11: test the trusted and ca flags being setNikos Mavrogiannopoulos2014-08-071-2/+42
* testpkcs11: exit if export_pubkey_of_privkey failsNikos Mavrogiannopoulos2014-08-071-4/+2
* testpkcs11: Test the export of public keyNikos Mavrogiannopoulos2014-08-061-4/+58
* added missing fileNikos Mavrogiannopoulos2014-08-052-1/+1
* certtool: improved PKCS #8 information printingNikos Mavrogiannopoulos2014-08-045-19/+30
* tests: added more PKCS #8 decoding testsNikos Mavrogiannopoulos2014-08-048-1/+96
* tests: dane: add flag DANE_F_IGNORE_LOCAL_RESOLVER to dane_state_initNikos Mavrogiannopoulos2014-07-231-1/+1
* tests: added libdane/includes to includes dirNikos Mavrogiannopoulos2014-07-231-1/+3
* tests: eliminated leak from dane checkNikos Mavrogiannopoulos2014-07-221-5/+3
* Added self test for DANE raw functionsNikos Mavrogiannopoulos2014-07-222-0/+122
* tests: x509cert-tl checks gnutls_x509_trust_list_add_trust_dir()Nikos Mavrogiannopoulos2014-07-213-11/+20
* testpkcs11: Try to write the trusted object both by so-pin and normal pinNikos Mavrogiannopoulos2014-07-031-2/+7
* tests: testpkcs11: temp parameters are deleted after generationNikos Mavrogiannopoulos2014-07-021-4/+24
* tests: added testpkcs11.sc-hsmNikos Mavrogiannopoulos2014-07-021-1/+2
* tests: gendh: increased the DH prime size to allow usage under FIPS140-2 modeNikos Mavrogiannopoulos2014-07-021-1/+1
* tests: crq_key_id: increased generated DSA key size and changed hash to SHA256Nikos Mavrogiannopoulos2014-07-021-2/+2
* tests: improved error reporting in crq_key_idNikos Mavrogiannopoulos2014-07-021-15/+16
* tests: improved testpkcs11 suiteNikos Mavrogiannopoulos2014-07-015-144/+371
* tests: long-session-id: ignore SIGPIPENikos Mavrogiannopoulos2014-06-291-0/+1
* tests: Added test cases for IPv4/6 matching.Nikos Mavrogiannopoulos2014-06-271-0/+136
* tests: better replacement of LIBTOOL variable in scriptsgnutls_3_3_5Nikos Mavrogiannopoulos2014-06-267-7/+7
* tests: ship certs/Nikos Mavrogiannopoulos2014-06-261-1/+5
* tests: Added new tests on PKCS #12 structure generation and decoding.Nikos Mavrogiannopoulos2014-06-261-0/+61
* gnutls_packet_get() was introduced to avoid exporting a structure on the API.Nikos Mavrogiannopoulos2014-06-161-4/+8
* Test the return code of gnutls_x509_trust_list_add_trust_file() when loading ...Nikos Mavrogiannopoulos2014-06-161-2/+9
* tests: Added check for the interrupted post client hello.Nikos Mavrogiannopoulos2014-06-093-1/+192
* Adapted test to check gnutls_record_recv_packet().Nikos Mavrogiannopoulos2014-06-061-7/+15