CT_POLICY_EVAL_CTX_set_time expects milliseconds, but given seconds
authorRob Percival <robpercival@google.com>
Tue, 4 Apr 2017 22:24:28 +0000 (23:24 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 26 Apr 2017 15:33:55 +0000 (16:33 +0100)
commit56e5d5498d557fe1ab0a360ddcda2931d976ec62
treef163cc8bf3843cd74d1a9f7bfbb052bfccb764ee
parente23a4e98a90c448a196aede3edeb7802ed0da121
CT_POLICY_EVAL_CTX_set_time expects milliseconds, but given seconds

This resulted in the SCT timestamp check always failing, because the
timestamp appeared to be in the future.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3260)
ssl/ssl_lib.c