semiOT: SSL + apache + php

2000-04-17 Thread samuel C
Hi there.. I was trying to figure how to compile apache 1.3.12 with php4 support and apache-SSL 1.39 I expand apache 1.3.12 src, php4 and open-SSL 0.9.5a I configure first php. Then, compile open-SSL with no problems. the next step I do is expanding the apache 1.3.12+ssl-1.39 patch in the ap

Error after converting C++

2000-04-17 Thread Tugrul Bingol
Hi, I wrote a C++ class using openssl, however I am getting a linking error message although I tried to solve it for hours. I have no problem with the C code, I can compile&link successfully. The followings are my command line and error message.   -

RE: OpenSSL - X509 functions

2000-04-17 Thread Oliver King
That looks right to me. Perhaps someone else has an idea of what might be wrong? Ollie -Original Message- From: Cintia Borges Margi [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 15, 2000 8:55 PM To: [EMAIL PROTECTED] Subject: RE: OpenSSL - X509 functions > Sounds like you might be

Re: Performance problems when using PEM_read_bio_PKCS7()

2000-04-17 Thread Dr Stephen Henson
Niclas Ridefjord (QRA) wrote: > > Hi! > I'm developing a S/MIME module where I'm using the function PEM_read_bio_PKSC7() to >create a PKCS #7 structure from a signed entity. I have started out from the example >crypto/pkcs7/verify.c. The problem is that this function seems to be very slow. Is

Re: signtool signing and openssl/progress...

2000-04-17 Thread Dr Stephen Henson
Douglas Wikström wrote: > > hello! > > Ok, now ive read the openssl.txt and generated a certificate signed by > my CA that has the obj. signing bits set. > > in openssl.cnf > > [ usr_cert ] > nsCertType = sslCA, emailCA, objCA > ... > > [ v3_ca ] > nsCertType = server, objsign, client > ...

Netscape problem..

2000-04-17 Thread Rubino Daniel-adr022
Hello! I'm using Apache 1.3.12, openssl 0.9.5, and when using Netscape (unix or windows), Apache log file gives the following error: [Mon Apr 17 09:41:22 2000] [error] error:140760FC:SSL routines:SSL23_GET_CLIENT_ HELLO:unknown protocol EOF in saferead after 0 bytes gcachecommon.c:108: fail

ssl & apache startup problem

2000-04-17 Thread Kenneth Kalan
I've been unable to get openssl-0.9.5a working with apache. I have a Sparc 20 with solaris 7 (Developers installation). Using apache-1.3.12 (with frontpage extenstions installed), rsaref-2.0, openssl-0.9.5a and mod_ssl-2.6.0-1.3.12. I can start apache in the non-ssl mode but it will not star

Auth. of ssl client

2000-04-17 Thread Kai Dupke
Hi, I'm looking for an idea to do an handshake for auth at a ssl tunnel. I want to build a channel like HTTPS->internet->firewall/delegate->http->www server For this I can use delegate with sslway (using openssl) and doing an auth between server and client. As I don't want to use a client cert I

S/MIME API

2000-04-17 Thread David Smith
Hi, Steven Henson wrote: > There is a complete S/MIME API in OpenSSL 0.9.5a. I suggest you use that > instead. Question: Does 0.95a support S/MIME v3 messages? What are the differences between v2 and v3? I know that v3 added support for non-RSA ciphers, but were other changes implemented? Th

Re: Error after converting C++

2000-04-17 Thread Pablo J. Royo
Check if declarations for that functions are enclosed in an #ifdef __cplusplus statement.   -Original Message-From: Tugrul Bingol <[EMAIL PROTECTED]>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date: lunes 17 de abril de 2000 18:17Subject: Error after converti

Re: Performance problems when using PEM_read_bio_PKCS7()

2000-04-17 Thread Ng Pheng Siong
On Mon, Apr 17, 2000 at 09:32:48AM +0200, Niclas Ridefjord (QRA) wrote: > I'm developing a S/MIME module where I'm using the function > PEM_read_bio_PKSC7() to create a PKCS #7 structure from a signed entity... > I takes about 50 sec to get the PKCS 7 structure out of a 600 k file on > a P II 50

Cannot import generated certificate in MS Internet Explorer as personal certificate

2000-04-17 Thread Stefan Westner
Hello ! We create a certificate request in the Internet Explorer via the ActiveX-control (certenr3.dll, as discribed in http://www.ultranet.com/~fhirsch/Papers/cook/ssl_msclient_certs.html) and transmit the certificate request to the server where it is stored as a CSR-file (11.csr). The followin

Re: MS windows NT user...

2000-04-17 Thread Miguel Angel Fraga
If you are compiling on Win NT,   the Preprocessor definitions must be:       WIN32,  NDEBUG,  _WINDOWS,  FLAT_INC,  L_ENDIAN   Project Options:       /nologo  /MD  /W3 /GX /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "FLAT_INC" /D    "L_ENDIAN" /Fp"Release/libcnv32.pch" /YX /Fo"Release/" /Fd"Rel

Re: Auth. of ssl client

2000-04-17 Thread Houman Ghaemi
Hi everyone, I am using dedicated server and client for a private network and I want to use self issued certificates for authenticating sever and client to each other. I was wondering if anyone knows how to setup a CA list on the client site. Thanks ___

PEM_read_bio_RSAPrivateKey again

2000-04-17 Thread developer
Guys, I'm totally confused with crypted rsa private keys. Simples code doesnt work ,, i browsed this newsgroup searching for answer, but useless. As i understand, PEM_read_bio_RSAPrivateKey now has following format RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **x, pem_password_cb *cb, char *user_d

Re: PEM_read_bio_RSAPrivateKey again

2000-04-17 Thread Dr Stephen Henson
developer wrote: > > Guys, > I'm totally confused with crypted rsa private keys. > Simples code doesnt work ,, i browsed this newsgroup searching for > answer, but useless. > As i understand, PEM_read_bio_RSAPrivateKey now has following format > RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **x, p

What does connections per second mean??

2000-04-17 Thread Amit Chopra
Hi, I'm looking to buy an encrytion accelerator to speed up my web server. Almost all manufacturers claim that their hardware can handle 50/60/100/200/600 connections per second (cps). I'm not sure what they mean by connections per second. Are they reffering to the SSL handshake or just the

What does connections per second mean??

2000-04-17 Thread Amit Chopra
Hi, I'm looking to buy an encrytion accelerator to speed up my web server. Almost all manufacturers claim that their hardware can handle 50/60/100/200/600 connections per second (cps). I'm not sure what they mean by connections per second. Are they reffering to the SSL handshake or just the