Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
fixes http://pad.lv/1604474 - userdata execution fails on Windows #226
Conversation
|
@jameinel can you please take a peek at this? @natefinch do we not need any sort of test that asserts that windows will in fact hit these ciphers and use them for something? |
|
@mitechie |
|
Right but the test failure is indirect correct? It seems reasonable if On Wed, Jul 27, 2016, 8:17 AM anastasiamac notifications@github.com wrote:
|
|
I could maybe work out a unit test. The problem is that it's powershell's list of usable ciphers that we care about, so I'd have to execute powershell from the unit test. It's not the end of the world, but it's sort of annoying and possibly fragile. I'll work on it, though, because it definitely is valuable. |
|
Now with a test :) |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-utils |
|
Build failed: Tests failed |
natefinch commentedJul 26, 2016
•
Edited 1 time
-
natefinch
Jul 26, 2016
Add support for two ciphersuites that Windows likes, since we accidentally
pared our supported ciphersuite list down to ones that Windows doesn't like
(and a few that aren't useful, since they're not RSA).
fixes http://pad.lv/1604474
(Review request: http://reviews.vapour.ws/r/5307/)