diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2018-12-14 12:10:58 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2019-06-12 11:45:57 +0200 |
commit | a6dfa188204f81231a9d25cd007d0753657bcc1a (patch) | |
tree | 69b000cafd6752e7cb1b521380abd27afaa18cb2 /CHANGES | |
parent | Fix typo mistake on calls to SSL_ctrl in ssl.h (diff) | |
download | openssl-a6dfa188204f81231a9d25cd007d0753657bcc1a.tar.xz openssl-a6dfa188204f81231a9d25cd007d0753657bcc1a.zip |
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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |