Hello, Is there a call or at least a clean way (without violating abstraction rules) to get all certificates contained in an X509_STORE object?
My store uses hash/directory scheme but this should really be irrelevant if I do things in terms of the API. I could scrape the directory myself but it would break us if we choose to implement a different type of store. Your help is greatly appreciated. Bill