Searched refs:X509Req (Results 1 – 6 of 6) sorted by relevance
/external/python/pyopenssl/doc/api/ |
D | crypto.rst | 13 …the ``to_cryptography`` and ``from_cryptography`` methods on ``X509``, ``X509Req``, ``CRL``, and `… 103 X509Req objects 106 .. autoclass:: X509Req
|
/external/python/pyopenssl/tests/ |
D | test_crypto.py | 34 from OpenSSL.crypto import X509Req, X509ReqType 577 req = X509Req() 1314 return X509Req() 1321 assert X509Req is X509ReqType 1322 assert is_consistent_type(X509Req, 'X509Req') 1328 request = X509Req() 1337 request = X509Req() 1349 request = X509Req() 1359 request = X509Req() 1373 request = X509Req() [all …]
|
/external/python/pyopenssl/examples/ |
D | certgen.py | 47 req = crypto.X509Req()
|
/external/python/pyopenssl/ |
D | CHANGELOG.rst | 218 - Added ``OpenSSL.crypto.X509Req.from_cryptography()``, ``OpenSSL.crypto.X509Req.to_cryptography()`…
|
/external/python/pyopenssl/doc/ |
D | ChangeLog_old.txt | 114 * OpenSSL/crypto.py: Add ``get_extensions`` method to ``X509Req``. 289 handling for X509Req.verify. 540 reject X509Req signature operations on keys not suitable for the 548 by X509Req.get_subject. This removes a segfault when the subject 806 * Added more types for dealing with certificates (X509Store, X509Req,
|
/external/python/pyopenssl/src/OpenSSL/ |
D | crypto.py | 874 class X509Req(object): class 1074 X509Req, __name__, 2868 x509req = X509Req.__new__(X509Req)
|