Jump to content

OpenSSL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
Line 17: Line 17:
* Open source released under the [[Apache Software License v1.1]]
* Open source released under the [[Apache Software License v1.1]]


[[Category:Tools]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]][[Category:Security]][[Category:Tools]][[Category:Tools]][[Category:Tools]]
[[Category:Open Source Software]]

Revision as of 18:54, 17 September 2016

OpenSSL is a Secure Sockets Layer toolkit based on the SSLeay library. It supports Secure Sockets Layer (SSL) v2 and v3 specification and Transport Layer Security (TLS) v1.0/v1.1/v1.2 protocols but is also usable as a general purpose cryptography library.

The OS/2 version is supplied as executable and as a DLL file, either of which can be used from any programming language or tool, but in addition the it can be used as a C library for building SSL capabilities into your programs or as just for its cryptographic functions.

Please note if you have been using older 0.9.x versions you may need to do some testing and possibly code re-factoring before using 1.x, since a few features were removed in the newer version.

Version

Prerequisites

  • EMX 0.9x or kLIBC 0.6.x depending on version chosen.
  • OS/2 Warp 3 for the EMX version, OS/2 Warp 4 for the kLIBC built variant.

Links

License