X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=6ef0317f98bccecdf464d123cb9f95fa89b3a0e0;hp=f5803d75bc5b2418a9292ec97fe15be581ffdcf3;hb=01d16b54c25a94842f8bd70c9b00ee6ad6c977a1;hpb=a46faa2bfdd998f09a0a562c71c653ae0a3a0e81 diff --git a/CHANGES b/CHANGES index f5803d75bc..6ef0317f98 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,25 @@ OpenSSL CHANGES _______________ - Changes between 0.9.4 and 0.9.5 [xx XXX 1999] + Changes between 0.9.4 and 0.9.5 [xx XXX 2000] + + *) Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when + generating DSA primes. + [Ulf Möller] + + *) New function BN_pseudo_rand(). + [Ulf Möller] + + *) Clean up BN_mod_mul_montgomery(): replace the broken (and unreadable) + bignum version of BN_from_montgomery() with the working code from + SSLeay 0.9.0 (the word based version is faster anyway), and clean up + the comments. + [Ulf Möller] + + *) Avoid a race condition in s2_clnt.c (function get_server_hello) that + made it impossible to use the same SSL_SESSION data structure in + SSL2 clients in multiple threads. + [Bodo Moeller] *) The return value of RAND_load_file() no longer counts bytes obtained by stat(). RAND_load_file(..., -1) is new and uses the complete file