|
From: Philip W. <ph...@wh...> - 2019-10-18 18:12:14
|
You probably need a custom TrustManager implementation. See https://stackoverflow.com/a/38523104/1052931 for a potential implementation - not sure how secure it is. Best, Philip Whitehouse > On 18 Oct 2019, at 13:24, Aaron Bedra <aar...@gm...> wrote: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > I'm looking to add a CRL to the client certificate validation on my quickfixj engine. It appears that the C++ engine supports this via the CertificateRevocationListFile option and uses OpenSSL to verify it. I have been digging through the quickfixj code and have not found anything equivalent. Is this feature not available or did I miss it? > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users |