Oliver Welter
Oliver Welter
Add possibility to configure multiple validities for a profile Add the resulting dropdown to the "profile select" page
The tests for the ECDH functions t/25_crypto/24_xs_ecdh.t fail when doing a make test on a pristine system as the test target does not create the necessary file for the binding....
Auto-Add the workflow prefix for nested conditions, e.g. ``` class: Workflow::Condition::LazyAND param: condition1: csr_is_operator condition2: !csr_is_creator ```
Give a proper error message using AJAX response which can be rendered even by the loader screen when "something" goes wrong (e.g. wrong realm name with url based realms)
in UI::Result the i18nTokenizer is applied to a JSON encoded data string. Double quotes inside an I18N token break the JSON format and need escaping.
It should be possible to add a "profile replace map" in renewal workflows to allow a promotion to a newer profile (e.g. SHA1 -> SHA1 migration)
The openxpkiadm command allows the manipulation of validity windows for aliases. When changing such validity dates, the system should check if no chain (up and down!) is broken by incompatible...
The OXI::Template Plugins need access to API functions and use CTX('api') at the moment. This fails if those plugins are called from the Client::UI classes. We need a transparent mapping...
Create a new audit mechanism: - Write with predefined tokens / parameter lists - Add frontend to view / search - Add chained hash / hmac - Add possibility to...