]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
New '-dsaparam' option for 'openssl dhparam', and related fixes.
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
a4709b3d 5 Changes between 0.9.5 and 0.9.6 [XX XXX 2000]
865874f2 6
41918458
BM
7 *) Add '-dsaparam' option to 'openssl dhparam' application. This
8 converts DSA parameters into DH parameters. (When creating parameters,
9 DSA_generate_parameters is used.)
10 [Bodo Moeller]
11
12 *) Include 'length' (recommended exponent length) in C code generated
13 by 'openssl dhparam -C'.
14 [Bodo Moeller]
15
d9c88a39
DSH
16 *) The second argument to set_label in perlasm was already being used
17 so couldn't be used as a "file scope" flag. Moved to third argument
18 which was free.
19 [Steve Henson]
20
84d14408
BM
21 *) In PEM_ASN1_write_bio and some other functions, use RAND_pseudo_bytes
22 instead of RAND_bytes for encryption IVs and salts.
23 [Bodo Moeller]
24
5eb8ca4d
BM
25 *) Include RAND_status() into RAND_METHOD instead of implementing
26 it only for md_rand.c Otherwise replacing the PRNG by calling
27 RAND_set_rand_method would be impossible.
28 [Bodo Moeller]
29
7a2dfc2a
UM
30 *) Don't let DSA_generate_key() enter an infinite loop if the random
31 number generation fails.
32 [Bodo Moeller]
33
55f7d65d
BM
34 *) New 'rand' application for creating pseudo-random output.
35 [Bodo Moeller]
36
010712ff
RE
37 *) Added configuration support for Linux/IA64
38 [Rolf Haberrecker <rolf@suse.de>]
39
2da0c119
UM
40 *) Assembler module support for Mingw32.
41