summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2018-12-14 12:10:58 +0100
committerTomas Mraz <tmraz@fedoraproject.org>2019-06-12 11:45:57 +0200
commita6dfa188204f81231a9d25cd007d0753657bcc1a (patch)
tree69b000cafd6752e7cb1b521380abd27afaa18cb2 /CHANGES
parentc162c126be342b8cd97996346598ecf7db56130f (diff)
ts: Use sha256 as default digest for TS query
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/7900)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4ccc3f312e..0b9add534d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,9 @@
Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
+ *) Use SHA256 as the default digest for TS query in the ts app.
+ [Tomas Mraz]
+
*) Change PBKDF2 to conform to SP800-132 instead of the older PKCS5 RFC2898.
This checks that the salt length is at least 128 bits, the derived key
length is at least 112 bits, and that the iteration count is at least 1000.