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

Issue 286263006: Add OpenSSL BIO method that writes to a std::string. (Closed)

Created:
6 years, 7 months ago by mattm
Modified:
6 years, 7 months ago
Reviewers:
Ryan Sleevi
CC:
chromium-reviews
Visibility:
Public.

Description

Add OpenSSL BIO method that writes to a std::string. BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272100

Patch Set 1 : . #

Patch Set 2 : unittest should check BIO_new_string result #

Total comments: 6

Patch Set 3 : review changes #

Patch Set 4 : add openssl dependency for crypto_unittests target #

Patch Set 5 : implement puts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -0 lines) Patch
M crypto/crypto.gyp View 1 2 3 3 chunks +10 lines, -0 lines 0 comments Download
M crypto/crypto.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A crypto/openssl_bio_string.h View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A crypto/openssl_bio_string.cc View 1 2 3 4 1 chunk +77 lines, -0 lines 0 comments Download
A crypto/openssl_bio_string_unittest.cc View 1 2 3 4 1 chunk +66 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
mattm
Wasn't sure if this should go in crypto/ or just stick in c/common/net, wdyt?
6 years, 7 months ago (2014-05-16 22:54:17 UTC) #1
Ryan Sleevi
I'm fine landing in crypto/ https://codereview.chromium.org/286263006/diff/40001/crypto/openssl_bio_string.cc File crypto/openssl_bio_string.cc (right): https://codereview.chromium.org/286263006/diff/40001/crypto/openssl_bio_string.cc#newcode60 crypto/openssl_bio_string.cc:60: namespace crypto { nit: ...
6 years, 7 months ago (2014-05-19 23:25:43 UTC) #2
mattm
https://codereview.chromium.org/286263006/diff/40001/crypto/openssl_bio_string.cc File crypto/openssl_bio_string.cc (right): https://codereview.chromium.org/286263006/diff/40001/crypto/openssl_bio_string.cc#newcode60 crypto/openssl_bio_string.cc:60: namespace crypto { On 2014/05/19 23:25:44, Ryan Sleevi wrote: ...
6 years, 7 months ago (2014-05-20 00:22:24 UTC) #3
mattm
ping in case you missed this one
6 years, 7 months ago (2014-05-21 02:10:46 UTC) #4
Ryan Sleevi
lgtm
6 years, 7 months ago (2014-05-21 21:12:23 UTC) #5
mattm
The CQ bit was checked by mattm@chromium.org
6 years, 7 months ago (2014-05-21 21:13:59 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/286263006/120001
6 years, 7 months ago (2014-05-21 21:17:08 UTC) #7
commit-bot: I haz the power
6 years, 7 months ago (2014-05-22 04:36:09 UTC) #8
Message was sent while issue was closed.
Change committed as 272100

Powered by Google App Engine
This is Rietveld 408576698