Comments
This practical serves to explain the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, how they can be applied to a web application,
Posted by waqasahmad
“The primary goal of the SSL Protocol is to provide privacy and reliability between two communicating applications. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. ”
Posted by HamidAliKhan
SSL is used for encrypting data between web server and browser.
Posted by waqqas1
http://compnetworking.about.com/cs/securityssl/g/bldef_ssl.htm
Posted by eric
Good URL on SSL
http://en.wikipedia.org/wiki/SSL
Posted by adalson007
SSL (Secure Sockets Layer) is the standard security technology for establishing an encrypted link between a web server and a browser. This link ensures that all data passed between the web server and browsers remain private and integral. SSL is an industry standard and is used by millions of websites in the protection of their online transactions with their customers.
To be able to create an SSL connection a web server requires an SSL Certificate. When you choose to activate SSL on your web server you will be prompted to complete a number of questions about the identity of your website and your company. Your web server then creates two cryptographic keys - a Private Key and a Public Key.
Posted by sagitraz