|
@ -193,6 +193,8 @@ class tls_ticket_auth(plain.plain): |
|
|
|
|
|
|
|
|
def decode_error_return(self, buf): |
|
|
def decode_error_return(self, buf): |
|
|
self.handshake_status = -1 |
|
|
self.handshake_status = -1 |
|
|
|
|
|
if self.overhead > 0: |
|
|
|
|
|
self.server_info.overhead -= self.overhead |
|
|
self.overhead = 0 |
|
|
self.overhead = 0 |
|
|
if self.method in ['tls1.2_ticket_auth', 'tls1.2_ticket_fastauth']: |
|
|
if self.method in ['tls1.2_ticket_auth', 'tls1.2_ticket_fastauth']: |
|
|
return (b'E'*2048, False, False) |
|
|
return (b'E'*2048, False, False) |
|
|