packages feed

certificate-0.8.1: System/Certificate/X509/MacOS.hs

module System.Certificate.X509.MacOS
	( getSystemPath
	, readAll
	, findCertificate
	) where

getSystemPath :: IO FilePath
getSystemPath = undefined

readAll :: IO [Either ReadErr X509]
readAll = undefined

findCertificate :: (X509 -> Bool) -> IO (Maybe X509)
findCertificate f = undefined