Openssl: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Overview= =Operations=")
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://www.openssl.org/
* https://www.feistyduck.com/books/openssl-cookbook/
=Internal=
* [[Public Key Security]]
=Overview=
=Overview=


=Operations=
OpenSSL is an open source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. The main command line tool is <tt>openssl</tt>. OpenSSL can be used to build a simple [[Public_Key_Security#Certificate_Authority_.28CA.29|Certificate Authority (CA)]].
 
=Subjects=
* [[openssl Installation#Overview|Installation]]
* [[openssl Operations#Overview|Operations]]

Latest revision as of 05:30, 6 May 2018

External

Internal

Overview

OpenSSL is an open source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. The main command line tool is openssl. OpenSSL can be used to build a simple Certificate Authority (CA).

Subjects