Re: Using OpenSSL to verify a FireFox signed form

2005-05-25 Thread M.E. Post
Are you exchanging messages between a windows client and a linux server? if so have you considered the difference in linebreaks? UNIX and WINDOWS interpret the enter to the next line ascii code in a different way. You might want to replace the /\r\n|\r|\n/ sequence (in regex) with \r\n.

Re: posting data through openssl to apache

2004-05-12 Thread M.E. Post
Steve, Martin is probably right with his comment, it doesn't sound like a SSL problem but more a surrounding environment problem (browser, Apache, Tomcat?, Struts) 1. Have you checked with a suite of browsers? Internet Explorer seems to experience a lot of problems with HTTPS POST 2. Do you have

Re: XENROLL

2004-04-17 Thread M.E. Post
Check MSDN http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/using_the_certificate_enrollment_control_properties.asp Cheers, Meint - Original Message - From: Koen Thomeer [EMAIL PROTECTED] To: 'OpenSSL Users' [EMAIL PROTECTED] Sent: Saturday, April 17,

Re: openssl and windows 2000 and visual basic and winsock

2004-02-20 Thread M.E. Post
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 20, 2004 9:51 AM Subject: openssl and windows 2000 and visual basic and winsock I wrote an vb script which GETs and POSTs to http urls using the winsock in visual basic.. is there anyway at all

Re: OpenSSL and Web pages

2002-07-30 Thread M.E. Post
- Original Message - From: Chuo HUANG(CMS) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 30, 2002 11:49 AM Subject: OpenSSL and Web pages Hello! I have programmed succefully a piece of VC++ with OpenSSL. The program is to read the private key in a client's machine and

Re: Requiring client certificates - how?

2002-07-11 Thread M.E. Post
- Original Message - From: David C. Tuttle [EMAIL PROTECTED] To: OpenSSL [EMAIL PROTECTED] Sent: Thursday, July 11, 2002 1:13 AM Subject: Re: Requiring client certificates - how? On Wed, 10 Jul 2002, Keary Suska wrote: on 7/10/02 4:33 PM, [EMAIL PROTECTED] purportedly said: How

Re: How to read the personal certificate in IE Browser

2002-05-28 Thread M.E. Post
Hi, All I have issued personal certificate and installed it in IE Browser. I want to read the certificate installed in IE browser, specially the private key ,and then sign the web Form data that IE submit. How can i do ? Have a look at the Capicom COM component from Microsoft,