SignXML uses two major bits of pyOpenSSL functionality: - X.509 parsing - Certificate chain validation I've identified two strategies so far: - Get https://github.com/pyca/cryptography/issues/2381 resolved - Use https://github.com/wbond/certvalidator / https://github.com/wbond/oscrypto (for consistency, this would prompt a wholesale switch from cryptography+pyopenssl to certvalidator/oscrypto, which may bring other advantages including better platform compatibility)
SignXML uses two major bits of pyOpenSSL functionality:
I've identified two strategies so far: