Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Issue 210323002: Update tlslite to 0.4.6. (Closed)

Created:
6 years, 9 months ago by davidben
Modified:
6 years, 8 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

Update tlslite to 0.4.6. This lets us get drop many of our patches. It also adds NPN support for free. On the downside, it introduces a handful of new bugs that need additional patches. BUG=115301 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263026

Patch Set 1 #

Patch Set 2 : Put tests/ and scripts/ back for a slightly more pristine upstream drop. #

Patch Set 3 : Upstream 0.4.6 without patches for inter-patchset diffing purposes. (Not to land) #

Patch Set 4 : Including our patches. #

Patch Set 5 : Try patch set 4 again because Rietveld threw a fit. #

Patch Set 6 : Now with less parallelism and more sleeping. #

Patch Set 7 : Add temporary hmac.pyc hack and fix up sys.path order. Bundled tlslite must be used over system. #

Patch Set 8 : Try that upload again. #

Patch Set 9 : Rebase. #

Patch Set 10 : More array -> bytearray changes. #

Patch Set 11 : policy_testserver.py #

Patch Set 12 : More policy_testserver.py #

Patch Set 13 : Rebased pristine 0.4.6 #

Patch Set 14 : Rebased version with patches (compare to patch set 13) #

Patch Set 15 : Rietveld, please behave #

Total comments: 21

Patch Set 16 : Address comments. #

Patch Set 17 : Also silence ECONNRESET #

Total comments: 2

Patch Set 18 : wtc comment #

Patch Set 19 : Executable bit and --similarity=80 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6103 lines, -8999 lines) Patch
M chrome/browser/chromeos/login/test/https_forwarder.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/policy/test/policy_testserver.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +4 lines, -4 lines 0 comments Download
M net/tools/testserver/testserver.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +32 lines, -12 lines 0 comments Download
M net/tools/testserver/testserver_base.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +8 lines, -0 lines 0 comments Download
M third_party/tlslite/LICENSE View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +67 lines, -1 line 0 comments Download
A third_party/tlslite/MANIFEST.in View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/tlslite/Makefile View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/tlslite/PKG-INFO View 1 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/tlslite/README View 1 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +653 lines, -0 lines 0 comments Download
M third_party/tlslite/README.chromium View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +19 lines, -31 lines 0 comments Download
D third_party/tlslite/make_release.py View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/tlslite/patches/ca_request.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -176 lines 0 comments Download
M third_party/tlslite/patches/channel_id.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +124 lines, -168 lines 0 comments Download
A third_party/tlslite/patches/client_cipher_preferences.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +18 lines, -0 lines 0 comments Download
D third_party/tlslite/patches/close_notify.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -16 lines 0 comments Download
M third_party/tlslite/patches/fallback_scsv.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +96 lines, -84 lines 0 comments Download
A third_party/tlslite/patches/fix_test_file.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +8 lines, -0 lines 0 comments Download
D third_party/tlslite/patches/parse_chain.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -89 lines 0 comments Download
A third_party/tlslite/patches/pycrypto_python2.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +51 lines, -0 lines 0 comments Download
D third_party/tlslite/patches/python26.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -95 lines 0 comments Download
D third_party/tlslite/patches/rsa_signature_length.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/tlslite/patches/send_certificate_types.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -32 lines 0 comments Download
M third_party/tlslite/patches/signed_certificate_timestamps.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +103 lines, -114 lines 0 comments Download
A third_party/tlslite/patches/srp_cert.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/tlslite/patches/ssl3_padding.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/tlslite/patches/status_request.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +142 lines, -132 lines 0 comments Download
M third_party/tlslite/patches/tls_intolerant.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +68 lines, -37 lines 0 comments Download
D third_party/tlslite/readme.txt View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -815 lines 0 comments Download
M third_party/tlslite/scripts/tls.py View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +293 lines, -1031 lines 0 comments Download
M third_party/tlslite/scripts/tlsdb.py View 1 2 4 5 6 7 8 9 10 11 12 4 chunks +61 lines, -105 lines 0 comments Download
M third_party/tlslite/setup.py View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +8 lines, -18 lines 0 comments Download
D third_party/tlslite/test/clientCryptoIDChain.xml View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -16 lines 0 comments Download
D third_party/tlslite/test/clientCryptoIDKey.xml View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/tlslite/test/clientX509Cert.pem View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/tlslite/test/clientX509Key.pem View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -15 lines 0 comments Download
D third_party/tlslite/test/httpsserver.py View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/tlslite/test/index.html View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -649 lines 0 comments Download
D third_party/tlslite/test/serverCryptoIDChain.xml View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -16 lines 0 comments Download
D third_party/tlslite/test/serverCryptoIDKey.xml View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/tlslite/test/serverX509Cert.pem View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/tlslite/test/serverX509Key.pem View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -15 lines 0 comments Download
D third_party/tlslite/test/test.txt View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/tlslite/test/twistedclient.py View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/tlslite/test/twistedserver.py View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -62 lines 0 comments Download
D third_party/tlslite/test/verifierDB View 1 2 4 5 6 7 8 9 10 11 12 Binary file 0 comments Download
A third_party/tlslite/tests/TACK1.pem View 1 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/tlslite/tests/TACK2.pem View 1 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/tlslite/tests/TACK_Key1.pem View 1 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/tlslite/tests/TACK_Key2.pem View 1 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/tlslite/tests/TACKs.pem View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/tlslite/tests/TACKunrelated.pem View 1 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/tlslite/tests/clientX509Cert.pem View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/tlslite/tests/clientX509Key.pem View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/tlslite/tests/httpsclient.py View 1 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/tlslite/tests/httpsserver.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/tlslite/tests/index.html View 1 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/tlslite/tests/serverX509Cert.pem View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/tlslite/tests/serverX509Key.pem View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/tlslite/tests/tlstest.py View 1 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +793 lines, -0 lines 0 comments Download
A + third_party/tlslite/tests/verifierDB View 1 2 4 5 6 7 8 9 10 11 12 Binary file 0 comments Download
M third_party/tlslite/tlslite/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +21 lines, -32 lines 0 comments Download
M third_party/tlslite/tlslite/api.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +29 lines, -73 lines 0 comments Download
A + third_party/tlslite/tlslite/basedb.py View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +15 lines, -5 lines 0 comments Download
M third_party/tlslite/tlslite/checker.py View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +14 lines, -83 lines 0 comments Download
M third_party/tlslite/tlslite/constants.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 8 chunks +165 lines, -82 lines 0 comments Download
M third_party/tlslite/tlslite/errors.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +28 lines, -5 lines 0 comments Download
D third_party/tlslite/tlslite/fileobject.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -220 lines 0 comments Download
A + third_party/tlslite/tlslite/handshakesettings.py View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +52 lines, -35 lines 0 comments Download
D third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -196 lines 0 comments Download
M third_party/tlslite/tlslite/integration/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -8 lines 0 comments Download
A + third_party/tlslite/tlslite/integration/asyncstatemachine.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -1 line 0 comments Download
M third_party/tlslite/tlslite/integration/clienthelper.py View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +36 lines, -77 lines 0 comments Download
M third_party/tlslite/tlslite/integration/httptlsconnection.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +60 lines, -117 lines 0 comments Download
M third_party/tlslite/tlslite/integration/imap4_tls.py View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +23 lines, -59 lines 0 comments Download
D third_party/tlslite/tlslite/integration/integrationhelper.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -52 lines 0 comments Download
M third_party/tlslite/tlslite/integration/pop3_tls.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +27 lines, -85 lines 0 comments Download
M third_party/tlslite/tlslite/integration/smtp_tls.py View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +20 lines, -56 lines 0 comments Download
M third_party/tlslite/tlslite/integration/tlsasyncdispatchermixin.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +8 lines, -2 lines 0 comments Download
M third_party/tlslite/tlslite/integration/tlssocketservermixin.py View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -2 lines 0 comments Download
A third_party/tlslite/tlslite/integration/xmlrpcserver.py View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +55 lines, -0 lines 0 comments Download
M third_party/tlslite/tlslite/integration/xmlrpctransport.py View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +70 lines, -74 lines 0 comments Download
M third_party/tlslite/tlslite/mathtls.py View 1 2 4 5 6 7 8 9 10 11 12 3 chunks +71 lines, -106 lines 0 comments Download
M third_party/tlslite/tlslite/messages.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 24 chunks +292 lines, -210 lines 0 comments Download
A + third_party/tlslite/tlslite/session.py View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +65 lines, -70 lines 0 comments Download
A + third_party/tlslite/tlslite/sessioncache.py View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +11 lines, -5 lines 0 comments Download
D third_party/tlslite/tlslite/sharedkeydb.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -58 lines 0 comments Download
M third_party/tlslite/tlslite/tlsconnection.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 20 chunks +1238 lines, -1117 lines 0 comments Download
M third_party/tlslite/tlslite/tlsrecordlayer.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 33 chunks +311 lines, -310 lines 0 comments Download
M third_party/tlslite/tlslite/utils/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -8 lines 0 comments Download
A + third_party/tlslite/tlslite/utils/aes.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -1 line 0 comments Download
A + third_party/tlslite/tlslite/utils/asn1parser.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +8 lines, -3 lines 0 comments Download
M third_party/tlslite/tlslite/utils/cipherfactory.py View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +19 lines, -28 lines 0 comments Download
M third_party/tlslite/tlslite/utils/codec.py View 1 2 4 5 6 7 8 9 10 11 12 3 chunks +21 lines, -28 lines 0 comments Download
M third_party/tlslite/tlslite/utils/compat.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +89 lines, -133 lines 0 comments Download
D third_party/tlslite/tlslite/utils/cryptlib_aes.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -34 lines 0 comments Download
D third_party/tlslite/tlslite/utils/cryptlib_rc4.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -28 lines 0 comments Download
D third_party/tlslite/tlslite/utils/cryptlib_tripledes.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -35 lines 0 comments Download
M third_party/tlslite/tlslite/utils/cryptomath.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 9 chunks +97 lines, -203 lines 0 comments Download
A + third_party/tlslite/tlslite/utils/datefuncs.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
D third_party/tlslite/tlslite/utils/entropy.c View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -173 lines 0 comments Download
D third_party/tlslite/tlslite/utils/hmac.py View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -104 lines 0 comments Download
D third_party/tlslite/tlslite/utils/jython_compat.py View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -195 lines 0 comments Download
M third_party/tlslite/tlslite/utils/keyfactory.py View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +19 lines, -71 lines 0 comments Download
M third_party/tlslite/tlslite/utils/openssl_aes.py View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -4 lines 0 comments Download
M third_party/tlslite/tlslite/utils/openssl_rc4.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +7 lines, -4 lines 0 comments Download
M third_party/tlslite/tlslite/utils/openssl_rsakey.py View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +17 lines, -29 lines 0 comments Download
M third_party/tlslite/tlslite/utils/openssl_tripledes.py View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -4 lines 0 comments Download
A third_party/tlslite/tlslite/utils/pem.py View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +98 lines, -0 lines 0 comments Download
M third_party/tlslite/tlslite/utils/pycrypto_aes.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +11 lines, -4 lines 0 comments Download
M third_party/tlslite/tlslite/utils/pycrypto_rc4.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +10 lines, -4 lines 0 comments Download
M third_party/tlslite/tlslite/utils/pycrypto_rsakey.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +11 lines, -28 lines 0 comments Download
M third_party/tlslite/tlslite/utils/pycrypto_tripledes.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +11 lines, -4 lines 0 comments Download
M third_party/tlslite/tlslite/utils/python_aes.py View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +18 lines, -17 lines 0 comments Download
M third_party/tlslite/tlslite/utils/python_rc4.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +12 lines, -10 lines 0 comments Download
M third_party/tlslite/tlslite/utils/python_rsakey.py View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +16 lines, -87 lines 0 comments Download
A + third_party/tlslite/tlslite/utils/rc4.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/tlslite/tlslite/utils/rijndael.py View 1 2 4 5 6 7 8 9 10 11 12 14 chunks +69 lines, -77 lines 0 comments Download
A + third_party/tlslite/tlslite/utils/rsakey.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 chunks +61 lines, -67 lines 0 comments Download
A third_party/tlslite/tlslite/utils/tackwrapper.py View 1 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +11 lines, -0 lines 0 comments Download
A + third_party/tlslite/tlslite/utils/tripledes.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -3 lines 0 comments Download
D third_party/tlslite/tlslite/utils/win32prng.c View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/tlslite/tlslite/utils/xmltools.py View 1 2 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -201 lines 0 comments Download
M third_party/tlslite/tlslite/verifierdb.py View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +19 lines, -14 lines 0 comments Download
M third_party/tlslite/tlslite/x509.py View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +19 lines, -51 lines 0 comments Download
M third_party/tlslite/tlslite/x509certchain.py View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +41 lines, -192 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
davidben
OKAY. This time around, there is try coverage! Patch set 13 is upstream 0.4.6. Diff ...
6 years, 8 months ago (2014-04-08 01:09:17 UTC) #1
davidben
https://codereview.chromium.org/210323002/diff/1310001/net/tools/testserver/testserver.py File net/tools/testserver/testserver.py (right): https://codereview.chromium.org/210323002/diff/1310001/net/tools/testserver/testserver.py#newcode49 net/tools/testserver/testserver.py:49: # bots. This should read # Temporary hack to ...
6 years, 8 months ago (2014-04-08 01:11:41 UTC) #2
Ryan Sleevi
Thanks for taking this on. I had previously reviewed against 0.4.3, so I'm generally comfortable ...
6 years, 8 months ago (2014-04-08 20:45:36 UTC) #3
wtc
Patch set 15 LGTM. https://codereview.chromium.org/210323002/diff/1310001/net/tools/testserver/testserver.py File net/tools/testserver/testserver.py (right): https://codereview.chromium.org/210323002/diff/1310001/net/tools/testserver/testserver.py#newcode61 net/tools/testserver/testserver.py:61: import tlslite.api These are sandwiched ...
6 years, 8 months ago (2014-04-08 22:29:08 UTC) #4
wtc
More comments on patch set 15: I just realized that I may not have reviewed ...
6 years, 8 months ago (2014-04-08 22:41:16 UTC) #5
davidben
> Additionally, if this needs to be reverted for any reason, what steps need to ...
6 years, 8 months ago (2014-04-08 23:30:35 UTC) #6
wtc
Patch set 17 LGTM. https://codereview.chromium.org/210323002/diff/1340001/net/tools/testserver/testserver_base.py File net/tools/testserver/testserver_base.py (right): https://codereview.chromium.org/210323002/diff/1340001/net/tools/testserver/testserver_base.py#newcode90 net/tools/testserver/testserver_base.py:90: print "testserver.py: Connection reset" Nit: ...
6 years, 8 months ago (2014-04-09 15:11:56 UTC) #7
davidben
+antrim for chrome/browser/chromeos/login/test/https_forwarder.py +mnissler for chrome/browser/policy/test/policy_testserver.py Context for API changes: X509CertChain.parsePemList no longer returns self, ...
6 years, 8 months ago (2014-04-09 16:40:18 UTC) #8
Mattias Nissler (ping if slow)
policy_testserver.py LGTM
6 years, 8 months ago (2014-04-09 16:57:33 UTC) #9
Ryan Sleevi
lgtm
6 years, 8 months ago (2014-04-09 17:29:36 UTC) #10
Denis Kuznetsov (DE-MUC)
chrome/browser/policy/test/policy_testserver.py lgtm
6 years, 8 months ago (2014-04-10 13:08:30 UTC) #11
davidben
The CQ bit was checked by davidben@chromium.org
6 years, 8 months ago (2014-04-10 14:43:40 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/davidben@chromium.org/210323002/1360001
6 years, 8 months ago (2014-04-10 14:43:44 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-10 15:23:49 UTC) #14
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=60635
6 years, 8 months ago (2014-04-10 15:23:49 UTC) #15
davidben
On 2014/04/10 15:23:49, I haz the power (commit-bot) wrote: > Retried try job too often ...
6 years, 8 months ago (2014-04-10 15:43:36 UTC) #16
davidben
The CQ bit was checked by davidben@chromium.org
6 years, 8 months ago (2014-04-10 15:57:35 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/davidben@chromium.org/210323002/1380001
6 years, 8 months ago (2014-04-10 15:57:44 UTC) #18
commit-bot: I haz the power
6 years, 8 months ago (2014-04-10 17:56:47 UTC) #19
Message was sent while issue was closed.
Change committed as 263026

Powered by Google App Engine
This is Rietveld 408576698