dump the wrapped cert

This commit is contained in:
Erica Portnoy 2018-02-21 20:44:37 -08:00
parent 54b5991875
commit 461f2d4c6a

View file

@ -95,7 +95,7 @@ class BackwardsCompatibleClientV2Test(ClientTestBase):
self.chain = [wrapped, wrapped]
self.cert_pem = OpenSSL.crypto.dump_certificate(
OpenSSL.crypto.FILETYPE_PEM, messages_test.CERT)
OpenSSL.crypto.FILETYPE_PEM, messages_test.CERT.wrapped)
single_chain = OpenSSL.crypto.dump_certificate(
OpenSSL.crypto.FILETYPE_PEM, loaded)