Oliver Welter

Results 98 issues of Oliver Welter

It should be possible to mark a profile as "RA only", so that it is not visible to the user but can be set on a pending request by the...

feature request
frontend

The apache standard distribution offers mod_proxy_fcgi which should suit as a replacement when using the existing fast cgi wrappers in server mode or under supervision of a fastcgi runner.

As the workflow id is a sequence generated number it is basically possible to access a workflow by iterating ids against the workflow info URL. Even if the ACL prevents...

feature request
discussion

Oracles numeric data type supports only a 38 digit precision which is not large enough to store a 20 bytes serial number as demanded by RFC5280. Using a varchar type...

feature request
discussion
sql-layer

To support deploying OpenXPKI in a cloud environment it should be possible to use TCP instead of unix sockets between UI and backend. As currently the unix socket permissions are...

feature request

Oracle uses a parameter `LongReadLen` to set the size to read from a CLOB column. When generating reports from OpenXPKI, those often go through the datapool or context before they...

bug
feature request

Define and implement

feature request

Using clca initialize: openssl.cnf ``` 0.domainComponent = Top 1.domainComponent = Middle commonName = Root CA 1 ``` Creates this certificate ``` Issuer: DC=Top, DC=Middle CN=Root CA 1 Subject: CN=Root CA...

This will fix #934 Due to the lack of documentation or tests I can not guarantee that it does not break other operations where a different account key should be...

The RFC allows a self-signed revoke and as the help says ` --privkey (-p) path/to/key.pem Use specified private key instead of account key (useful for revocation)` I expected this feature...