summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Updated FIPS140 initialization and added a self test for it.Nikos Mavrogiannopoulos2013-11-272-0/+146
* indented codeNikos Mavrogiannopoulos2013-11-271-18/+17
* Self checks are conditionally included in the library.Nikos Mavrogiannopoulos2013-11-272-1/+12
* Added self tests on RSA, DSA, and ECDSA key usage.Nikos Mavrogiannopoulos2013-11-271-2/+6
* Added option to run all available self tests per category in a single run.Nikos Mavrogiannopoulos2013-11-271-48/+3
* completed self-tests by adding digest and MAC tests.Nikos Mavrogiannopoulos2013-11-271-6/+45
* Added self testsNikos Mavrogiannopoulos2013-11-271-588/+18
* Verify failure of DN parsing in a wrong DN.Nikos Mavrogiannopoulos2013-11-233-1/+82
* mini-deflate was combined with mini-record-2Nikos Mavrogiannopoulos2013-11-223-139/+7
* Added self checks for new date reading functionalityNikos Mavrogiannopoulos2013-11-164-1/+148
* Dates and time that would overflow the GeneralTime are also truncated. We may...Nikos Mavrogiannopoulos2013-11-166-4/+292
* corrected issue with a not-yet-valid certificateNikos Mavrogiannopoulos2013-11-132-2/+2
* hacks to work with fedora's opensslNikos Mavrogiannopoulos2013-11-132-6/+35
* do not run on clippled versions of opensslNikos Mavrogiannopoulos2013-11-101-0/+6
* improved ciphersuite testNikos Mavrogiannopoulos2013-11-102-2/+19
* always exit when fail is called.Nikos Mavrogiannopoulos2013-11-101-2/+1
* Ignore SIGPIPE.Nikos Mavrogiannopoulos2013-11-101-0/+1
* use GNUTLS_PIN instead of GNUTLS_PKCS11_PIN.Nikos Mavrogiannopoulos2013-11-101-1/+1
* Added test suite for PKCS #11 cards (not executed automatically).Nikos Mavrogiannopoulos2013-11-1010-0/+706
* reindented codeNikos Mavrogiannopoulos2013-11-08196-39849/+39559
* Do not use gnutls_dh_set_prime_bits() in server side.Nikos Mavrogiannopoulos2013-11-026-6/+0
* win32 fixNikos Mavrogiannopoulos2013-10-311-2/+4
* Better DANE test output.Nikos Mavrogiannopoulos2013-10-291-0/+7
* Added ciphersuite testNikos Mavrogiannopoulos2013-10-268-1/+3155
* Added a proper termination of session to avoid issues with premature terminat...Nikos Mavrogiannopoulos2013-10-261-4/+12
* we now explicitly check for librt.Nikos Mavrogiannopoulos2013-10-261-2/+1
* use the same environment in all testsNikos Mavrogiannopoulos2013-10-2616-16/+67
* removed unneeded diff optionNikos Mavrogiannopoulos2013-10-261-2/+2
* diff is now a parameter allowing to override it.Nikos Mavrogiannopoulos2013-10-264-6/+10
* LC_ALL is set to C to have predictable outputs in tests.Nikos Mavrogiannopoulos2013-10-261-0/+1
* simplified testNikos Mavrogiannopoulos2013-10-261-2/+2
* updated priorities for new ciphersuitesNikos Mavrogiannopoulos2013-10-251-3/+3
* Applied small patch by Jeremie Courreges-Anglas to avoid usage of error().Nikos Mavrogiannopoulos2013-10-251-12/+26
* Added camellia-gcm into the default priority levels, and prioritized GCM over...Nikos Mavrogiannopoulos2013-10-231-11/+11
* corrected ciphersuite numbers in prioritiesNikos Mavrogiannopoulos2013-10-231-3/+3
* Normalize capitalization from "Public Key Id" to "Public Key ID"Daniel Kahn Gillmor2013-10-216-14/+14
* avoid the usage of error()Nikos Mavrogiannopoulos2013-10-032-28/+100
* Test gnutls_handshake_get_last_in() and gnutls_handshake_get_last_out() for c...Nikos Mavrogiannopoulos2013-09-081-0/+35
* silence warning about return codeNikos Mavrogiannopoulos2013-09-061-0/+1
* Test the null cipher as well.Nikos Mavrogiannopoulos2013-09-051-2/+6
* record-sizes can only work properly with a stream cipher.Nikos Mavrogiannopoulos2013-09-011-2/+2
* test for excessive records being correctly sendNikos Mavrogiannopoulos2013-09-011-12/+32
* removed dane.nox.su from the good listNikos Mavrogiannopoulos2013-09-011-1/+2
* Added test to send variable packet sizes.Nikos Mavrogiannopoulos2013-08-312-1/+389
* Added test program for RSA-PSK key exchange.Nikos Mavrogiannopoulos2013-08-302-1/+362
* removed unused functionNikos Mavrogiannopoulos2013-08-291-13/+0
* Added test to verify the correct operation of gnutls_certificate_server_set_r...Nikos Mavrogiannopoulos2013-08-292-1/+339
* Try 3 resumption attempts and try also session db and ticket.Nikos Mavrogiannopoulos2013-08-251-3/+4
* add some RC4-128-SHA1 ciphersuites based on ECDH(E) key exchangesStefan Bühler2013-08-251-1/+1
* fix transport parameter casts in testsStefan Bühler2013-08-2545-98/+90