sockets - building simplified version of SSL with python -
i need little assignment.
the goal of assignment build own simplified version of ssl. , use client/server sockets create tcp connection. part of create handshake phase , data phase.
handshake: 1. client , server authenticate each other using certificates.
2.the client informs server data encryption , integrity protection scheme use (there no negotiation). pick favorite integrity protection , encryption algorithms , send other side string
3.the client , server send encrypted nonces(random numbers) each other. these nonces xored create master secret.
so im stuck @ number 3 :( have no idea how code it.
Comments
Post a Comment