summaryrefslogtreecommitdiff
path: root/src/certtool-common.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-04 13:09:57 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-04 13:12:50 +0200
commitac9f8f44da045aaca5b4bd257fc99046596adc69 (patch)
tree5e9c82456367eef926d69fb3642920f11ab3ce58 /src/certtool-common.h
parentb0962b305de154fa3fce0b3c5a4b10958fd30ce7 (diff)
downloadgnutls-ac9f8f44da045aaca5b4bd257fc99046596adc69.tar.gz
Restored ability to decrypt PKCS #8 and #12 keys with a NULL password. Certtool now accepts the option --null-password.
Diffstat (limited to 'src/certtool-common.h')
-rw-r--r--src/certtool-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/certtool-common.h b/src/certtool-common.h
index 8e1af6b23d..a68e47b922 100644
--- a/src/certtool-common.h
+++ b/src/certtool-common.h
@@ -48,6 +48,7 @@ typedef struct common_info
const char* sec_param;
const char* pkcs_cipher;
const char* password;
+ int null_password;
unsigned int crq_extensions;
unsigned int v1_cert;
} common_info_st;