summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* removed test depending on 3.1 functions.Nikos Mavrogiannopoulos2012-09-222-748/+1
* Added verification flags GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN, which is enabled...Nikos Mavrogiannopoulos2012-09-181-8/+29
* Added function to sort the provided certificate chain prior to verification.Nikos Mavrogiannopoulos2012-09-182-1/+727
* Added server mode tests for the various EC curves.Nikos Mavrogiannopoulos2012-09-011-6/+75
* Added suite for ECDSA under various curvesNikos Mavrogiannopoulos2012-09-017-8/+244
* use stack for file pathsNikos Mavrogiannopoulos2012-07-212-10/+14
* Avoid the usage of alloca(). Reported by Rob McMahon.Nikos Mavrogiannopoulos2012-07-192-4/+8
* correct comparison of sent data in dtls-stress.Nikos Mavrogiannopoulos2012-06-191-1/+1
* moved ca-certs.Nikos Mavrogiannopoulos2012-06-053-2/+2
* Corrected handling of handshake packets that span multiple records.Nikos Mavrogiannopoulos2012-05-293-1/+3995
* Added support for the URI type of subject alternative name in certtool.Nikos Mavrogiannopoulos2012-05-111-9/+10
* Added gnutls_pubkey_verify_hash2() and gnutls_pk_to_sign().Nikos Mavrogiannopoulos2012-05-091-3/+26
* Added TLS 1.2 interop tests.Nikos Mavrogiannopoulos2012-04-111-16/+90
* Revert "avoid killing child"Nikos Mavrogiannopoulos2012-04-061-0/+1
* improved test and added debuggingNikos Mavrogiannopoulos2012-04-051-7/+13
* use AF_UNIX for socketpair.Nikos Mavrogiannopoulos2012-04-046-6/+6
* initialize valueNikos Mavrogiannopoulos2012-03-311-2/+3
* avoid killing childNikos Mavrogiannopoulos2012-03-311-1/+0
* avoid closing fd[1] on server. For some reason it makes connection fail.Nikos Mavrogiannopoulos2012-03-311-1/+1
* Make sure that GNUTLS_E_PREMATURE_TERMINATION is returned if there is prematu...Nikos Mavrogiannopoulos2012-03-314-1/+360
* do not build test with timers when posix timers are not present.Nikos Mavrogiannopoulos2012-03-311-0/+11
* Fixes for win32 and time. OCSP test now sets a fixed time to avoid expiration...Nikos Mavrogiannopoulos2012-03-243-2/+27
* Added gnutls_x509_crt_set_private_key_usage_period() andNikos Mavrogiannopoulos2012-03-181-17/+17
* generate tpasswd files on the spot.Nikos Mavrogiannopoulos2012-03-144-8/+27
* removed unused files.Nikos Mavrogiannopoulos2012-03-1415-2671/+0
* Added test on an invalid certificate.Nikos Mavrogiannopoulos2012-03-133-2/+37
* safe renegotiation tests only run under valgrind in the devel environment.Nikos Mavrogiannopoulos2012-03-051-0/+3
* Test SRP-RSA and plain SRP.Nikos Mavrogiannopoulos2012-03-021-13/+65
* Added missing files.Nikos Mavrogiannopoulos2012-03-021-0/+2
* Added SRP test.Nikos Mavrogiannopoulos2012-03-025-1/+326
* eliminated memory leaks in new test.Nikos Mavrogiannopoulos2012-02-291-0/+2
* Added test for invalid record packet sizes.Nikos Mavrogiannopoulos2012-02-292-1/+427
* added all cases.Nikos Mavrogiannopoulos2012-02-261-4/+0
* Added mini-dtls-rehandshake.c to test rehandshake in DTLS.Nikos Mavrogiannopoulos2012-02-264-3/+1079
* removed redundant test.Nikos Mavrogiannopoulos2012-02-262-406/+1
* Link to correct libraries.Nikos Mavrogiannopoulos2012-02-251-1/+2
* updated headers.Nikos Mavrogiannopoulos2012-02-251-2/+2
* use valgrind only on development environment.Nikos Mavrogiannopoulos2012-02-251-1/+1
* Added GCM mode using cryptodev. This is mostly a hack due to how GCM mode is ...Nikos Mavrogiannopoulos2012-02-231-6/+7
* added error reportingNikos Mavrogiannopoulos2012-02-212-0/+27
* properly deinitialize session.Nikos Mavrogiannopoulos2012-02-211-2/+11
* added (dead) code to test the _hmac_fast.Nikos Mavrogiannopoulos2012-02-211-0/+12
* force kill of child process.Nikos Mavrogiannopoulos2012-02-191-0/+1
* Added more tests.Nikos Mavrogiannopoulos2012-02-192-4/+10
* Added new dtls-stress.c by SeanNikos Mavrogiannopoulos2012-02-191-444/+781
* updated descriptionNikos Mavrogiannopoulos2012-02-181-3/+2
* verify that the correct error code is returnedNikos Mavrogiannopoulos2012-02-181-0/+5
* increase the total timeout in the tests since they seem to exceed the default...Nikos Mavrogiannopoulos2012-02-181-1/+4
* The public key storage backend was made extendable.Nikos Mavrogiannopoulos2012-02-183-2/+183
* corrected var namesNikos Mavrogiannopoulos2012-02-182-4/+4