summaryrefslogtreecommitdiff
path: root/src/tests.c
Commit message (Expand)AuthorAgeFilesLines
* Use more warnings. Fix warnings.Simon Josefsson2008-11-131-1/+1
* Fix warnings.Simon Josefsson2008-08-291-2/+2
* Indent code.Simon Josefsson2008-07-021-7/+9
* gnutls-cli will exit once a certificate that doesn't have theNikos Mavrogiannopoulos2008-04-281-1/+1
* Fix warnings.Simon Josefsson2008-04-211-2/+2
* GPL parts under GPLv3System User2007-12-071-6/+5
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Introduced gnutls_session_enable_compatibility_mode() to allow enablingNikos Mavrogiannopoulos2007-10-241-7/+4
* Add patch to support Camellia, contributed by Yoshisato YANAGISAWA. Fixes #1.Simon Josefsson2007-09-241-4/+29
* Use *_t types consistently.Simon Josefsson2007-08-131-56/+56
* (test_session_resume2): When comparing session id's, also compare thatSimon Josefsson2006-09-211-2/+2
* (test_session_resume2): If session-id is NULL, resumption isn'tSimon Josefsson2006-09-211-1/+4
* removed the RIPEMD test since it is not supported any more.Nikos Mavrogiannopoulos2006-01-201-16/+0
* Use GNU coding style.Simon Josefsson2005-11-071-731/+800
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-2/+2
* increased a buffer.Nikos Mavrogiannopoulos2005-01-191-1/+1
* added a check in verbose mode to print the HTTPS server's name.Nikos Mavrogiannopoulos2005-01-151-0/+45
* Indent.Simon Josefsson2004-10-281-2/+3
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-675/+735
* several improvementsNikos Mavrogiannopoulos2004-06-061-89/+95
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-061-3/+5
* updated gnutls-cli-debug to print DHE and RSA-EXPORT information if verbose i...Nikos Mavrogiannopoulos2004-06-061-11/+113
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-141-1/+1
* Deprecated: gnutls_srp_server_set_select_function(),Nikos Mavrogiannopoulos2004-03-251-3/+5
* *** empty log message ***Nikos Mavrogiannopoulos2004-01-031-9/+54
* added TLS 1.1 protocol detection.Nikos Mavrogiannopoulos2003-12-291-1/+18
* added arcfour 40 cipher detection.Nikos Mavrogiannopoulos2003-12-291-0/+14
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Added gnutls_x509_crt_set_key_usage() and certtool can now set theNikos Mavrogiannopoulos2003-12-191-3/+37
* Included gnutls_1_0_0_patches.Nikos Mavrogiannopoulos2003-12-101-14/+15
* added detection for ZLIB compression.Nikos Mavrogiannopoulos2003-11-301-0/+23
* improved srp detection.Nikos Mavrogiannopoulos2003-11-301-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-171-3/+3
* gnutls_x509_*_set_dn_by_oid() functions have a raw_flag parameter added. Some...Nikos Mavrogiannopoulos2003-11-141-1/+2
* some code cleanups.Nikos Mavrogiannopoulos2003-11-091-1/+0
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-081-16/+16
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-061-4/+12
* some changes to compile in mingw32.Nikos Mavrogiannopoulos2003-11-061-2/+14
* Added a hostname check with the certificate in the gnutls-cli.Nikos Mavrogiannopoulos2003-09-171-1/+3
* RIJNDAEL ciphersuites were renamed to AES.Nikos Mavrogiannopoulos2003-09-171-2/+2
* corrected bug which made some tests now to be compiled.Nikos Mavrogiannopoulos2003-09-011-0/+1
* corrected bug in the session resumption detection in the gnutls-cli-debug, an...Nikos Mavrogiannopoulos2003-08-271-2/+7
* 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