From 39ea6ca80069282376ba4d147facd16eebd11b3f Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 17 Dec 2002 21:58:45 +0000 Subject: [PATCH] PKCS#7 cert export is not supported - yet --- ExportCert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExportCert.cpp b/ExportCert.cpp index 4fc87bf0..3dbc0be5 100644 --- a/ExportCert.cpp +++ b/ExportCert.cpp @@ -63,7 +63,7 @@ ExportCert::ExportCert(QString fname, bool hasKey, exportFormat->insertItem("PEM all trusted Certificates"); exportFormat->insertItem("PEM all Certificates"); exportFormat->insertItem("DER"); - exportFormat->insertItem("Signed PKCS#7"); +// exportFormat->insertItem("Signed PKCS#7"); if (hasKey) { exportFormat->insertItem("PKCS #12"); exportFormat->insertItem("PKCS #12 with Certificate chain");