Some precautions to avoid potential security-relevant problems.
diff --git a/CHANGES b/CHANGES index f7427dd..b9a6d83 100644 --- a/CHANGES +++ b/CHANGES
@@ -705,6 +705,22 @@ Changes between 0.9.8h and 0.9.8i [xx XXX xxxx] + *) Various precautionary measures: + + - Avoid size_t integer overflow in HASH_UPDATE (md32_common.h). + + - Avoid a buffer overflow in d2i_SSL_SESSION() (ssl_asn1.c). + (NB: This would require knowledge of the secret session ticket key + to exploit, in which case you'd be SOL either way.) + + - Change bn_nist.c so that it will properly handle input BIGNUMs + outside the expected range. + + - Enforce the 'num' check in BN_div() (bn_div.c) for non-BN_DEBUG + builds. + + [Neel Mehta, Bodo Moeller] + *) Add support for Local Machine Keyset attribute in PKCS#12 files. [Steve Henson]