Lines Matching refs:format
39 + "({} is too old)".format(cryptography.__version__))
89 raise ValueError("Unsupported file_type: {}".format(self.data_type))
93 """A parser class to parse crt/crl/csr file or data in PEM/DER format."""
118 # It is in PEM format with target tag
121 # It is in PEM format without target tag
124 # It might be in DER format
130 wrapper.__name__ = "{}.parser[{}]".format(type(self).__name__, tag)
144 """Get the tag from the data in PEM format
194 X.509 data(DER/PEM format) to an X.509 object.
299 result.locations.append("{}#{}".format(filename, idx))
302 # Might be DER format.
306 result.locations.append("{}".format(filename))
366 audit_data.locations.append("{}:{}:#{}".format(filename,
376 print("{}\t{:20}\t{:20}\t{:3}\t{}".format(
449 logger.info("Total: {} objects found!".format(len(audit_results)))