Name Description Size
certstor_windows.cpp Abstract RAII wrapper for PCCERT_CONTEXT and HCERTSTORE The Windows API partly takes care of those pointers destructions itself. Especially, iteratively calling `CertFindCertificateInStore` with the previous PCCERT_CONTEXT will free the context and return a new one. In this case, this guard takes care of freeing the context in case of an exception and at the end of the iterative process. 8072
certstor_windows.h Certificate Store that is backed by the system trust store on Windows. 2291
info.txt 209