X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=CHANGES;h=03b697cd7e8fc2aea8fcbb13b0b5de2926ce92b4;hb=e696a05791d0473b2f7a4491f44505ea83a46707;hp=486a32b3f56457ba71b87e83f8beda601f8f8c05;hpb=ea050a6eb370e542c144163596a893c58d12d20f;p=oweals%2Fopenssl.git diff --git a/CHANGES b/CHANGES index 486a32b3f5..03b697cd7e 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ Changes between 0.9.6h and 0.9.7 [XX xxx 2002] + *) Make -nameopt work fully for req and add -reqopt switch. + [Michael Bell , Steve Henson] + *) The "block size" for block ciphers in CFB and OFB mode should be 1. [Steve Henson, reported by Yngve Nysaeter Pettersen ] @@ -1672,6 +1675,12 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k Changes between 0.9.6g and 0.9.6h [xx XXX xxxx] + *) Reorder cleanup sequence in SSL_CTX_free(): only remove the ex_data after + the cached sessions are flushed, as the remove_cb() might use ex_data + contents. Bug found by Sam Varshavchik + (see [openssl.org #212]). + [Geoff Thorpe, Lutz Jaenicke] + *) Fix typo in OBJ_txt2obj which incorrectly passed the content length, instead of the encoding length to d2i_ASN1_OBJECT. [Steve Henson]