Message-Id: <201312272045.rBRKjlDB027409@delorie.com> Date: Fri, 27 Dec 2013 20:41:51 +0100 From: Juan Manuel Guerrero To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: Release 3 of the DJGPP port of OpenSSL 1.0.1e uploaded. Content-Type: text/plain; charset=ISO-8859-15; format=flowed Reply-To: djgpp AT delorie DOT com This is release 3 of OpenSSL 1.0.1e to MSDOS/DJGPP. The OpenSSL Project is an Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. OpenSSL is based on the excellent SSLeay library developed from Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under a dual-license (the OpenSSL license plus the SSLeay license) situation, which basically means that you are free to get and use it for commercial and non-commercial purposes as long as you fulfill the conditions of both licenses. DJGPP specific changes. ======================= - The difference between this release and the previous one is that the library has been compiled using -march=i386 -mtune=i586 to generate i386 compatible code. These are the same flags that are used to build the C library of DJGPP from the CVS repository. These flags may not work with very old compilers and may have to been adjusted accordingly. - the library uses release 3 of the Watt-32 library. It can be downloaded as: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/wat3222br3.zip or: ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/wat3222br3.zip As usual the version from the /current directory is for the use with djdev203 and the one from the /beta directory is for the use with djdev204. - all other changes are the same than in the previous port release. For details of the previous release that are still valid for this release see at: For further information about OpenSSL please read the man pages, various README files and NEWS file. Also visit the home page of openssl. Please note that I am not an user of openssl. I have only ported it because I needed it to create another port. This means that I am not able to answer openssl specific questions. The port has been compiled using stock djdev203 (patchlevel 2) and consists of two packages that can be downloaded from ftp.delorie.com and mirrors as (time stamp 2013-12-20): OpenSSL 1.0.1e binary, headers, libraries and man format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/ssl101ebr3.zip OpenSSL 1.0.1e source: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/ssl101esr3.zip The binaries have been produced a second time using the stock version of djdev204 beta library. This package is available at ftp.delorie.com and mirrors as (time stamp 2013-12-20): OpenSSL 1.0.1e binary, headers, libraries and man format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/ssl101ebr3.zip I have removed the previous release. Send openssl specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . If you are not sure if the failure is really a openssl failure or a djgpp specific failure, report it here and *not* to . Enjoy. Guerrero, Juan Manuel