Lines Matching defs:version
655 def msg_cb(conn, direction, version, content_type, msg_type, data):
662 version
663 :class:`TLSVersion` enum member or int for unknown version. For a
664 frame header, it's the header version.
691 def inner(conn, direction, version, content_type, msg_type, data):
693 version = TLSVersion(version)
713 return callback(conn, direction, version,
933 """Returns a formatted version of the data in the certificate provided
991 def version(self):
992 """Return a string identifying the protocol version used by the
994 return self._sslobj.version()
1439 def version(self):
1441 return self._sslobj.version()
1518 PEM version of it as a string."""
1528 DER-encoded version of it as a byte sequence"""