summaryrefslogtreecommitdiff
path: root/src/tests.c
Commit message (Expand)AuthorAgeFilesLines
* Some fixes to allow proper compiling when --disable-srp-authentication and --...Nikos Mavrogiannopoulos2003-04-011-3/+4
* Added bogus TLS record version check in the gnutls-cli-debug tool.Nikos Mavrogiannopoulos2003-03-261-2/+25
* * The RSA premaster secret version check can no longer be disabled.Nikos Mavrogiannopoulos2003-03-201-1/+30
* some fixes in testsNikos Mavrogiannopoulos2003-03-031-5/+5
* Added option to disable all TLS 1.0 extensions.Nikos Mavrogiannopoulos2003-02-251-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-251-1/+4
* The client certificate selection callback is no longer called twice. It is ca...Nikos Mavrogiannopoulos2003-02-181-2/+0
* works better in buggy servers.Nikos Mavrogiannopoulos2003-02-161-2/+2
* Corrected bugs in gnutls_x509_rdn_get(). Added a test to print the server's t...Nikos Mavrogiannopoulos2003-02-141-0/+59
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-121-2/+4
* Added test which prints the Diffie Hellman prime bits used.Nikos Mavrogiannopoulos2003-02-121-18/+37
* improved srp detectionNikos Mavrogiannopoulos2003-01-221-0/+5
* Improved the SRP support, to prevent attackers guessing theNikos Mavrogiannopoulos2003-01-221-1/+13
* some fixes in the gnutls-cli-debug programNikos Mavrogiannopoulos2002-12-291-1/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-11-111-22/+22
* cleanupsNikos Mavrogiannopoulos2002-11-111-5/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-3/+3
* more cleanupsNikos Mavrogiannopoulos2002-09-011-1/+1
* cert_type abreviation was expanded to certificate_type.Nikos Mavrogiannopoulos2002-08-301-3/+3
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-246/+246
* Renamed GNUTLS_CIPHER_ARCFOUR to GNUTLS_CIPHER_ARCFOUR_128Nikos Mavrogiannopoulos2002-08-261-3/+3
* Improved the gnutls-cli-debug programNikos Mavrogiannopoulos2002-08-261-0/+22
* renamed ARCFOUR-EXPORT to ARCFOUR-40Nikos Mavrogiannopoulos2002-08-261-1/+1
* improvements in server html outputNikos Mavrogiannopoulos2002-08-251-2/+16
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-221-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-201-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-201-1/+1
* Separated the library to gnutls and gnutls-extra. gnutls-extra library contai...Nikos Mavrogiannopoulos2002-05-201-0/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-181-0/+1
* added session resumption testNikos Mavrogiannopoulos2002-02-281-2/+57
* gnutls_record_set_default_version() was prefixed with underscore, andNikos Mavrogiannopoulos2002-02-281-1/+2
* added check for TLS closure alertsNikos Mavrogiannopoulos2002-02-271-1/+49
* added openpgp authentication test, and unknown cipher suites testNikos Mavrogiannopoulos2002-02-271-1/+46
* added check for client hello extensions.Nikos Mavrogiannopoulos2002-02-271-0/+15
* Added tls_test. This is program that can be used to test TLS servers'Nikos Mavrogiannopoulos2002-02-271-0/+347