Merge lp:~pedronis/ubuntu-push/allow-tls-1.0 into lp:ubuntu-push/automatic

Proposed by Samuele Pedroni
Status: Merged
Approved by: Samuele Pedroni
Approved revision: 384
Merged at revision: 384
Proposed branch: lp:~pedronis/ubuntu-push/allow-tls-1.0
Merge into: lp:ubuntu-push/automatic
Diff against target: 12 lines (+1/-1)
1 file modified
server/tlsconfig.go (+1/-1)
To merge this branch: bzr merge lp:~pedronis/ubuntu-push/allow-tls-1.0
Reviewer Review Type Date Requested Status
Samuele Pedroni Approve
Review via email: mp+253961@code.launchpad.net

Commit message

allow TLS 1.0 (because of lucid tooling :( )

Description of the change

allow TLS 1.0 (because of lucid tooling :( )

To post a comment you must log in.
Revision history for this message
Samuele Pedroni (pedronis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'server/tlsconfig.go'
2--- server/tlsconfig.go 2015-03-23 17:21:40 +0000
3+++ server/tlsconfig.go 2015-03-24 14:32:58 +0000
4@@ -59,7 +59,7 @@
5 tls.TLS_RSA_WITH_AES_128_CBC_SHA,
6 tls.TLS_RSA_WITH_AES_256_CBC_SHA,
7 },
8- MinVersion: tls.VersionTLS11,
9+ MinVersion: tls.VersionTLS10,
10 }
11 return tlsCfg
12 }

Subscribers

People subscribed via source and target branches