Mark Harmstone | 0a69b20 | 2024-01-04 23:38:15 +0000 | [diff] [blame] | 1 | LIBRARY crypt32 |
| 2 | |
| 3 | EXPORTS |
| 4 | |
| 5 | CertAddCertificateContextToStore |
| 6 | CertAddCertificateLinkToStore |
| 7 | CertAddCRLContextToStore |
| 8 | CertAddCRLLinkToStore |
| 9 | CertAddCTLContextToStore |
| 10 | CertAddCTLLinkToStore |
| 11 | CertAddEncodedCertificateToStore |
| 12 | CertAddEncodedCRLToStore |
| 13 | CertAddEncodedCTLToStore |
| 14 | CertAddSerializedElementToStore |
| 15 | CertAddStoreToCollection |
| 16 | CertAlgIdToOID |
| 17 | CertCloseStore |
| 18 | CertCompareCertificate |
| 19 | CertCompareCertificateName |
| 20 | CertCompareIntegerBlob |
| 21 | CertControlStore |
| 22 | CertCreateCertificateChainEngine |
| 23 | CertCreateCertificateContext |
| 24 | CertCreateContext |
| 25 | CertCreateCRLContext |
| 26 | CertCreateCTLContext |
| 27 | CertCreateSelfSignCertificate |
| 28 | CertDeleteCertificateFromStore |
| 29 | CertDeleteCRLFromStore |
| 30 | CertDeleteCTLFromStore |
| 31 | CertDuplicateCertificateChain |
| 32 | CertDuplicateCertificateContext |
| 33 | CertDuplicateCRLContext |
| 34 | CertDuplicateCTLContext |
| 35 | CertDuplicateStore |
| 36 | CertEnumCertificateContextProperties |
| 37 | CertEnumCertificatesInStore |
| 38 | CertEnumCRLContextProperties |
| 39 | CertEnumCRLsInStore |
| 40 | CertEnumCTLContextProperties |
| 41 | CertEnumCTLsInStore |
| 42 | CertEnumPhysicalStore |
| 43 | CertEnumSystemStore |
| 44 | CertEnumSystemStoreLocation |
| 45 | CertFindAttribute |
| 46 | CertFindCertificateInCRL |
| 47 | CertFindCertificateInStore |
| 48 | CertFindChainInStore |
| 49 | CertFindCRLInStore |
| 50 | CertFindCTLInStore |
| 51 | CertFindExtension |
| 52 | CertFindRDNAttr |
| 53 | CertFindSubjectInCTL |
| 54 | CertFreeCertificateChain |
| 55 | CertFreeCertificateChainEngine |
| 56 | CertFreeCertificateChainList |
| 57 | CertFreeCertificateContext |
| 58 | CertFreeCRLContext |
| 59 | CertFreeCTLContext |
| 60 | CertGetCertificateChain |
| 61 | CertGetCertificateContextProperty |
| 62 | CertGetCRLContextProperty |
| 63 | CertGetCRLFromStore |
| 64 | CertGetCTLContextProperty |
| 65 | CertGetEnhancedKeyUsage |
| 66 | CertGetIntendedKeyUsage |
| 67 | CertGetIssuerCertificateFromStore |
| 68 | CertGetNameStringA |
| 69 | CertGetNameStringW |
| 70 | CertGetPublicKeyLength |
| 71 | CertGetStoreProperty |
| 72 | CertGetSubjectCertificateFromStore |
| 73 | CertGetValidUsages |
| 74 | CertIsValidCRLForCertificate |
| 75 | CertNameToStrA |
| 76 | CertNameToStrW |
| 77 | CertOIDToAlgId |
| 78 | CertOpenStore |
| 79 | CertRDNValueToStrA |
| 80 | CertRDNValueToStrW |
| 81 | CertRegisterSystemStore |
| 82 | CertRemoveStoreFromCollection |
| 83 | CertResyncCertificateChainEngine |
| 84 | CertSaveStore |
| 85 | CertSelectCertificateChains |
| 86 | CertSerializeCertificateStoreElement |
| 87 | CertSerializeCRLStoreElement |
| 88 | CertSerializeCTLStoreElement |
| 89 | CertSetCertificateContextProperty |
| 90 | CertSetCRLContextProperty |
| 91 | CertSetCTLContextProperty |
| 92 | CertSetStoreProperty |
| 93 | CertStrToNameA |
| 94 | CertStrToNameW |
| 95 | CertUnregisterSystemStore |
| 96 | CertVerifyCertificateChainPolicy |
| 97 | CertVerifySubjectCertificateContext |
| 98 | CertVerifyTimeValidity |
| 99 | CryptAcquireCertificatePrivateKey |
| 100 | CryptBinaryToStringW |
| 101 | CryptDecodeObject |
| 102 | CryptDecodeObjectEx |
| 103 | CryptDecryptMessage |
| 104 | CryptEncodeObject |
| 105 | CryptEncodeObjectEx |
| 106 | CryptEncryptMessage |
| 107 | CryptEnumOIDFunction |
| 108 | CryptEnumOIDInfo |
| 109 | CryptFindCertificateKeyProvInfo |
| 110 | CryptFindLocalizedName |
| 111 | CryptFindOIDInfo |
| 112 | CryptFormatObject |
| 113 | CryptFreeOIDFunctionAddress |
| 114 | CryptGetDefaultOIDDllList |
| 115 | CryptGetDefaultOIDFunctionAddress |
| 116 | CryptGetMessageCertificates |
| 117 | CryptGetOIDFunctionAddress |
| 118 | CryptGetOIDFunctionValue |
| 119 | CryptHashCertificate2 |
| 120 | CryptHashPublicKeyInfo |
| 121 | CryptImportPublicKeyInfoEx2 |
| 122 | CryptInitOIDFunctionSet |
| 123 | CryptInstallOIDFunctionAddress |
| 124 | CryptMsgCalculateEncodedLength |
| 125 | CryptMsgClose |
| 126 | CryptMsgControl |
| 127 | CryptMsgCountersign |
| 128 | CryptMsgCountersignEncoded |
| 129 | CryptMsgDuplicate |
| 130 | CryptMsgGetAndVerifySigner |
| 131 | CryptMsgGetParam |
| 132 | CryptMsgOpenToDecode |
| 133 | CryptMsgOpenToEncode |
| 134 | CryptMsgUpdate |
| 135 | CryptMsgVerifyCountersignatureEncoded |
| 136 | CryptMsgVerifyCountersignatureEncodedEx |
| 137 | CryptProtectData |
| 138 | CryptProtectMemory |
| 139 | CryptQueryObject |
| 140 | CryptRetrieveTimeStamp |
| 141 | CryptSignMessage |
| 142 | CryptStringToBinaryA |
| 143 | CryptUnprotectData |
| 144 | CryptUnprotectMemory |
| 145 | CryptVerifyDetachedMessageSignature |
| 146 | CryptVerifyTimeStampSignature |
| 147 | PFXExportCertStore |
| 148 | PFXExportCertStoreEx |
| 149 | PFXImportCertStore |
| 150 | PFXIsPFXBlob |
| 151 | PFXVerifyPassword |