Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: updated for TLS1.3 inclusion | Nikos Mavrogiannopoulos | 2018-03-19 | 1 | -50/+23 |
* | several spacing fixes to keep syntax-check happy | Nikos Mavrogiannopoulos | 2016-09-11 | 1 | -2/+2 |
* | tests: moved child status error checking code in utils.h | Nikos Mavrogiannopoulos | 2016-08-09 | 1 | -14/+1 |
* | tests: Use common ca3 test certificates in x509cert, x509dn and x509self tests. | Stefan Sørensen | 2016-08-08 | 1 | -95/+7 |
* | tests: improved x509dn check | Nikos Mavrogiannopoulos | 2015-04-20 | 1 | -1/+7 |
* | use gnutls_priority_set_direct() to set a fixed priority string | Nikos Mavrogiannopoulos | 2014-01-14 | 1 | -2/+2 |
* | simplified x509dn | Nikos Mavrogiannopoulos | 2014-01-11 | 1 | -34/+33 |
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -387/+361 |
* | fix transport parameter casts in tests | Stefan Bühler | 2013-08-25 | 1 | -2/+2 |
* | Disable tests that use socketpair on _WIN32. | Adam Sampson | 2013-07-17 | 1 | -0/+14 |
* | Use socketpair() rather than TCP connections. | Adam Sampson | 2013-07-17 | 1 | -77/+18 |
* | Detect socket() error responses correctly. | Adam Sampson | 2013-07-17 | 1 | -1/+1 |
* | When running tests disable PKCS #11 support to avoid detecting memory leaks f... | Nikos Mavrogiannopoulos | 2013-05-01 | 1 | -2/+2 |
* | Cleanup copyright headers. | Simon Josefsson | 2012-01-25 | 1 | -1/+1 |
* | Fixed signed/unsigned warnings. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -7/+7 |
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 1 | -2/+1 |
* | added missing header. | Nikos Mavrogiannopoulos | 2011-04-23 | 1 | -0/+1 |
* | Added gnutls_certificate_set_retrieve_function2() to replace | Nikos Mavrogiannopoulos | 2011-04-21 | 1 | -2/+3 |
* | win32 fixes. Patch by LRN. | Nikos Mavrogiannopoulos | 2011-04-07 | 1 | -0/+2 |
* | Indented code. Use same indentation but with -nut to avoid usage of tabs. In ... | Nikos Mavrogiannopoulos | 2010-12-16 | 1 | -62/+62 |
* | Indent (using GNU indent 2.2.11). | Simon Josefsson | 2010-10-14 | 1 | -1/+1 |
* | Updated self tests and examples to avoid using deprecated functions such as | Nikos Mavrogiannopoulos | 2010-06-03 | 1 | -2/+2 |
* | Change GNUTLS into GnuTLS. | Simon Josefsson | 2010-05-22 | 1 | -5/+5 |
* | Indent code. | Simon Josefsson | 2010-04-14 | 1 | -23/+41 |
* | Reduced several unneeded messages during the make check procedure. | Nikos Mavrogiannopoulos | 2010-03-20 | 1 | -20/+23 |
* | Update copyright years. | Simon Josefsson | 2010-01-27 | 1 | -1/+2 |
* | Fix FSF copyright notices. | Simon Josefsson | 2010-01-27 | 1 | -1/+1 |
* | Indent code. | Simon Josefsson | 2009-11-05 | 1 | -2/+3 |
* | Likewise. | Simon Josefsson | 2009-08-28 | 1 | -1/+1 |
* | Don't use deprecated type. | Simon Josefsson | 2009-08-28 | 1 | -1/+1 |
* | Fix deprecated usage of gnutls_datum. | Simon Josefsson | 2009-08-28 | 1 | -1/+1 |
* | Doc fixes. | Simon Josefsson | 2009-05-26 | 1 | -1/+1 |
* | Fix warnings. | Simon Josefsson | 2009-05-07 | 1 | -1/+1 |
* | Use memset instead of deprecated bzero. | Simon Josefsson | 2009-05-07 | 1 | -1/+1 |
* | Fix syntax-check warnings. | Simon Josefsson | 2009-05-03 | 1 | -3/+4 |
* | Use more warnings. Fix many warnings. | Simon Josefsson | 2008-11-17 | 1 | -44/+6 |
* | Fix warnings. | Simon Josefsson | 2008-09-16 | 1 | -5/+5 |
* | Use #ifdef for checking HAVE_CONFIG_H for consistency. | Simon Josefsson | 2008-09-03 | 1 | -1/+1 |
* | Indent code. | Simon Josefsson | 2008-07-02 | 1 | -44/+45 |
* | tests/: Reduce amount of debugging output. | Simon Josefsson | 2008-06-07 | 1 | -2/+4 |
* | Fix memory leaks. | Simon Josefsson | 2008-06-05 | 1 | -20/+22 |
* | Added gnutls_x509_dn_import/init/deinit() to access raw DER DN. Patch | Nikos | 2008-02-19 | 1 | -0/+574 |