X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES.SSLeay;h=ca5cd729767806167a85341e4e547e4b70cbf2c3;hp=84ae6e8e24b7fddc4ccd9eb384444b64a18a1aea;hb=c3502985b24797f0376d9a0b8d6e87cf1f669117;hpb=651d0aff98d28e2db146afa1790e9e22f3ef22db diff --git a/CHANGES.SSLeay b/CHANGES.SSLeay index 84ae6e8e24..ca5cd72976 100644 --- a/CHANGES.SSLeay +++ b/CHANGES.SSLeay @@ -1,3 +1,5 @@ +This file contains the changes for the SSLeay library up to version +0.9.0b. For later changes, see the file "CHANGES". SSLeay CHANGES ______________ @@ -146,7 +148,7 @@ eric (about to go bushwalking for the 4 day easter break :-) This would tend to cause memory overwrites since SSLv3 has a maximum packet size of 16k. If your program uses buffers <= 16k, you would probably never see this problem. - - Fixed a new errors that were cause by malloc() not returning + - Fixed a few errors that were cause by malloc() not returning 0 initialised memory.. - SSL_OP_NETSCAPE_CA_DN_BUG was being switched on when using SSL_CTX_set_options(ssl_ctx,SSL_OP_ALL); which was a bad thing