In .net I am aware that I can use X509Certificate chain to validate the a given certificate.
I searched and found quite a few examples on how to do it. But if I want a little more control over it, I can't. By design it is very high level.
I was wanting something as low as this: Nakov's code.
Where I can download at will, and control the cache as I need or design.
Does anyone know any framework, or technique to use with BouncyCastle or IText?
thanks in advance