OpenTSA patch installation

This patch kit was developed and tested on the following operating systems: SuSE Linux 7.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:

  1. If you want to use the tsget HTTP(S) client utility as well, you must download and install the following packages:

  2. 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.

  3. Extract OpenSSL:

    	$ gzip -cd openssl-VERSION.tar.gz | tar xf -
    
  4. 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
    
  5. 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!
    
  6. Read the ts(1) and tsget(1)manuals:

    	$ man ts
    	$ man tsget
    

Zoltan Glozik <zglozik@opentsa.org>
$Id: ts-install.html,v 1.8 2003/08/06 17:25:47 zglozik Exp $