Certificate migration

2001-02-20 Thread Gil Schindler
Hi, I am using the openssl with Apache server. My clients work with Verisign and Entrust CA, and have a key and certificate for IIS web server. Does the openssl have a command that migrate the key and/or certificate form IIS to Apache? Thank you Gil Schindler Development Team Leader Application

ASN.1 example

2001-02-20 Thread Antonio Ruiz Martínez
Hi all! I'm novice with OpenSSL and I want make a ASN.1 structure, for example: SEQUENCE { a PrintableString, b PrintableString, }; After, I want to get the DER encoding of this sequence Has anybody any example, please? I need an example for see how do it. Thanks in advance.

compiling problems on NT 4.0

2001-02-20 Thread heiko . mahr
I run Win NT 4.0 SP5 and installed gcc-2.95.2-msvcrt.exe, make-3.76.1.exe (which means I just unzipped the files in a directory, or do I have to "install" them somehow?) and ActivePerl 5.6.0.623. When I start compiling openssl the following errors come up and the compilations stops. I hope that

please help apache-ssl

2001-02-20 Thread Christoph Hubmann
Hello all i am new on this list. linux machine redhat 6.2. i compiled openssl-0.9.6. then patch and compiled apache-1.3.14 with no problems. after that i have make certs with the following commands: cd /usr/local/ssl/private openssl genrsa -des3 -out MyCA.key openssl genrsa -des3 -out

Xenroll and OpenSSL

2001-02-20 Thread Sandipan Gangopadhyay
Back in 1997, there was a discussion with Dr Henson on the use of Xenroll.dll with MSIE and (then SSLeay) OpenSSL. http://remus.prakinf.tu-ilmenau.de/ssl-users/archive22/0040.html Could someone tell me anything about the following two issues : 1. Xenroll uses ActiveX that is by default disabled

Re: please help apache-ssl

2001-02-20 Thread Jorge Olmos
I dont know much about modssl, but If you set SSLVerifyClient to 1 you are telling the server to authenticate its clients (criptographically verify the clients identity). An entitity (lets say somebody connecting to your server) needs a certificate in order to be athenticated, but hardly any web

RE: PKCS12

2001-02-20 Thread Dutta, Sumanta
The changing of keystore.type in java.security won't work alone. You got to have the right provider available. Sun provides a PKCS#12 keystore provider in their new JSSE1.0.2. Install that. You can now create a PKCS#12 type keystore using the API, though the keytool still fails, at least that

Re: Xenroll and OpenSSL

2001-02-20 Thread Greg Stark
Sandipan , I do not know in what sense ActiveX is disabled in IE5.5. Perhaps for unsigned downloaded controls? In any event, Xenroll.dll houses the Certificate Enrollment Control. It is documented in the Platform SDK, the MSDN library, and the MSDN Online library. Look under PlatformSDK -

No Subject

2001-02-20 Thread De Taeye, Herman
Hello, We want to build the following configuration: BROWSER ===SSL=== PROXY === SSL === SERVER 1/ The BROWSER runs on a Windows system 2/ The PROXY is an Apache server running on a Solaris system; it is configured as a reverse proxy 3/ The SERVER is an Apache Web Server under

To 'no-idea' or not to 'no-idea' in the US ?

2001-02-20 Thread Ricardo Stella
Dumb FAQ probably... Now that the RSA patent expired, we can use compile without rsaref. But should we still compile with 'no-idea' here in the US ? TIA... -- -- Ricardo Stella O.I.T.

IBM SSL Version

2001-02-20 Thread barry . coatesworth-stuart
BDY.RTF Internet communications are not secure and therefore the Barclays Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the Barclays Group.

--

2001-02-20 Thread news
Title: Untitled Document ÁÔÐÇÈËÊÂÐÅÏ¢¿ìµÝ£º2001Äê2ÔÂ21ÈÕ Èȵ㹤×÷ | ÈËÊÂÐÂÎÅ | ÇóÖ°°Ù¿Æ | ÈËÊ°¸Àý Èȵ㹤×÷ TOP 5

RE: HTTPS

2001-02-20 Thread Nelson Gomes
Title: RE: HTTPS http://sourceforge.net/projects/aphid/ http://www.apachetoolbox.com/ http://www.delouw.ch/linux/apache.phtml If you're using a Unix based system, try to use one of those tools above. I used apachetoolbox, and it didn't done the entire job for me, but it helped a lot (it

LDAP over SSL

2001-02-20 Thread Tat Sing Kong
Has anyone successfully got the Netscape LDAP SDK to talk to an SSL server written using openssl. On my server I have done... SOCKET sock; m_pSSLContext = SSL_CTX_new( SSLv23_client_method()); m_pSSL = SSL_new(m_pSSLContext)) SSL_set_fd(m_pSSL, sock); SSL_accept(m_pSSL); On my client...

Re: problems on AIX

2001-02-20 Thread Benjamin Collar
On Fri, 16 Feb 2001, Lutz Jaenicke wrote: Hi Lutz, While you have compiled with "-g" you still did not extract the line number information. Did you strip (ld -s option) the executable? If you have compiled with debugging support and not stripped, you should receive a backtrace with line

Re: Xenroll and OpenSSL

2001-02-20 Thread Sandipan Gangopadhyay
- Original Message - From: "Greg Stark" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 20, 2001 8:34 PM Subject: Re: Xenroll and OpenSSL Sandipan , I do not know in what sense ActiveX is disabled in IE5.5. Perhaps for unsigned downloaded controls? On IE, If we

Re: problems on AIX

2001-02-20 Thread Lutz Jaenicke
On Tue, Feb 20, 2001 at 11:23:46AM -0700, Benjamin Collar wrote: On Fri, 16 Feb 2001, Lutz Jaenicke wrote: While you have compiled with "-g" you still did not extract the line number information. Did you strip (ld -s option) the executable? If you have compiled with debugging support and

Symbol referencing errors. on solaris2.7

2001-02-20 Thread Al Elgert
Hi I got the following config.log error message with gcc: - configure:4428: gcc -o conftest -g -O2 -Wall -I/usr/local/include -I/opt -L/usr/local/lib -R/usr/local/lib -L/usr/ucblib -R configure: In function `main':