Searched refs:get_components (Results 1 – 5 of 5) sorted by relevance
187 def get_components(uniform_type): function212 return get_component_size(uniform_type) + " * " + get_components(uniform_type)237 components=get_components(uniform_type),
1427 assert a.get_components() == []1429 assert a.get_components() == [(b"CN", b"foo")]1431 assert a.get_components() == [(b"CN", b"foo"), (b"OU", b"bar")]1449 components = subject.get_components()2052 assert subj.get_components() == [2079 assert cert.get_subject().get_components() == [2091 comp = subj.get_components()2119 assert cert.get_issuer().get_components() == [
115 - pyOpenSSL now handles NUL bytes in ``X509Name.get_components()``
693 def get_components(self): member in X509Name
519 * src/crypto/x509name.c: Add X509Name.get_components