> On Sep 12, 2018, at 11:24 AM, Matt Caswell wrote:
>
>
> Is this new to 1.1.1? Or does it also impact 1.1.0?
Seems to affect 1.1.0 also:
$ git grep -A1 CT_POLICY_EVAL_CTX_get_time OpenSSL_1_1_0-stable -- test
OpenSSL_1_1_0-stable:test/ct_test.c:const time_t default_time =
CT_POLICY_EV
In message on Wed, 12 Sep
2018 16:24:03 +0100, Matt Caswell said:
>
>
> On 12/09/18 16:23, Thomas J. Hruska wrote:
> > On 9/12/2018 7:03 AM, Viktor Dukhovni wrote:
> >>
> >>
> >>> On Sep 12, 2018, at 9:53 AM, Thomas J. Hruska
> >>> wrote:
> >>>
> >>> Casting to time_t appears to correct the
On 12/09/18 16:23, Thomas J. Hruska wrote:
> On 9/12/2018 7:03 AM, Viktor Dukhovni wrote:
>>
>>
>>> On Sep 12, 2018, at 9:53 AM, Thomas J. Hruska
>>> wrote:
>>>
>>> Casting to time_t appears to correct the issue and the build
>>> completes successfully:
>>>
>>> const time_t default_time =
>>
On 9/12/2018 7:03 AM, Viktor Dukhovni wrote:
On Sep 12, 2018, at 9:53 AM, Thomas J. Hruska
wrote:
Casting to time_t appears to correct the issue and the build completes
successfully:
const time_t default_time =
(time_t)CT_POLICY_EVAL_CTX_get_time(ct_policy_ctx) /
> On Sep 12, 2018, at 9:53 AM, Thomas J. Hruska
> wrote:
>
> Casting to time_t appears to correct the issue and the build completes
> successfully:
>
>const time_t default_time =
> (time_t)CT_POLICY_EVAL_CTX_get_time(ct_policy_ctx) /
>1000;
Since the CT
cl /Z7 /Fdapp.pdb /Gs0 /GF /Gy /MD /W3 /wd4090 /nologo /O2 /WX
/I "include" -D"OPENSSL_SYS_WIN32" -D"WIN32_LEAN_AND_MEAN" -D"UNICODE"
-D"_UNICODE" -D"_CRT_SECURE_NO_DEPRECATE"
-D"_WINSOCK_DEPRECATED_NO_WARNINGS" -D"OPENSSL_USE_APPLINK" -D"NDEBUG"
-D_USE_32BIT_TIME_T -D_USING_V110_SDK71