X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=CHANGES;h=5ad39ca2bdc4394947f9d0000f89271fa0782b28;hb=13066cee601cb7b2d6980fbb7eba51db4b489ebd;hp=4da34e86e376a13af8840f5384c115058770b74b;hpb=c0711f7f0fc026ab87fe6607bb5136ab790e2334;p=openssl.git diff --git a/CHANGES b/CHANGES index 4da34e86e3..5ad39ca2bd 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,11 @@ Changes between 0.9.4 and 0.9.5 [xx XXX 1999] + *) Initial support for DH_METHOD. Again based on RSA_METHOD. Also added + a few extra parameters to the DH structure: these will be useful if + for example we want the value of 'q' or implement X9.42 DH. + [Steve Henson] + *) Initial support for DSA_METHOD. This is based on the RSA_METHOD and provides hooks that allow the default DSA functions or functions on a "per key" basis to be replaced. This allows hardware acceleration and