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)
committerRichard Levitte <levitte@openssl.org>
Wed, 12 Apr 2017 17:08:57 +0000 (19:08 +0200)
commit6a71e06d7aa02b857c8650aa94f6efd9d6531872
tree8809ac0e720a4dbbfa038b1e192ac296a72031cd
parent2094ea070a1fb6aa06b8e939e6cb735edc2c178b
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: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3138)
ssl/ssl_lib.c