Home
last modified time | relevance | path

Searched refs:X509Req (Results 1 – 5 of 5) sorted by relevance

/external/python/pyopenssl/doc/api/
Dcrypto.rst13 …the ``to_cryptography`` and ``from_cryptography`` methods on ``X509``, ``X509Req``, ``CRL``, and `…
103 X509Req objects
106 .. autoclass:: X509Req
/external/python/pyopenssl/tests/
Dtest_crypto.py32 from OpenSSL.crypto import X509Req
796 req = X509Req()
1539 return X509Req()
1545 assert is_consistent_type(X509Req, "X509Req")
1551 request = X509Req()
1552 assert isinstance(request, X509Req)
1560 request = X509Req()
1572 request = X509Req()
1582 request = X509Req()
1596 request = X509Req()
[all …]
/external/python/pyopenssl/doc/
DChangeLog_old.txt114 * 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/
DCHANGELOG.rst304 - Added ``OpenSSL.crypto.X509Req.from_cryptography()``, ``OpenSSL.crypto.X509Req.to_cryptography()`…
/external/python/pyopenssl/src/OpenSSL/
Dcrypto.py872 class X509Req(object): class
2974 x509req = X509Req.__new__(X509Req)