We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1325cca + b9d4cdc commit 6febeecCopy full SHA for 6febeec
scripts/psk-frontend.py
@@ -63,7 +63,7 @@ def new_client(self, s1):
63
ssl_version=ssl.PROTOCOL_TLSv1_2,
64
ciphers='PSK-AES128-CBC-SHA256',
65
psk=lambda identity: gen_psk(identity, self.hint),
66
- hint=self.hint.decode())
+ hint=self.hint)
67
68
s2 = client(self.host, self.port)
69
self.sessions.append((ssl_sock, s2))
0 commit comments