summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-03-18 15:00:23 +1000
committerShane Lontis <shane.lontis@oracle.com>2021-03-22 09:07:36 +1000
commit251c48183b4d8934716ac1e5e66e2a10b81373fe (patch)
treea71ce4fd91efef5ab238abee50b2aa0792c714ac /.gitignore
parent6e34a1048ce4871371eac224b995c3b4338f6166 (diff)
Fix DER reading from stdin for BIO_f_readbuffer
Fixes #14559 The intitial implementation of the gets() function tried using the next bio's gets() function. For a file BIO this returned incorrect data for binary data containing 0x00. Just buffering all data during gets() did not work however since some applications open and close the bio multiple times when dealing with pem files containing multiple entries.. This does not work when reading from stdin unless the data if buffered one byte at a time. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14599)
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions