[Webkit-unassigned] [Bug 191498] [Curl] implement CertificateInfo::summaryInfo
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 10 20:23:11 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=191498
--- Comment #16 from Takashi Komori <Takashi.Komori at sony.com> ---
(In reply to Fujii Hironori from comment #6)
> Comment on attachment 373699 [details]
> Patch
>
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=373699&action=review
>
> > Source/WebCore/platform/network/curl/CertificateInfoCurl.cpp:143
> > + time.tm_sec = (data[8] - '0') * 10 + (data[9] - '0');
>
> Is it safe to ignore fractional second and timezone parts?
According to RFC, fractional second must not be included.
https://tools.ietf.org/html/rfc5280#section-4.1.2.5.2
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190711/ae22db14/attachment-0001.html>
More information about the webkit-unassigned
mailing list