aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-04-02 09:29:15 +0000
committerNils Larsch <nils@openssl.org>2005-04-02 09:29:15 +0000
commit12bdb643756d829569bb903e5b806613ff975ccb (patch)
tree8b3186d726311147bb078922ff64bece40dedd01 /CHANGES
parent7bdf8eed69e190ce8f2869a8421aa710d6d07504 (diff)
downloadopenssl-12bdb643756d829569bb903e5b806613ff975ccb.tar.gz
use SHA-1 as the default digest for the apps/openssl commands
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 942279d25b..1e13733070 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,11 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.7e and 0.9.8 [xx XXX xxxx]
+ Changes between 0.9.7f and 0.9.8 [xx XXX xxxx]
+
+ *) Use SHA-1 instead of MD5 as the default digest algorithm for
+ the apps/openssl applications.
+ [Nils Larsch]
*) Compile clean with "-Wall -Wmissing-prototypes
-Wstrict-prototypes -Wmissing-declarations -Werror". Currently