Add OpenSSL BIO method that writes to a std::string.
commitd46baaac9c1fe58e8a28845731ae7b28780f247c
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 22 May 2014 04:36:07 +0000 (22 04:36 +0000)
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 22 May 2014 04:36:07 +0000 (22 04:36 +0000)
treee642ddca456b0d7adcb430f0c11b2239da1bf210
parent22a80ae1d50ada14e6b204978169417d2cebcaea
Add OpenSSL BIO method that writes to a std::string.

BUG=none

Review URL: https://codereview.chromium.org/286263006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272100 0039d316-1c4b-4281-b951-d872f2087c98
crypto/crypto.gyp
crypto/crypto.gypi
crypto/openssl_bio_string.cc [new file with mode: 0644]
crypto/openssl_bio_string.h [new file with mode: 0644]
crypto/openssl_bio_string_unittest.cc [new file with mode: 0644]