Home
last modified time | relevance | path

Searched refs:to_cryptography (Results 1 – 4 of 4) sorted by relevance

/external/python/pyopenssl/
DCHANGELOG.rst302 - Added ``OpenSSL.crypto.X509.from_cryptography()`` and ``OpenSSL.crypto.X509.to_cryptography()`` f…
304 …`OpenSSL.crypto.X509Req.to_cryptography()``, ``OpenSSL.crypto.CRL.from_cryptography()``, and ``Ope…
/external/python/pyopenssl/doc/api/
Dcrypto.rst13 …If necessary you can convert to and from cryptography objects using the ``to_cryptography`` and ``…
/external/python/pyopenssl/src/OpenSSL/
Dcrypto.py883 def to_cryptography(self): member in X509Req
1104 def to_cryptography(self): member in X509
2255 def to_cryptography(self): member in CRL
/external/python/pyopenssl/tests/
Dtest_crypto.py1701 crypto_req = req.to_cryptography()
2214 crypto_cert = cert.to_cryptography()
3847 crypto_crl = crl.to_cryptography()