Searched refs:get_components (Results 1 – 5 of 5) sorted by relevance
181 def get_components(uniform_type): function206 return get_component_size(uniform_type) + " * " + get_components(uniform_type)247 components=get_components(uniform_type),
1202 assert a.get_components() == []1204 assert a.get_components() == [(b"CN", b"foo")]1206 assert a.get_components() == [(b"CN", b"foo"), (b"OU", b"bar")]1224 components = subject.get_components()1839 subj.get_components() ==1863 cert.get_subject().get_components() ==1873 comp = subj.get_components()1899 cert.get_issuer().get_components() ==
29 - pyOpenSSL now handles NUL bytes in ``X509Name.get_components()``
683 def get_components(self): member in X509Name
519 * src/crypto/x509name.c: Add X509Name.get_components