Feature #681
openDisplay selected authority's extensions added to requested certificate
40%
Description
The request signing dialog shows requested extensions but not the extensions set by the authority selected to sign the request.
Those extensions should also be switchable as well as a warning displayed if a requested extension conflicts with an authority extension.
For usability consistency a conflict should always be solved by using the authority extension overwriting the request's extension.
Updated by Felix Tiede over 5 years ago
- Blocks Task #653: Rework request signing dialog added
Updated by Felix Tiede over 5 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 20
Updated by Felix Tiede over 5 years ago
- Due date changed from 03/13/2020 to 03/27/2020
- Estimated time changed from 15:00 h to 25:00 h
A caveat with this feature lies within some "standard" extensions, like Key IDs, which might be enforced anyway, regardless of any other extensions or settings.
With this in mind it might be sensible to not list those extensions at all but create them at the time of request signing in all cases.
This necessitates a rework of the available signing methods.
Updated by Felix Tiede over 5 years ago
- Blocked by Task #682: Refactor authority.cpp added