X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=cd545b7abe94088f5b744608330b5a29ab48acbb;hp=7cd6e500319729dd8ec6d50bbe35cdde1d069123;hb=144ed390b637d609d4544eca8e99f56043192928;hpb=2b177e993a6a466b82afd020eaa4666b6e25f157 diff --git a/project.h b/project.h index 7cd6e500..cd545b7a 100644 --- a/project.h +++ b/project.h @@ -347,34 +347,6 @@ struct http_request #ifdef FEATURE_HTTPS_FILTERING -/* - * Properties of cert for generating - */ -typedef struct{ - char *issuer_crt; /* filename of the issuer certificate */ - char *subject_key; /* filename of the subject key file */ - char *issuer_key; /* filename of the issuer key file */ - const char *subject_pwd; /* password for the subject key file */ - const char *issuer_pwd; /* password for the issuer key file */ - char *output_file; /* where to store the constructed key file */ - const char *subject_name; /* subject name for certificate */ - char issuer_name[ISSUER_NAME_BUF_SIZE]; /* issuer name for certificate */ - const char *not_before; /* validity period not before */ - const char *not_after; /* validity period not after */ - const char *serial; /* serial number string */ - int is_ca; /* is a CA certificate */ - int max_pathlen; /* maximum CA path length */ -} cert_options; - -/* - * Properties of key for generating - */ -typedef struct{ - mbedtls_pk_type_t type; /* type of key to generate */ - int rsa_keysize; /* length of key in bits */ - char *key_file_path; /* filename of the key file */ -} key_options; - /* * Struct for linked list containing certificates */