software:openssl:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:openssl:start [2025/10/19 00:55] – rodolico | software:openssl:start [2025/10/25 03:09] (current) – ↷ Links adapted because of a move operation rodolico | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| To quote Wikipedia | To quote Wikipedia | ||
| - | " | + | " |
| + | ... | ||
| + | OpenSSL is available for most Unix-like operating systems (including Linux, macOS, and BSD), Microsoft Windows and OpenVMS." | ||
| - | " | + | From the openssl man page (man 1 openssl) |
| + | |||
| + | === | ||
| + | |||
| + | The openssl program | ||
| + | |||
| + | * Creation and management of private keys, public keys and parameters | ||
| + | * Public key cryptographic operations | ||
| + | * Creation of X.509 certificates, CSRs and CRLs | ||
| + | * Calculation of Message Digests | ||
| + | * Encryption and Decryption with Ciphers | ||
| + | * SSL/TLS Client and Server Tests | ||
| + | * Handling of S/MIME signed or encrypted mail | ||
| + | * Time Stamp requests, generation | ||
| + | === | ||
| The function most commonly known to end users for SSL is securing web sites so that traffic between a user and the web server is secure and validated (you know that the site you're going to is who they say they are). | The function most commonly known to end users for SSL is securing web sites so that traffic between a user and the web server is secure and validated (you know that the site you're going to is who they say they are). | ||
| - | Generally, a **Certificate of Authority** (commonly called a **CA**) is generated by a secure company | + | Generally, a **Certificate of Authority** (commonly called a **CA**) is generated by a well known and respected organization |
| - | Widely used CA's are installed by default into most web browsers and/ | + | Widely used CA's are installed by default into most operating systems, so do not have to be manually added by the end users. |
| Currently, smaller web sites can have SSL Certificates for their web sites from [[https:// | Currently, smaller web sites can have SSL Certificates for their web sites from [[https:// | ||
| - | |||
| - | Public SSL certificates will not work on internal (LAN) networks. If you want to secure internal web sites/ | ||
| [[https:// | [[https:// | ||
| + | |||
| + | However, public SSL certificates will not work on internal (LAN) networks as the issuer (the owner of the CA) must be able to verify ownership of a service. If you want to secure internal web sites/ | ||
| + | |||
software/openssl/start.1760853328.txt.gz · Last modified: 2025/10/19 00:55 by rodolico
