X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES.SSLeay;h=14bae79268d5f3629b0e0ae07092ce98392f8df2;hp=dbb80b003d81ae4bfaa3607572116fb59190dab6;hb=98f1ac7df57dbfd8257ed92efbb1bfe89a3e2e68;hpb=9acc2aa6d1e2c75055401d2e8bac86fa6b66bd9d diff --git a/CHANGES.SSLeay b/CHANGES.SSLeay index dbb80b003d..14bae79268 100644 --- a/CHANGES.SSLeay +++ b/CHANGES.SSLeay @@ -29,7 +29,7 @@ eric (about to go bushwalking for the 4 day easter break :-) 7-Jan-98 - Finally reworked the cipher string to ciphers again, so it works correctly - - All the app_data stuff is now ex_data with funcion calls to access. + - All the app_data stuff is now ex_data with function calls to access. The index is supplied by a function and 'methods' can be setup for the types that are called on XXX_new/XXX_free. This lets applications get notified on creation and destruction. Some of @@ -148,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 @@ -937,7 +937,7 @@ Reasons to start playing with version 0.5.0 certificate, it is my aim to use perl5/Tk but I don't have time to do this right now. It will generate the certificates but the management scripts still need to be written. This is not a hard task. -- Things have been cleaned up alot. +- Things have been cleaned up a lot. - Have a look at the enc and dgst programs in the apps directory. - It supports v3 of x509 certiticates.