Martin Bartosch

Results 5 comments of Martin Bartosch

Example: ``` {SYSTEM_STATUS} Welcome to OpenXPKI Trustcenter Search: {SUPERSEARCH} {MOTD RAOP-Message} Request a certificate Revoke a certificate ... {MY_CERTIFICATES} {MY_WORKFLOWS} ```

The vergen code is solid and allows a lot of flexibility. We use this to generate package descriptions from boiler plate templates and simplify version number handling throughout the system,...

For examples see https://github.com/openxpki/openxpki/blob/develop/package/common/Makefile.inc#L54 and its actual use in https://github.com/openxpki/openxpki/blob/develop/package/suse/myperl-openxpki-core/myperl-openxpki-core.spec.template

The current [RFC 5280](https://tools.ietf.org/html/rfc5280#section-4.1.2.4) section 4.1.2.4 states ``` Standard sets of attributes have been defined in the X.500 series of specifications [X.520]. Implementations of this specification MUST be prepared to...

For testing I tried to insert a LIMIT => 30 modifier in the SQL query of the API function. On the plus side this solves the memory problem: the backend...