Actions
Bug #4476
closedWrong ValidityPeriod.NotAfter in certificate expiring after year 2038
Start date:
01/25/2018
Due date:
% Done:
100%
Estimated time:
Description
In test case ndn-cxx.Tests.Security.V2.TestKeyChain.SelfSignedCertValidity:
[Error] - check cert.isValid() failed
== [File] - ../tests/unit-tests/security/v2/key-chain.t.cpp
== [Line] - 398
[Error] - check cert.isValid(time::system_clock::now() + 10 * 365_days) failed
== [File] - ../tests/unit-tests/security/v2/key-chain.t.cpp
== [Line] - 399
[Error] - check cert.getValidityPeriod().getPeriod().second > time::system_clock::now() + 10 * 365_days failed [-2147401558000000000 nanoseconds since Jan 1, 1970 <= 1832205738150935238 nanoseconds since Jan 1, 1970]
== [File] - ../tests/unit-tests/security/v2/key-chain.t.cpp
== [Line] - 400
Updated by Junxiao Shi almost 7 years ago
- Related to Bug #4473: Running into year 2038 problem as certificate's validity period is hard coded to 20 years added
Updated by Alex Afanasyev almost 7 years ago
- Related to Bug #4478: time::fromIsoString doesn't decode large dates added
Updated by Junxiao Shi almost 7 years ago
- Related to deleted (Bug #4478: time::fromIsoString doesn't decode large dates)
Updated by Junxiao Shi almost 7 years ago
- Is duplicate of Bug #4478: time::fromIsoString doesn't decode large dates added
Updated by Alex Afanasyev almost 7 years ago
- Is duplicate of deleted (Bug #4478: time::fromIsoString doesn't decode large dates)
Updated by Alex Afanasyev almost 7 years ago
- Related to Bug #4478: time::fromIsoString doesn't decode large dates added
Updated by Alex Afanasyev almost 7 years ago
Updated by Davide Pesavento almost 7 years ago
- Status changed from New to Closed
- Assignee set to Alex Afanasyev
- % Done changed from 0 to 100
Should be fixed now.
Actions