openxpki
openxpki copied to clipboard
OpenXPKI Code
Expansion of Template is only avail in To/CC and Subject but not in Reply-To. It should also be possible to add extra headers with TT support
Offer an interface to consume CMP message to create/revoke certificates
A generic NICE backend using CMP to create/revoke certificates. Can act as gateway to some public CAs (e.g. Quo Vadis).
It is still documented and seems to lead some users the wrong way. Might need cleanup and/or removed.
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.