FWIW, in my test bed, that X.509 content throws an XSECCryptoException indicating the DER translation failed inside OpenSSL, which is what I'd expect.
I don't know why your code wouldn't be catching that, but if it's doing something different, the bug is either fixed already, or was only in older OpenSSL versions (I'm testing against the latest). You should trace into the OpenSSLCryptoX509.cpp routine that's loading the cert and see where the crash happens. -- Scott
