MCPcopy Create free account
hub / github.com/apache/httpd / get_not_before

Method get_not_before

test/modules/md/md_cert_util.py:123–125  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

121 return self._get_serial(self.cert) == self._get_serial(other)
122
123 def get_not_before(self):
124 tsp = self.cert.get_notBefore()
125 return self._parse_tsp(tsp)
126
127 def get_not_after(self):
128 tsp = self.cert.get_notAfter()

Callers 1

check_md_credentialsMethod · 0.95

Calls 1

_parse_tspMethod · 0.95

Tested by

no test coverage detected