|
|
Chromium Code Reviews
DescriptionMaking ECDSA the default certificate regardless of WEBRTC_CHROMIUM_BUILD.
Due to the experiment in chromium relying on KT_DEFAULT = KT_RSA (bug:
crbug.com/611698) a conditional was introduced. Now that the experiment is
ending and the experiment flag has been removed we can make KT_DEFAULT=KT_ECDSA
unconditionally.
BUG=chromium:611698
Committed: https://crrev.com/41c5cd02fc7eb9601edb317b21b3d07bdaafbc37
Cr-Commit-Position: refs/heads/master@{#12935}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 19 (7 generated)
The CQ bit was checked by hbos@webrtc.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2009533003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2009533003/1
hbos@webrtc.org changed reviewers: + tommi@webrtc.org
Please take a look, tommi. (Note that the statement "the experiment flag has been removed" is only true after this CL lands: https://codereview.chromium.org/2011443002/)
lgtm % formatting question https://codereview.webrtc.org/2009533003/diff/1/webrtc/base/sslidentity.h File webrtc/base/sslidentity.h (right): https://codereview.webrtc.org/2009533003/diff/1/webrtc/base/sslidentity.h#new... webrtc/base/sslidentity.h:120: enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_ECDSA }; did you run git cl format?
https://codereview.webrtc.org/2009533003/diff/1/webrtc/base/sslidentity.h File webrtc/base/sslidentity.h (right): https://codereview.webrtc.org/2009533003/diff/1/webrtc/base/sslidentity.h#new... webrtc/base/sslidentity.h:120: enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_ECDSA }; On 2016/05/24 18:20:23, tommi-webrtc wrote: > did you run git cl format? If I run it it does not change the code, so I guess it approves. I made it one line because I remember it was one line before I did my #if change.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
On 2016/05/24 18:43:11, hbos wrote: > https://codereview.webrtc.org/2009533003/diff/1/webrtc/base/sslidentity.h > File webrtc/base/sslidentity.h (right): > > https://codereview.webrtc.org/2009533003/diff/1/webrtc/base/sslidentity.h#new... > webrtc/base/sslidentity.h:120: enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, > KT_DEFAULT = KT_ECDSA }; > On 2016/05/24 18:20:23, tommi-webrtc wrote: > > did you run git cl format? > > If I run it it does not change the code, so I guess it approves. I made it one > line because I remember it was one line before I did my #if change. ok, lgtm
The CQ bit was checked by hbos@webrtc.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2009533003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2009533003/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
The CQ bit was checked by hbos@webrtc.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2009533003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2009533003/1
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== Making ECDSA the default certificate regardless of WEBRTC_CHROMIUM_BUILD. Due to the experiment in chromium relying on KT_DEFAULT = KT_RSA (bug: crbug.com/611698) a conditional was introduced. Now that the experiment is ending and the experiment flag has been removed we can make KT_DEFAULT=KT_ECDSA unconditionally. BUG=chromium:611698 ========== to ========== Making ECDSA the default certificate regardless of WEBRTC_CHROMIUM_BUILD. Due to the experiment in chromium relying on KT_DEFAULT = KT_RSA (bug: crbug.com/611698) a conditional was introduced. Now that the experiment is ending and the experiment flag has been removed we can make KT_DEFAULT=KT_ECDSA unconditionally. BUG=chromium:611698 Committed: https://crrev.com/41c5cd02fc7eb9601edb317b21b3d07bdaafbc37 Cr-Commit-Position: refs/heads/master@{#12935} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/41c5cd02fc7eb9601edb317b21b3d07bdaafbc37 Cr-Commit-Position: refs/heads/master@{#12935} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
