Commit Graph

4 Commits

Author SHA1 Message Date
Christian Hohnstaedt
6777f7c853 Close #401: Write PEM data to a file especially for crlgen
The new option --pem-file=<filename> behaves like --pem, just that it
writes the PEM data (and nothing else) to the given file name
2024-08-30 22:17:58 +02:00
Christian Hohnstaedt
63b54f938c Add cmdline option to disable native dialogs
--no-native-dialogs disables QTs feature to display
OS specific dialogs for message-boxes and file-open dialogs.

This is currently necessary for flatpak, but may be helpful in other
occasions, too.
2024-08-24 15:09:00 +02:00
Christian Hohnstaedt
8587566613 Fix segfault during cmdline import
Tell the calling process that we consumed and free'd
the pki_multi by returning a null-pointer instead of
a dangling pointer to free'd memory.
2024-02-23 12:17:23 +01:00
Christian Hohnstaedt
f28ab5c3bd Extract cmdline handling from main.cpp 2023-10-16 22:42:36 +02:00