Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
allow a cipher suite in common with standard gnutls #258
Conversation
|
This is identical to PR 257, just targeted at 1.25. |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-utils |
jujubot
merged commit d4cd08b
into
1.25
Jan 6, 2017
hloeung
commented on 7f0d357
Jan 8, 2017
|
I think this should really be TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 and TLS_DHE_RSA_WITH_AES_128_CBC_SHA256. |
|
If either of those two suites were supported by the standard GnuTLS
installed with Precise and Trusty, they would definitely be preferable.
Unfortunately as far as I can make out they are not.
On 8 Jan 2017 23:14, "Haw Loeung" <notifications@github.com> wrote:
I think this should really be TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 and
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<7f0d357#commitcomment-20401408>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEDu9_GRFtrpxZWfBcqlKuPRr_lG50pks5rQW3SgaJpZM4Ld1d->
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedJan 6, 2017
This should fix https://bugs.launchpad.net/juju-core/+bug/1654528
when incorporated into juju.