summaryrefslogtreecommitdiff
path: root/tests/virnettlscontexttest.c
Commit message (Expand)AuthorAgeFilesLines
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-26/+26
* tests: Rename VIRT_TEST_* macros to VIR_TEST_*Andrea Bolognani2017-04-041-1/+1
* tests: mock gnutls_dh_params_generate2Ján Tomko2016-06-201-1/+1
* tests: Rename virtTestRun to virTestRun.Tomáš Ryšavý2016-06-081-2/+2
* rpc: allow priority string to be passed to TLS contextDaniel P. Berrange2016-06-081-0/+2
* tests: virtnettlscontexttest: Use virGetLastErrorMessage()Cole Robinson2016-03-281-2/+1
* tests: force FIPS testing mode with new enough GNU TLS versionsGiuseppe Scrivano2014-09-041-0/+2
* Indent top-level labels by one space in tests/Ján Tomko2014-03-251-1/+1
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* Require spaces around equality comparisonsMartin Kletzander2014-03-181-2/+2
* virnettlscontexttest fails with GNUTLS 3.0.28Cédric Bosdonnat2013-12-231-3/+5
* Remove test case average timingDaniel P. Berrange2013-10-081-1/+1
* Test handling of non-existent x509 certsDaniel P. Berrange2013-08-211-0/+2
* tests: Fix parallel runs of TLS test suitesMartin Kletzander2013-08-121-4/+4
* Fix parallel runs of TLS test suitesDaniel P. Berrange2013-08-091-4/+6
* Fix validation of CA certificate chainsDaniel P. Berrange2013-08-081-0/+59
* Change data passed into TLS test casesDaniel P. Berrange2013-08-081-48/+48
* Avoid re-generating certs every timeDaniel P. Berrange2013-08-081-313/+357
* Split TLS test into two separate testsDaniel P. Berrange2013-08-081-770/+17
* Fix TLS tests with gnutls 3Daniel P. Berrange2013-03-041-10/+15
* virnettlscontexttest: Resolve memory leak found by ValgrindJohn Ferlan2013-02-071-1/+7
* tests: Remove VIR_FREE() on static/stack buffer (der.data)John Ferlan2013-01-231-3/+0
* Resolve COPY_PASTE error found by CoverityJohn Ferlan2013-01-081-1/+1
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename logging.{c,h} to virlog.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename command.{c,h} to vircommand.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Various typos and misspellingsJán Tomko2012-10-121-1/+1
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Turn virNetTLSContext and virNetTLSSession into virObject instancesDaniel P. Berrange2012-08-071-5/+5
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* test: fix build errors with gcc 4.7.0 and -O0Laine Stump2012-04-051-14/+30
* Cleanup for a return statement in source filesMartin Kletzander2012-03-261-1/+1
* tests: virnettlscontexttest needs gnutls-2.6.0Philipp Hahn2012-02-011-2/+2
* Split src/util/network.{c,h} into 5 piecesDaniel P. Berrange2011-11-151-1/+1
* Santize naming of socket address APIsDaniel P. Berrange2011-11-091-2/+2
* tests: avoid memory leak on testTLSSessionInitAlex Jia2011-09-081-0/+2
* Fix detection of GnuTLS 1.x.yMatthias Bolte2011-08-031-3/+3
* tests: Unify style of test skipping codeMatthias Bolte2011-07-291-2/+4
* Fix build with gnutls 1.0.x branchDaniel P. Berrange2011-07-261-1/+1
* Fix import of private key with older gnutlsDaniel P. Berrange2011-07-251-20/+27
* Fix TLS context tests with expired certsDaniel P. Berrange2011-07-251-3/+3
* tests: detect gnutls errorsEric Blake2011-07-251-2/+10
* tests: fix compilation failuresEric Blake2011-07-251-56/+53
* Add a test case for certificate validationDaniel P. Berrange2011-07-221-0/+1245