OpenSSL: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
OpenSSL is a | '''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 | 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 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. | 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== | ==Version== | ||
* '''0.9.8zh''' (2015-12-07) | |||
* ''' | ** emx: [http://bauxite.sakura.ne.jp/software/os2/openssl/openssl-0.9.8zh-os2emx-20151207.zip openssl-0.9.8zh-os2emx-20151207.zip] | ||
* | ** kLIBC runtime: [http://bauxite.sakura.ne.jp/software/os2/openssl/openssl-0.9.8zh-os2knix-20151207-runtime.zip openssl-0.9.8zh-os2knix-20151207-runtime.zip] | ||
** kLIBC Development: [http://bauxite.sakura.ne.jp/software/os2/openssl/openssl-0.9.8zh-os2knix-20151207-dev.zip openssl-0.9.8zh-os2knix-20151207-dev.zip] | |||
* EMX 0.9x or | * '''1.0.0t''' (2015-12-04) | ||
**emx: [http://bauxite.sakura.ne.jp/software/os2/openssl/openssl-1.0.0t-os2emx-20151204.zip openssl-1.0.0t-os2emx-20151204.zip] | |||
**kLIBC: [http://bauxite.sakura.ne.jp/software/os2/openssl/openssl-1.0.0t-os2knix-20151204-runtime.zip openssl-1.0.0t-os2knix-20151204-runtime.zip] | |||
**kLIBC Development: [http://bauxite.sakura.ne.jp/software/os2/openssl/openssl-1.0.0t-os2knix-20151204-dev.zip openssl-1.0.0t-os2knix-20151204-dev.zip] | |||
* 1.0.2t (2019) | |||
;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. | * OS/2 Warp 3 for the EMX version, OS/2 Warp 4 for the kLIBC built variant. | ||
==License== | |||
* Open source released under the [[Apache Software License v1.1]] | |||
==Links== | ==Links== | ||
* [http://bauxite.sakura.ne.jp/software/os2/#openssl OpenSSL for OS/2 homepage] | * [http://bauxite.sakura.ne.jp/software/os2/#openssl OpenSSL for OS/2 homepage] | ||
* [http://www.openssl.org OpenSSL Homepage] | * [http://www.openssl.org OpenSSL Homepage] | ||
[[Category:Open Source Software]] | [[Category:Open Source Software]] |
Latest revision as of 00:00, 15 September 2022
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 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
- 0.9.8zh (2015-12-07)
- emx: openssl-0.9.8zh-os2emx-20151207.zip
- kLIBC runtime: openssl-0.9.8zh-os2knix-20151207-runtime.zip
- kLIBC Development: openssl-0.9.8zh-os2knix-20151207-dev.zip
- 1.0.0t (2015-12-04)
- emx: openssl-1.0.0t-os2emx-20151204.zip
- kLIBC: openssl-1.0.0t-os2knix-20151204-runtime.zip
- kLIBC Development: openssl-1.0.0t-os2knix-20151204-dev.zip
- 1.0.2t (2019)
- 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.
License
- Open source released under the Apache Software License v1.1