This document provides an overview of analyzing the SSL/TLS protocol using formal methods. It describes the SSL/TLS protocol at a high level, including its history, components, and cryptographic concepts. It then outlines the steps that would be taken to formally analyze SSL/TLS, including developing an abstract model of the protocol in the Murphi verification tool based on the description in the SSL/TLS RFC. The document walks through modeling key aspects of the SSL/TLS handshake protocol at an abstract level, such as generating nonces and establishing a shared secret. The goal is to demonstrate the process that would be followed to formally verify security properties of the protocol.