Difference between revisions of "OpenSSL"

From MgmtWiki
Jump to: navigation, search
(Context)
(Other Solutions)
Line 15: Line 15:
 
  3.0.0 certificate security policy
 
  3.0.0 certificate security policy
 
==Other Solutions==
 
==Other Solutions==
* [https://asecuritysite.com/tink Tink] from Google
+
* [https://asecuritysite.com/tink Tink] from Google mostly written in Go Language.
  
 
==References==
 
==References==

Revision as of 14:21, 27 May 2024

Full Title

Open SSL is an Open Source software package for cryptography. The package was originally create to support SSL the precursor to TLS.


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

Other Solutions

  • Tink from Google mostly written in Go Language.

References

  • WolfSSL a smaller version for embedded applications.