I want to build a man in the middle proxy server application.

2010-07-23 Thread rajmohan sk
Sub : I want to build a man in the middle proxy server application. I have experimented so many methods to achieve this. But my application is failing when I tried to browse from the browser (IE 8 and Firefox 3.7). I have configured my browser proxy settings to '4433' port. My application is

AW: RES: Exporting PEM certificates to import in MS Internet Explorer

2006-07-12 Thread sk
ailto:[EMAIL PROTECTED] >Em nome de [EMAIL PROTECTED] >Enviada em: quarta-feira, 12 de julho de 2006 08:52 >Para: openssl-users@openssl.org >Assunto: AW: Exporting PEM certificates to import in MS Internet Explorer > >Hi, > >you have to export your private key into a .pfx f

AW: Exporting PEM certificates to import in MS Internet Explorer

2006-07-12 Thread sk
Hi, you have to export your private key into a .pfx file. this is the pkcs#12 format and should be pem comaptible. --sk >Hi > >I´d like know how export certificates in pem file format to be able to >import in MS IE. >I want samples using OpenSSL API and using openssl.exe utili

set x.509 version 3

2001-09-20 Thread sk
hi I want to set certificate request version 3. I wrote code as below CA sign cert req but, certificate version number is 1. send to me info. thanx in advance X509_REQ *req; X509_NAME *subj; if ((req = X509_REQ_new()) == NULL) { return NULL; } if (!X509_REQ_set_vers