Looks like we are calling exported functions that aren't documented on MSDN. We need to remove usage of these apis (replace with public APIs). - [ ] advapi32.dll!LsaQueryCAPs () - [x] certca.dll!CCFindCertificateBuildFilter () - [x] certca.dll!CCFindCertificateFreeFilter () - [x] certca.dll!CCFindCertificateFromFilter () - [x] certca.dll!CCFreeStringArray () - [x] certca.dll!CCGetCertNameList () - [x] certenroll.dll!LogCertCopy () - [x] certenroll.dll!LogCertDelete ()
Looks like we are calling exported functions that aren't documented on MSDN. We need to remove usage of these apis (replace with public APIs).