X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=b0e9c15519c448e6aad01171baec7283d05654f7;hp=9ee6fc0161f484a7534bf4a2ac328a5938383a47;hb=bc2dfde4b392724fb60f13d8273882cd5cfe8148;hpb=ae0665b8f10587ab032c3e7a22d502d1a6fce82f diff --git a/CHANGES b/CHANGES index 9ee6fc0161..b0e9c15519 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,116 @@ _______________ 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) ] + + *) New OCSP verify flag OCSP_TRUSTOTHER. When set the "other" certificates + passed by the function are trusted implicitly. If any of them signed the + reponse then it is assumed to be valid and is not verified. + [Steve Henson] + + *) Zero the premaster secret after deriving the master secret in + DH ciphersuites. + [Steve Henson] + + *) In PKCS7_set_type() initialise content_type in PKCS7_ENC_CONTENT + to data. This was previously part of the PKCS7 ASN1 code. This + was causing problems with OpenSSL created PKCS#12 and PKCS#7 structures. + [Steve Henson, reported by Kenneth R. Robinette + ] + + *) Add CRYPTO_push_info() and CRYPTO_pop_info() calls to new ASN1 + routines: without these tracing memory leaks is very painful. + Fix leaks in PKCS12 and PKCS7 routines. + [Steve Henson] + *) Fix for Irix with NO_ASM. ["Bruce W. Forsberg" ]