On 2007.01.09 at 13:52:53 +0530, Ramya Ram wrote: > Thanks Marek...but I want the location in Windows ...WindowsXP. Do you > have any idea? > - Ramya > $ openssl version -d > OPENSSLDIR: "/etc/pki/tls" > and config file is: /etc/pki/tls/openssl.cnf > Try the same command. There are chances that it would return some non-existent path, like /usr/local/ssl, but, if so - it is that very place where your build of OpenSSL searches for its configuration file, unless environment or command line option -config said something else. If nothing there, it means that it works without configuration file.
You can also set OPENSSL_CONF environment variable (either in Control Panel or in the command window or batch file which you use to invoke openssl), if you want openssl to use some specific configuration file. BTW, nothing prevent you from having valid configuration file in /usr/local/ssl. If working directory is C:\something, C:\usr\local\ssl\openssl.cnf would do. If you have many different drive letters in your system, it is better to recompile your OpenSSL setting --openssldir to something with drive letter. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]