X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=cbc79829c501ea0bbe38a9ab0176082bf14e00e6;hp=8172ffc63328278e76337a473a56b050fd6675cf;hb=6f9079fd505c28961049a732e33e662530bdad21;hpb=c938563a81d48e1d23bddcf9283d4961794db132 diff --git a/CHANGES b/CHANGES index 8172ffc633..cbc79829c5 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,11 @@ *) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7 +) applies to 0.9.7 only + +) Change the AES code to follow the same name structure as all other + symmetric ciphers, and behave the same way. Move everything to + the directory crypto/aes, thereby obsoleting crypto/rijndael. + [Stephen Sprunk and Richard Levitte] + *) Fix ssl3_read_bytes (ssl/s3_pkt.c): To ignore messages of unknown type, we must throw them away by setting rr->length to 0. [D P Chang ]