Actions
Bug #52
closedExpiration date is sometimes ignored
Description
At least when setting certificate expiration to the same date as validity start date the date gets ignored and seemingly random expiration dates are used.
Updated by Felix Tiede almost 12 years ago
- % Done changed from 0 to 10
The date is correctly used if the validity timespan is still positive.
It does not work if the following conditions are met:
It does not work if the following conditions are met:
- Start of validity (date and time) is in the future.
- Time of expiration is before time of start of validity.
- Date of expiration is set to the same date as start of validity.
For example a request is opened for signing and validity timestamp controls are filled as follows:
Not valid before: 09.05.2013 11:32:45 Expires: 09.06.2013 11:32:45
Changing Not valid before
to 09.05.2013 11:45:00
and Expires
to 09.05.2013 11:32:45
(changing date but leaving time as-is) renders this error.
Quick workaround is to change expiration time before changing expiration date. A bugfix will follow in release 0.1.9.
Updated by Felix Tiede almost 12 years ago
- Status changed from New to In Progress
Updated by Felix Tiede almost 12 years ago
- Status changed from In Progress to Closed
- % Done changed from 10 to 100
Applied in changeset kca|d473e21fe8d67a2d0281872f7a183b5a408d5583.
Actions