<div dir="auto">Hi,<div dir="auto"><br></div><div dir="auto">Hope everyone is having a good new year so far!</div><div dir="auto"><br></div><div dir="auto">I'm trying to find a way to make sure that a private-key/public-key-cert pair I'm given, will absolutely work when I stickĀ  them into my SSL_CTX* object and try to use that for ssl. Short of trying to simulate a test ssl connection over localhost for testing them out, is there a way to ensure that?</div><div dir="auto"><br></div><div dir="auto">After googling, it seems that I may be able to verify that by comparing the modulus from the key and the cert. Does anyone know if that's sufficient, and how to do it programmatically?</div><div dir="auto"><br></div><div dir="auto">I was also wondering if I should just try to perform an encrypt-decrypt sequence using the pair I have, and use the success of that as confirmation that my ssl connection will work later, as far as the certs are concerned. Would that be the right way to go about it?</div><div dir="auto"><br></div><div dir="auto">What do you guys think?</div><div dir="auto">Thanks in advance!</div><div dir="auto">- Pratyush</div></div>