Skip to content

Commit

Permalink
Merge pull request #501 from ct-Open-Source/development
Browse files Browse the repository at this point in the history
Revert #496 fixes #500
  • Loading branch information
kueblc committed Jan 13, 2020
2 parents 1325cca + b9d4cdc commit 6febeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/psk-frontend.py
Expand Up @@ -63,7 +63,7 @@ def new_client(self, s1):
ssl_version=ssl.PROTOCOL_TLSv1_2,
ciphers='PSK-AES128-CBC-SHA256',
psk=lambda identity: gen_psk(identity, self.hint),
hint=self.hint.decode())
hint=self.hint)

s2 = client(self.host, self.port)
self.sessions.append((ssl_sock, s2))
Expand Down

0 comments on commit 6febeec

Please sign in to comment.