This patch kit was developed and tested on the following operating systems: SuSE Linux 9.2, OpenBSD 3.0 (users reported it to work on FreeBSD, Solaris 9 and Win32). If you try to use it on other platforms please let me know your problems or success. Steps of installation:
If you want to use the tsget HTTP(S) client utility as well, you must download and install the following packages:
Download the correct version of OpenSSL from http://www.openssl.org/. The version number of OpenSSL required is included in the file name of the patch.
Extract OpenSSL:
$ gzip -cd openssl-VERSION.tar.gz | tar xf -
Apply the OpenTSA patch (you should not see any error messages while applying the patch):
$ cd openssl-VERSION $ gzip -cd ts-VERSION.patch.gz | patch -p1
Follow the instructions in the OpenSSL documentation for configuring and building OpenSSL. Here is a brief summary:
$ ./config $ make $ make test $ make install # you may have to log in as root to do this!
Read the ts(1) and tsget(1)manuals:
$ man ts $ man tsget