mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 03:32:47 -05:00
Add the "-engineCtrl" option to control hardware and CNG engines (#405)
Documentation updated for CNG engine 1.1 compatibility.
This commit is contained in:

committed by
GitHub

parent
4ee429792d
commit
db5b4c4dc0
@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user