log tests/test-https.t @ 29489:54ad81b0665f

age author description
Mon, 04 Jul 2016 10:04:11 -0700 Gregory Szorc sslutil: handle default CA certificate loading on Windows
Fri, 01 Jul 2016 19:27:34 -0700 Gregory Szorc tests: better testing of loaded certificates
Wed, 29 Jun 2016 19:43:27 -0700 Gregory Szorc sslutil: emit warning when no CA certificates loaded
Wed, 29 Jun 2016 19:49:39 -0700 Gregory Szorc tests: test case where default ca certs not available
Wed, 29 Jun 2016 19:37:38 -0700 Gregory Szorc sslutil: display a better error message when CA file loading fails
Wed, 29 Jun 2016 18:15:28 -0700 Gregory Szorc tests: add test for empty CA certs file
Sat, 25 Jun 2016 07:26:43 -0700 Gregory Szorc sslutil: abort when unable to verify peer connection (BC)
Tue, 14 Jun 2016 18:14:42 -0700 Durham Goode tests: increase test-https malform error glob
Tue, 07 Jun 2016 20:29:54 -0700 Gregory Szorc sslutil: per-host config option to define certificates
Fri, 27 May 2016 22:40:09 +0900 Yuya Nishihara tests: extract SSL certificates from test-https.t
Sat, 04 Jun 2016 11:16:08 -0700 Gregory Szorc sslutil: print the fingerprint from the last hash used
Tue, 31 May 2016 19:21:08 -0700 Gregory Szorc sslutil: make cert fingerprints messages more actionable
Mon, 30 May 2016 15:42:39 -0700 Gregory Szorc sslutil: print SHA-256 fingerprint by default
Mon, 30 May 2016 13:15:53 -0700 Gregory Szorc sslutil: move and change warning when cert verification is disabled
Wed, 01 Jun 2016 19:57:20 -0700 Gregory Szorc sslutil: add devel.disableloaddefaultcerts to disable CA loading
Sat, 28 May 2016 12:58:46 -0700 Gregory Szorc sslutil: reference appropriate config section in messaging
Sat, 28 May 2016 12:37:36 -0700 Gregory Szorc sslutil: allow fingerprints to be specified in [hostsecurity]
Sat, 28 May 2016 12:29:59 -0700 Gregory Szorc tests: don't save host fingerprints in hgrc
Sun, 10 Apr 2016 10:54:53 -0700 Gregory Szorc tests: use --insecure instead of web.cacerts=!
Tue, 15 Mar 2016 09:51:54 +0000 Jun Wu tests: reorder hg serve commands
Sun, 13 Mar 2016 14:03:58 -0700 Gregory Szorc sslutil: allow multiple fingerprints per host
Tue, 05 Jan 2016 17:37:59 -0800 Mateusz Kwapich hooks: add HG_NODE_LAST to txnclose and changegroup hook environments
Mon, 08 Jun 2015 15:10:15 -0500 Matt Mackall tests: simplify printenv calls
Mon, 08 Jun 2015 14:44:30 -0500 Matt Mackall tests: drop explicit $TESTDIR from executables
Fri, 05 Jun 2015 07:49:06 +0900 Yuya Nishihara test-https: kill only hgweb daemon to restart for client-auth test
Thu, 07 May 2015 17:15:24 +0900 Yuya Nishihara ssl: prompt passphrase of client key file via ui.getpass() (issue4648)
Thu, 07 May 2015 17:38:22 +0900 Yuya Nishihara test-https: test basic functions of client certificate authentication
Wed, 15 Apr 2015 11:11:54 -0400 Pierre-Yves David transaction: introduce a transaction ID, to be available to all hooks
Wed, 04 Mar 2015 23:27:04 +0900 Yuya Nishihara ssl: set explicit symbol "!" to web.cacerts to disable SSL verification (BC)
Wed, 04 Mar 2015 22:41:48 +0900 Yuya Nishihara test-https: enable dummycert test only if Apple python is used (issue4500)