X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=CHANGES;h=b0e9c15519c448e6aad01171baec7283d05654f7;hb=282d8b1c385aad08969a307950350574c66a3ec2;hp=dc68c9c179ae86e39537375a070ea41f962fdff0;hpb=02e4fbed3d256f4f1fffff84f307a336b50fae1f;p=openssl.git diff --git a/CHANGES b/CHANGES index dc68c9c179..b0e9c15519 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,62 @@ 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)