Learning Python Network Programming

(Sean Pound) #1
Chapter 7

In the second phase of the SSL handshake, the server sends an SSL certificate to the
client. This certificate is issued by a CA, as mentioned earlier. It contains a serial
number, public key, validity period, and the details of the subject and the issuer.
The following screenshot show the remote server certificate. Can you locate the
server's public key inside the packet?

Free download pdf