| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove backslash alignment attempts | Andrea Bolognani | 2017-11-03 | 1 | -26/+26 |
* | tests: Rename VIRT_TEST_* macros to VIR_TEST_* | Andrea Bolognani | 2017-04-04 | 1 | -1/+1 |
* | tests: mock gnutls_dh_params_generate2 | Ján Tomko | 2016-06-20 | 1 | -1/+1 |
* | tests: Rename virtTestRun to virTestRun. | Tomáš Ryšavý | 2016-06-08 | 1 | -2/+2 |
* | rpc: allow priority string to be passed to TLS context | Daniel P. Berrange | 2016-06-08 | 1 | -0/+2 |
* | tests: virtnettlscontexttest: Use virGetLastErrorMessage() | Cole Robinson | 2016-03-28 | 1 | -2/+1 |
* | tests: force FIPS testing mode with new enough GNU TLS versions | Giuseppe Scrivano | 2014-09-04 | 1 | -0/+2 |
* | Indent top-level labels by one space in tests/ | Ján Tomko | 2014-03-25 | 1 | -1/+1 |
* | Add virLogSource variables to all source files | Daniel P. Berrange | 2014-03-18 | 1 | -0/+2 |
* | Require spaces around equality comparisons | Martin Kletzander | 2014-03-18 | 1 | -2/+2 |
* | virnettlscontexttest fails with GNUTLS 3.0.28 | Cédric Bosdonnat | 2013-12-23 | 1 | -3/+5 |
* | Remove test case average timing | Daniel P. Berrange | 2013-10-08 | 1 | -1/+1 |
* | Test handling of non-existent x509 certs | Daniel P. Berrange | 2013-08-21 | 1 | -0/+2 |
* | tests: Fix parallel runs of TLS test suites | Martin Kletzander | 2013-08-12 | 1 | -4/+4 |
* | Fix parallel runs of TLS test suites | Daniel P. Berrange | 2013-08-09 | 1 | -4/+6 |
* | Fix validation of CA certificate chains | Daniel P. Berrange | 2013-08-08 | 1 | -0/+59 |
* | Change data passed into TLS test cases | Daniel P. Berrange | 2013-08-08 | 1 | -48/+48 |
* | Avoid re-generating certs every time | Daniel P. Berrange | 2013-08-08 | 1 | -313/+357 |
* | Split TLS test into two separate tests | Daniel P. Berrange | 2013-08-08 | 1 | -770/+17 |
* | Fix TLS tests with gnutls 3 | Daniel P. Berrange | 2013-03-04 | 1 | -10/+15 |
* | virnettlscontexttest: Resolve memory leak found by Valgrind | John Ferlan | 2013-02-07 | 1 | -1/+7 |
* | tests: Remove VIR_FREE() on static/stack buffer (der.data) | John Ferlan | 2013-01-23 | 1 | -3/+0 |
* | Resolve COPY_PASTE error found by Coverity | John Ferlan | 2013-01-08 | 1 | -1/+1 |
* | Rename virterror.c virterror_internal.h to virerror.{c,h} | Daniel P. Berrange | 2012-12-21 | 1 | -1/+1 |
* | Rename util.{c,h} to virutil.{c,h} | Daniel P. Berrange | 2012-12-21 | 1 | -1/+1 |
* | Rename memory.{c,h} to viralloc.{c,h} | Daniel P. Berrange | 2012-12-21 | 1 | -1/+1 |
* | Rename logging.{c,h} to virlog.{c,h} | Daniel P. Berrange | 2012-12-21 | 1 | -1/+1 |
* | Rename command.{c,h} to vircommand.{c,h} | Daniel P. Berrange | 2012-12-21 | 1 | -1/+1 |
* | Various typos and misspellings | Ján Tomko | 2012-10-12 | 1 | -1/+1 |
* | maint: fix up copyright notice inconsistencies | Eric Blake | 2012-09-20 | 1 | -1/+1 |
* | Turn virNetTLSContext and virNetTLSSession into virObject instances | Daniel P. Berrange | 2012-08-07 | 1 | -5/+5 |
* | Desert the FSF address in copyright | Osier Yang | 2012-07-23 | 1 | -2/+2 |
* | test: fix build errors with gcc 4.7.0 and -O0 | Laine Stump | 2012-04-05 | 1 | -14/+30 |
* | Cleanup for a return statement in source files | Martin Kletzander | 2012-03-26 | 1 | -1/+1 |
* | tests: virnettlscontexttest needs gnutls-2.6.0 | Philipp Hahn | 2012-02-01 | 1 | -2/+2 |
* | Split src/util/network.{c,h} into 5 pieces | Daniel P. Berrange | 2011-11-15 | 1 | -1/+1 |
* | Santize naming of socket address APIs | Daniel P. Berrange | 2011-11-09 | 1 | -2/+2 |
* | tests: avoid memory leak on testTLSSessionInit | Alex Jia | 2011-09-08 | 1 | -0/+2 |
* | Fix detection of GnuTLS 1.x.y | Matthias Bolte | 2011-08-03 | 1 | -3/+3 |
* | tests: Unify style of test skipping code | Matthias Bolte | 2011-07-29 | 1 | -2/+4 |
* | Fix build with gnutls 1.0.x branch | Daniel P. Berrange | 2011-07-26 | 1 | -1/+1 |
* | Fix import of private key with older gnutls | Daniel P. Berrange | 2011-07-25 | 1 | -20/+27 |
* | Fix TLS context tests with expired certs | Daniel P. Berrange | 2011-07-25 | 1 | -3/+3 |
* | tests: detect gnutls errors | Eric Blake | 2011-07-25 | 1 | -2/+10 |
* | tests: fix compilation failures | Eric Blake | 2011-07-25 | 1 | -56/+53 |
* | Add a test case for certificate validation | Daniel P. Berrange | 2011-07-22 | 1 | -0/+1245 |