Commit Graph

130 Commits

Author SHA1 Message Date
Juan Lang 7dae1dc512 cryptui: Enable/disable PFX choice based on whether the private key is to be exported. 2009-02-09 12:07:12 +01:00
Juan Lang f09b7fa12f cryptui: Set default export format based on whether the private key is to be exported. 2009-02-09 12:07:06 +01:00
Juan Lang bd3c992795 cryptui: Make a copy of export info in CryptUIWizExport. 2009-02-09 12:06:56 +01:00
Juan Lang 53c84a8518 cryptui: Prompt whether to export the private key from CryptUIWizExport. 2009-02-09 12:06:48 +01:00
Marcus Meissner 540f11f6d6 cryptui: Check NULL ptr differently (Coverity). 2009-02-05 13:15:13 +01:00
Juan Lang 157709d7a2 cryptui: Export all selected certificates when requested from the certificate manager, not just the first one. 2009-01-27 11:08:11 +01:00
Juan Lang 56b38801b1 cryptui: Set default export file name based on input in CryptUIWizExport. 2009-01-27 11:08:03 +01:00
Juan Lang b2fefc0ffd cryptui: Move code for enabling the PFX export format to the correct dialog proc. 2009-01-27 11:07:45 +01:00
Juan Lang 214045988f cryptui: Select export format based on input in CryptUIWizExport. 2009-01-27 11:07:38 +01:00
Juan Lang 15a8ea6a51 cryptui: Implement CryptUIWizExport for CRYPTUI_WIZ_EXPORT_CERT_STORE_CERTIFICATES_ONLY. 2009-01-27 11:07:12 +01:00
Juan Lang a7096f9636 cryptui: Add support for exporting a serialized store from CryptUIWizExport. 2009-01-27 11:04:30 +01:00
Juan Lang 4ae62fba22 cryptui: Add error checking to CryptUIWizExport. 2009-01-27 11:03:51 +01:00
Juan Lang 1165146188 cryptui: Default to exporting in DER format. 2009-01-27 11:03:45 +01:00
Juan Lang 53955c57fe cryptui: Always initialize export wizard's export options. 2009-01-27 11:03:39 +01:00
Juan Lang 01c24c641c cryptui: Call CryptUIWizExport when asked to. 2009-01-26 14:28:20 +01:00
Juan Lang 8e5f9d57fc cryptui: Fix a typo. 2009-01-26 14:28:16 +01:00
Juan Lang 56215060dc cryptui: Implement CryptUIWizExport for the no UI case. 2009-01-26 14:28:10 +01:00
Juan Lang 40905e42ac cryptui: Use a public type rather than a private one for export options in the export wizard. 2009-01-26 14:28:04 +01:00
Juan Lang 71e944e37a cryptui: Implement saving from the export wizard. 2009-01-26 14:27:55 +01:00
Juan Lang 5d92e2d20f cryptui: Show details of export on finish page of export wizard. 2009-01-26 14:27:47 +01:00
Juan Lang 4e9cbb2807 cryptui: Implement browsing for a filename in the export wizard. 2009-01-26 14:27:38 +01:00
Juan Lang 298f7c53f8 cryptui: Validate filename in export wizard. 2009-01-26 14:27:25 +01:00
Juan Lang 8b2792d1c1 cryptui: Enable/disable checkboxes in the format page of the export wizard depending on selection. 2009-01-26 14:27:14 +01:00
Juan Lang 7f9c8fa92f cryptui: Disable the PFX export format in the export wizard unless the source has a private key. 2009-01-26 14:27:03 +01:00
Juan Lang 245e22fb94 cryptui: Remember format and format options when leaving the format page of the export wizard. 2009-01-26 14:26:27 +01:00
Juan Lang c417c9b9c2 cryptui: Skip the format page of the export wizard if the format is implied. 2009-01-26 14:26:13 +01:00
Juan Lang 0cac6977e6 cryptui: Add a do-nothing export wizard. 2009-01-26 14:26:03 +01:00
Juan Lang 787b4bcd52 cryptui: Add stub for CryptUIWizExport. 2009-01-26 14:25:10 +01:00
Juan Lang e50e78f1cb cryptui: Fix crash with native riched20. 2009-01-09 14:48:36 +01:00
Juan Lang 732fce7c3c cryptui: Call CryptUIWizImport from the certificate manager dialog. 2009-01-09 14:47:51 +01:00
Juan Lang ed5d0d8894 cryptui: Set appropriate radio button in CryptUIWizImport if the destination store is specified. 2009-01-09 14:47:47 +01:00
Juan Lang 9d6d8570fc cryptui: Implement removing certificates from certificate manager dialog. 2009-01-09 14:47:33 +01:00
Juan Lang a6e21329ee cryptui: Show usages for selected cert in certificate manager dialog. 2009-01-09 14:47:24 +01:00
Juan Lang a3f746b085 cryptui: Show selected certificate when requested in the certificate manager dialog. 2009-01-09 14:47:03 +01:00
Juan Lang c33dfc2d41 cryptui: Enable/disable controls based on selection in certificate manager dialog. 2009-01-09 14:46:57 +01:00
Juan Lang 0a58167b07 cryptui: Filter shown certs according to purpose selection in certificate manager dialog. 2009-01-09 14:46:51 +01:00
Juan Lang e7e91402d2 cryptui: Refresh cert view when purpose selection is changed in the certificate manager dialog. 2009-01-09 14:46:29 +01:00
Juan Lang 73a8f89468 cryptui: Add saved purposes to the purpose selection in the certificate manager dialog. 2009-01-09 14:46:23 +01:00
Juan Lang dfc8b91ca2 cryptui: Save purposes in certificate manager dialog's advanced dialog. 2009-01-09 14:45:54 +01:00
Juan Lang 0c17a5d61c cryptui: Recall usage state from registry in certificate manager dialog's advanced dialog. 2009-01-09 14:45:33 +01:00
Juan Lang a180f505b9 cryptui: Allow toggling a usage in the certificate manager dialog's advanced dialog. 2009-01-09 14:45:25 +01:00
Juan Lang 06505e53ae cryptui: Add known usages to certificate manager dialog's advanced dialog. 2009-01-09 14:45:19 +01:00
Juan Lang 7675bf428a cryptui: Add a (empty) advanced dialog to the certificate manager dialog. 2009-01-09 14:45:14 +01:00
Juan Lang be1587ca50 cryptui: Refresh store display when a tab is switched or the purpose selection is changed in the certificate manager dialog. 2009-01-09 14:44:53 +01:00
Juan Lang 29dcd60587 cryptui: Display contents of certificate store in certificate manager dialog. 2009-01-09 14:44:44 +01:00
Juan Lang 1d59060152 cryptui: Show names of stores certificate manager dialog. 2009-01-09 14:44:31 +01:00
Juan Lang 96d0e63620 cryptui: Add purpose selection and column headings to certificate manager dialog. 2009-01-09 14:44:23 +01:00
Juan Lang 1f183ea289 cryptui: Add a (empty) certificate manager dialog. 2009-01-09 14:44:13 +01:00
Juan Lang 214a01ac6c cryptui: Add a header bitmap to CryptUIWizImport's interior pages. 2008-12-24 19:58:40 +01:00
Juan Lang 56c7b55dfa cryptui: Add watermark image to welcome and finish pages of CryptUIWizImport. 2008-12-24 19:58:30 +01:00