Add the "-engineCtrl" option to control hardware and CNG engines (#405)

Documentation updated for CNG engine 1.1 compatibility.
This commit is contained in:
Małgorzata Olszówka
2024-09-08 19:23:38 +02:00
committed by GitHub
parent 4ee429792d
commit db5b4c4dc0
4 changed files with 84 additions and 0 deletions

View File

@ -244,6 +244,14 @@ typedef enum {
typedef unsigned char u_char;
typedef struct {
ASN1_OCTET_STRING *cmd;
ASN1_OCTET_STRING *param;
} EngineControl;
DECLARE_ASN1_FUNCTIONS(EngineControl)
DEFINE_STACK_OF(EngineControl)
typedef struct {
char *infile;
char *outfile;
@ -307,6 +315,7 @@ typedef struct {
char *tsa_keyfile;
time_t tsa_time;
int nested_number;
STACK_OF(EngineControl) *engine_ctrls;
} GLOBAL_OPTIONS;
/*