RE: [openssl.org #394] Restrictions using SSL

2002-12-10 Thread Muralidhar K (SSG) - CTD, Chennai.
Hi Jeya, Is your values in the HTTP query are in plain text ? Then one way of doing it is converting the values to an encoded format. You can use Server.HTMLEncode to encode the query strings. Also, refer to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref60/ht

RE: PKCS12 question

2002-11-21 Thread Muralidhar K (SSG) - CTD, Chennai.
Hi Mark, Can you tell me the Java SDK version ? In PKCS12, a container consists of a private key and a corresponding certificate chain. This can be associated with a friendly name. If you PKCS12 file contains only one container, then it should return one friendly name. Regards, Murali