From: Bodo Möller Date: Sat, 10 Feb 2001 13:12:35 +0000 (+0000) Subject: disable stdin buffering in load_cert X-Git-Tag: OpenSSL_0_9_6a-beta1~48^2~3 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=620cea37e0f904cb823a9c4bd84206d94622ea54 disable stdin buffering in load_cert --- diff --git a/CHANGES b/CHANGES index 0325df3e82..b0e9c15519 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,11 @@ Changes between 0.9.6 and 0.9.7 [xx XXX 2000] + *) Disable stdin buffering in load_cert (apps/apps.c) so that no certs are + skipped when using openssl x509 multiple times on a single input file, + e.g. "(openssl x509 -out cert1; openssl x509 -out cert2)