ICS Download

From Overbyte
Revision as of 12:05, 24 May 2010 by Phz (talk | contribs)
Jump to navigation Jump to search

ICS is available as source code only. You need Delphi to build the sample programs and create your own application.

ICS versions available:

  • ICS-V7 for Delphi 7 / C++Builder 2006 to Delphi/C++Builder 2010 (main development tree).
  • ICS-V6 for Delphi 7 / C++Builder 2006 to Delphi/C++Builder 2007 (important bug fixes are still backported from ICS-V7).
  • ICS-V5 for Delphi/BCB 1 to Delphi/C++Builder 2007 and Delphi .NET (discontinued, important bug fixes may still be backported from ICS-V7). SSL option requires at least Delphi 7 or C++Builder 2006.

There are four options to obtain the source code.

CodeGear's Partner DVD Shipped with Delphi / C++Builder

This is probably not such a good idea, since it is likely to be an old version, built at the time this Delphi / C++Builder version was released.

Overbyte Website:

Provides download links to latest stable releases or beta versions. This is a safe choice if you use ICS-V5 or ICS-V6. ICS-V7 however is still work in progress and it's likely the best choice to either checkout head revision of the version control repository or to download the daily snapshot from below. Note that ICS-V7 is the only ICS supporting Delphi and C++Builder 2009/2010.

Version Control System

Using the version control repository is the best choice if you want to get live access to current development files. Overbyte uses a Subversion server and you need to use a Subversion client such as TortoiseSVN or your favorite browser. The URLs are as follows:

All use usercode = ics and password = ics for read access. Write access is only available to TeamICS.

Zipped Daily Snapshots

These packages are built from the version control repositories automatically when they change and refreshed once a day.

Download OpenSSL Binaries

Date Download Description Comments
2008-08-06 OpenSSL libraries v0.9.8e Built with MinGW
2008-06-21 OpenSSL libraries v0.9.8h Distributed with Subversion
2008-11-17 OpenSSL libraries v0.9.8i Built with MinGW
2008-11-17 OpenSSL libraries and EXE v0.9.8i Built with MinGW
2009-04-10 OpenSSL libraries and EXE v0.9.8k Built with MinGW
2009-06-11 OpenSSL libraries and EXE v0.9.8L Built with MinGW Renegotiation support was disabled due to vulnerability of the SSL protocol - this fixes a severe security problem (CVE-2009-3555) at the cost of breaking all renegotiation. Enabling insecure renegotiation is not recommended.
2010-05-08 OpenSSL libraries and EXE v0.9.8n Built with MinGW Renegotiation support was re-enabled and RFC-5746 TLS renegotiation indication extension was implemented. It's also possible to enable unsafe legacy renegotiation explicitly by setting new option sslOpt_ALLOW_UNSAFE_LEGACY_RENEGOTIATION of TSslContext.