Last Update:            1-JUN-2007
Operating System:       Tru64, Solaris, Windows
Component:              TLS Shared Library
Base Level Required:    PMDF V6.3
Other Requirements:     none

Platform                Subdirectory            File(s) to download
--------                ------------            --------------------
Solaris SPARC           solaris-sparc/lib/      libtls.so
Solaris x86             solaris-x86/lib/        libtls.so
Tru64                   osf/lib/                libtls.so
Windows			windows/bin/		libtls.dll


General info
------------
     Patches may be obtained from the anonymous FTP account on
  ftp.pmdf.process.com.  Use FTP to connect to the host ftp.pmdf.process.com
  and login as the user anonymous.  Use your e-mail address as the login 
  password.

     Move to the pmdf_63_patches subdirectory:

        ftp> cd pmdf_63_patches

     Patches will be located in platform-specific sub-trees, as follows:

        Platform        Subdirectory
        --------        ------------
        Solaris/SPARC   solaris-sparc
        Solaris/x86     solaris-x86
        Tru64           osf
	Windows		windows

     When FTPing these images, be sure to FTP them as binary images.  Before
  retrieving such an image with the GET command, be sure to put your FTP into
  binary mode with a command such as TYPE IMAGE or TYPE BINARY.


Change history
--------------
1-JUN-2007 (ident V6.3-x11)
  Fixed an assert error that could cause the tcp_smtp_client or the SMTP server
  to crash. (D/E 10415)

21-JUL-2006 (ident V6.3-x3)
  Fixed a problem with using Internet Explorer with TLS to a Tru64 PMDF
  system. [Tru64 only] (D/E 10141)


Installation
------------
Solaris, Tru64

    Before installing a new libtls.so, issue the following command:

        # pmdf shutdown

    To install the new shared library, place it into the /pmdf/lib/ directory
  and then execute the following commands:
        
        # chown pmdf:bin /pmdf/lib/libtls.so
        # chmod 755 /pmdf/lib/libtls.so

    Next, be sure to start PMDF by issuing the following command:

        # pmdf startup

Windows

	Before installing a new libpmdf.dll, issue the following command:

		pmdf shutdown

        Failure to issue the above command could result in the current
        processes not recognizing commands (i.e., restart and shutdown) with
        the new libpmdf.dll in place.

        To install the new shared library, place it into the c:\pmdf\bin\
        directory.

        In some cases new versions of libpmdf.dll may alter the format of
        compiled configurations.  When this happens recompilation is necessary:

		pmdf cnbuild

        Failure to recompile the configuration after installing new versions of
        libpmdf.dll may lead to "compiled configuration version mismatch"
        errors.

	Next, be sure to start PMDF by issuing the following command:

		pmdf startup