Difference between revisions of "OpenSSL"
From MgmtWiki
(Created page with "==Full Title== Open Source code to create artifacts needed for TLS. ==References== * [https://www.techradar.com/vpn/what-is-wolfssl WolfSSL] a smaller version for embedd...") |
(→References) |
||
| Line 1: | Line 1: | ||
==Full Title== | ==Full Title== | ||
Open Source code to create artifacts needed for [[TLS]]. | Open Source code to create artifacts needed for [[TLS]]. | ||
| + | |||
| + | ==Full Title== | ||
| + | [[Open SSL]] is an Open Source software package for cryptography. | ||
| + | |||
| + | |||
| + | ==Context== | ||
| + | The Downloads are available [https://www.openssl.org/source/ here] | ||
| + | * On 2023-11-25 the version 3.2 was announced for long term support until 2025-11-25/ | ||
| + | |||
| + | OpenSSL 3.2.0 has support for using Windows OS trust stores, raw public keys for TLS and third-party signature schemes enabling PQC signatures to be experimented with, certificate compression which is important for PQC certificates, and Hybrid Public Key Encryption (HPKE). | ||
| + | |||
| + | The following OpenSSL version(s) are FIPS validated: 2023-11 | ||
| + | |||
| + | OpenSSL Version Certificate Security Policy | ||
| + | 3.0.8 certificate security policy | ||
| + | 3.0.0 certificate security policy | ||
| + | |||
==References== | ==References== | ||
Revision as of 15:24, 27 January 2024
Contents
Full Title
Open Source code to create artifacts needed for TLS.
Full Title
Open SSL is an Open Source software package for cryptography.
Context
The Downloads are available here
- On 2023-11-25 the version 3.2 was announced for long term support until 2025-11-25/
OpenSSL 3.2.0 has support for using Windows OS trust stores, raw public keys for TLS and third-party signature schemes enabling PQC signatures to be experimented with, certificate compression which is important for PQC certificates, and Hybrid Public Key Encryption (HPKE).
The following OpenSSL version(s) are FIPS validated: 2023-11
OpenSSL Version Certificate Security Policy 3.0.8 certificate security policy 3.0.0 certificate security policy
References
- WolfSSL a smaller version for embedded applications.