Last Update: 26-SEP-2005 Operating System: UNIX Component: TLS Shared Library Base Level Required: PMDF V6.2-1 Other Requirements: none Platform Subdirectory File(s) to download -------- ------------ -------------------- Solaris SPARC solaris-sparc/lib/ n/a Solaris x86 solaris-x86/lib/ n/a Tru64 osf/lib/ libtls.so 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_621_patches subdirectory: ftp> cd pmdf_621_patches Patches will be located in platform-specific sub-trees, as follows: Platform Subdirectory -------- ------------ Solaris/SPARC solaris-sparc Solaris/x86 solaris-x86 Tru64 osf 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 -------------- 10-AUG-2005 Fixed a problem with using TLS with older versions of TLS, using protocols including SMTP and IMAP. The problem seen is an error message in log files saying "decryption failed or bad record mac". This problem has been fixed. [Tru64 only] (D/E 9890) 3-MAR-2005 Fixed a problem with gathering enough random data to generate a key. The problem shows up when trying to run /pmdf/bin/tls_certreq as an assert error when trying to generate the private key. It also shows up when trying to send a message using TLS. In this case, an error message appears in the debug log files containing the strings "random number generator" and "PRNG not seeded". [Tru64 only] (D/E 9893) 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