Commit Graph

249 Commits (b80780ad0fbeba3853ebf2b9bb39dc20bce7044d)

Author SHA1 Message Date
Juan Lang ef8d6d8a96 cryptui: Toggle a usage when it's clicked. 2008-12-19 17:39:08 +01:00
Juan Lang a958c27cdd cryptui: Validate OID in add purpose dialog. 2008-12-19 17:39:02 +01:00
Juan Lang a0ae811ecc cryptui: Show/hide add purpose OID's scrollbar depending on how much text it has. 2008-12-19 17:38:55 +01:00
Juan Lang 356596561c cryptui: Add an add purpose dialog. 2008-12-19 17:38:49 +01:00
Juan Lang 3c7e95ee39 cryptui: Set purpose selection radio button based on enhanced key usage value. 2008-12-19 17:38:07 +01:00
Juan Lang a45c2484e0 cryptui: Redraw purposes list based on purpose selection. 2008-12-19 17:38:02 +01:00
Juan Lang 0bb4f7e3c4 cryptui: Show a cert's allowed usages in cert properties dialog. 2008-12-19 17:37:55 +01:00
Juan Lang c489ce31ba cryptui: Show/hide description's scrollbar depending on how much text it has. 2008-12-19 17:37:38 +01:00
Juan Lang 53fc5b850d cryptui: Show cert's friendly name and description in edit properties dialog. 2008-12-19 17:37:31 +01:00
Juan Lang 7153a6fb87 cryptui: Add (empty) edit cert properties dialog. 2008-12-19 17:37:24 +01:00
Juan Lang 63be2a038e cryptui: Show cert when it's double-clicked in the hierarchy page. 2008-12-19 17:37:15 +01:00
Juan Lang 93f4c49ea5 cryptui: Remove code duplication in formatting an enhanced key usage value. 2008-12-19 17:37:07 +01:00
Juan Lang 6e907fea13 cryptui: Allow viewing another cert in the chain from the hierarchy page. 2008-12-18 13:36:31 +01:00
Juan Lang 275cb46fa6 cryptui: Show certificate status for selected certificate in hierarchy page. 2008-12-18 13:36:25 +01:00
Juan Lang d3a61c769f cryptui: Show status for end cert in hierarchy page. 2008-12-18 13:36:19 +01:00
Juan Lang 84a26e5c94 cryptui: Show cert chain in hierarchy page. 2008-12-18 13:36:01 +01:00
Juan Lang e958485fe2 cryptui: Add a (empty) hierarchy page to the cert properties dialog. 2008-12-18 13:33:59 +01:00
Juan Lang 48c45fb39c cryptui: Remove unnecessary check.
Now that all the certificate extensions/properties/whatnot are shown,
the if check is unnecessary.
2008-12-18 13:33:51 +01:00
Juan Lang 094fed7529 cryptui: Show the certificate properties in the details page. 2008-12-18 13:33:42 +01:00
Juan Lang c5fad0d156 cryptui: Show the certificate extensions in the details page. 2008-12-18 13:33:32 +01:00
Juan Lang bac337e68b cryptui: Show detailed value of a field when it's selected in the details page. 2008-12-18 13:33:22 +01:00
Juan Lang d1b8b80c83 cryptui: Show the X.509 v1 certificate fields in the details page. 2008-12-18 13:30:37 +01:00
Juan Lang a4d362805b cryptui: Add selections to field selection list in details page. 2008-12-18 13:29:59 +01:00
Juan Lang b7afe1740b cryptui: Add a (empty) details page to the cert properties dialog. 2008-12-18 13:29:50 +01:00
Juan Lang e7490ad082 cryptui: Show issuer statement in cert properties dialog. 2008-12-18 13:29:31 +01:00
Juan Lang 86e1184943 cryptui: Show valid policies for a cert. 2008-12-18 13:29:20 +01:00
Juan Lang 71472a2a20 cryptui: Show icon and text representing trust state of certificate. 2008-12-18 13:29:14 +01:00
Juan Lang 9bb06915bb cryptui: Show subject, issuer, and validity period for a cert in the properties dialog. 2008-12-18 13:24:12 +01:00
Juan Lang 20dfbb3d64 cryptui: Show (empty) certificate dialog. 2008-12-18 13:18:24 +01:00
Juan Lang 104b366d07 cryptui: Call WinVerifyTrust if the caller has not. 2008-12-18 13:18:04 +01:00
Juan Lang 29bf23108b cryptui: Ignore additional prop sheet pages when calling CryptUIViewCertificateW from CryptUIViewCertificateA. 2008-12-18 13:17:47 +01:00
Nicolas Le Cam 5ddcedff18 cryptui/tests: Fix test failures on Win2k and below. 2008-11-07 11:27:28 +01:00
Francois Gouget a6d5f7df7f cryptui: Fix compilation on systems that don't support nameless unions. 2008-11-03 13:34:12 +01:00
Juan Lang b7fa4a7712 cryptui: Fix destination store for self-signed certs. 2008-10-29 11:51:39 +01:00
Juan Lang 472984f565 cryptui: Fix a failing test on Windows. 2008-10-29 11:51:33 +01:00
Juan Lang ab9a53f685 cryptui: Choose appropriate destination store for a cert. 2008-10-27 11:21:45 +01:00
Juan Lang 4b66952b7a cryptui: Test the import destination of a couple more certs. 2008-10-27 11:21:39 +01:00
Juan Lang 3f705af961 cryptui: Support importing certificate contexts. 2008-10-27 11:21:31 +01:00
Juan Lang dd81561123 cryptui: Move cert creation to a helper function. 2008-10-27 11:21:23 +01:00
Juan Lang caa64b4d03 cryptui: Improve parameter checking. 2008-10-27 11:21:13 +01:00
Juan Lang 7e0e1a1f9d cryptui: Add tests for CryptUIWizImport. 2008-10-27 11:20:39 +01:00
Juan Lang 199bf79507 cryptui: Don't crash if pImportSrc is NULL. 2008-10-27 11:19:57 +01:00
Hans Leidekker 8cbc6f951f cryptui: Honour hDestCertStore in CryptUIWizImport, be more verbose about its shortcomings. 2008-10-22 13:54:53 +02:00
Hans Leidekker d0baa50681 cryptui: Add a partial implementation of CryptUIWizImport.
This is just enough to make importing a certificate in Outlook 2007 work.
2008-10-20 12:24:01 +02:00
Juan Lang 46fbe3fc2e cryptui: Build import lib. 2008-09-22 11:51:26 +02:00
Juan Lang b01348c9a9 cryptui: Implement CryptUIDlgViewCertificateA on top of CryptUIDlgViewCertificateW. 2008-09-22 11:51:08 +02:00
Hans Leidekker 1f3e3b848b cryptui: Add a stub implementation of CryptUIDlgViewCertificateW. 2008-09-11 13:28:34 +02:00
Juan Lang 6c4d39bcaf cryptuiapi: Add a stub for CryptUIDlgCertMgr. 2008-08-29 12:24:06 +02:00
Juan Lang 2016c63e82 cryptui: Add stub DLL. 2008-04-11 11:13:41 +02:00