MCPcopy Index your code
hub / github.com/USArmyResearchLab/Dshell / render_x509_object

Function render_x509_object

dshell/plugins/ssl/tls.py:814–818  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

812
813
814def render_x509_object(n):
815 output = b''
816 for component in n.get_components():
817 output += b"%s=%s " % component
818 return output.rstrip().decode('utf-8')
819
820
821def openSSL_cert_to_info_dictionary(c):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected