diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-11-01 08:46:00 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-11-01 08:46:00 +0000 |
commit | 293a4d836d5ae8a0cd85b3a5d7b211ed288419b7 (patch) | |
tree | 758e1e827f90e6a1c1bfd00e8132bf1e5927b923 /src/certtool-gaa.h | |
parent | c6c720e031ba3cf3e6b2d68644e1dc4cc69435a9 (diff) | |
download | gnutls-293a4d836d5ae8a0cd85b3a5d7b211ed288419b7.tar.gz |
* Several changes in certificate and key verification.
* GNUTLS_CERT_NOT_TRUSTED was replaced by GNUTLS_CERT_INVALID, to avoid
having two flags for the same thing.
* Updated documentation for openpgp key verification.
* The prime tool was combined with the certtool.
Diffstat (limited to 'src/certtool-gaa.h')
-rw-r--r-- | src/certtool-gaa.h | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/src/certtool-gaa.h b/src/certtool-gaa.h index cbf73e1f9c..756c61b6bc 100644 --- a/src/certtool-gaa.h +++ b/src/certtool-gaa.h @@ -8,29 +8,31 @@ typedef struct _gaainfo gaainfo; struct _gaainfo { -#line 57 "certtool.gaa" +#line 62 "certtool.gaa" int debug; -#line 54 "certtool.gaa" +#line 59 "certtool.gaa" char *infile; -#line 51 "certtool.gaa" +#line 56 "certtool.gaa" char *outfile; -#line 48 "certtool.gaa" +#line 53 "certtool.gaa" int bits; -#line 45 "certtool.gaa" +#line 50 "certtool.gaa" int outcert_format; -#line 42 "certtool.gaa" +#line 47 "certtool.gaa" int incert_format; -#line 39 "certtool.gaa" +#line 44 "certtool.gaa" int pkcs8; -#line 28 "certtool.gaa" +#line 33 "certtool.gaa" + char *pass; +#line 30 "certtool.gaa" char *ca; -#line 25 "certtool.gaa" +#line 27 "certtool.gaa" char *ca_privkey; -#line 22 "certtool.gaa" +#line 24 "certtool.gaa" char *cert; -#line 19 "certtool.gaa" +#line 21 "certtool.gaa" char *request; -#line 16 "certtool.gaa" +#line 18 "certtool.gaa" char *privkey; #line 3 "certtool.gaa" int action; |