[openssl-commits] Passed: openssl/openssl#16261 (master - 7e70213)

Travis CI builds at travis-ci.org
Wed Feb 14 10:12:10 UTC 2018


Build Update for openssl/openssl
-------------------------------------

Build: #16261
Status: Passed

Duration: 28 minutes and 9 seconds
Commit: 7e70213 (master)
Author: Matt Caswell
Message: Don't overestimate the ticket age

On the client we calculate the age of the ticket in seconds but the server
may work in ms. Due to rounding errors we could overestimate the age by up
to 1s. It is better to underestimate it. Otherwise, if the RTT is very
short, when the server calculates the age reported by the client it could
be bigger than the age calculated on the server - which should never happen.

Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5306)

View the changeset: https://github.com/openssl/openssl/compare/c684a2d34d0d...7e70213fe3c7

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/340412203?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20180214/eb1cc647/attachment.html>


More information about the openssl-commits mailing list