Openssl: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:
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)]].
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)]].


=Operations=
=Subjects=
 
* [[openssl Operations#Overview|Operations]]
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[openssl Operations]]
</blockquote>

Revision as of 07:32, 8 April 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