diff options
author | Rich Salz <rsalz@akamai.com> | 2019-09-27 13:17:09 -0400 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-10-03 10:33:54 +1000 |
commit | 9c0586d5fc7988d2f8544f7884572a3b430406f6 (patch) | |
tree | e591f47e8c70c423e4cdf4a98ef847a1e3a296c9 /doc/man3/CT_POLICY_EVAL_CTX_new.pod | |
parent | 60a7817cacacf4b30a16414479789c2774360782 (diff) | |
download | openssl-new-9c0586d5fc7988d2f8544f7884572a3b430406f6.tar.gz |
Fix errors found by new find-doc-nits
Also patch find-doc-nits to ignore a Microsoft trademark and not
flag it as a spelling error.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10023)
Diffstat (limited to 'doc/man3/CT_POLICY_EVAL_CTX_new.pod')
-rw-r--r-- | doc/man3/CT_POLICY_EVAL_CTX_new.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/CT_POLICY_EVAL_CTX_new.pod b/doc/man3/CT_POLICY_EVAL_CTX_new.pod index ef968d9e70..27c04e19e9 100644 --- a/doc/man3/CT_POLICY_EVAL_CTX_new.pod +++ b/doc/man3/CT_POLICY_EVAL_CTX_new.pod @@ -88,7 +88,7 @@ issued in the future. RFC6962 states that "TLS clients MUST reject SCTs whose timestamp is in the future". By default, this will be set to 5 minutes in the future (e.g. (time() + 300) * 1000), to allow for clock drift. -The time should be in milliseconds since the Unix epoch. +The time should be in milliseconds since the Unix Epoch. =back |