Re: Why can not I link some subroutines in x509.h; x509v3.h etc?

2000-08-20 Thread Craig Shaver
try -L/usr/local/ssl/lib and/or -L/usr/local/lib -lcrypto -lssl depends on where you installed the openssl libs ... > ÀîÑï wrote: > > I am a student of china.I am doing a project of PKI.When I am > compiling /usr/local/ssl/apps/x509.c ,a lot of errors occur: > % make > gcc -o x509

Why can not link some subroutines of x509.h ?

2000-08-20 Thread 李扬
    I am a student of china.I am doing a project of PKI.When I am compiling /usr/local/ssl/apps/x509.c ,a lot of errors occur:% make    gcc -o x509 x509.o -L usr/local/ssl -lcryptold: 0711-317 error:undefined symbol£º .OpenSSL_add_all_algorithmsld: 0711-317 error:undefined symbol£

Why can not I link some subroutines in x509.h; x509v3.h etc?

2000-08-20 Thread 李扬
I am a student of china.I am doing a project of PKI.When I am compiling /usr/local/ssl/apps/x509.c ,a lot of errors occur:% make    gcc -o x509 x509.o -L usr/local/ssl -lcryptold: 0711-317 error:undefined symbol£º .OpenSSL_add_all_algorithmsld: 0711-317 error:undefined symbol

Can't compile Apache 1.3.12 with mod_ssl and openssl on NT.

2000-08-20 Thread Henning von Bargen
Has someone successfully compiled and running mod_ssl with Apache 1.3.12 on NT? If so, can you help me? I can compile and run Apache, and also openssl. But not together, there's a conflict because Apache is using winsock2.h and the mod_ssl the old winsock.h. Then when mod_ssl includes files from o

Re: Life after September 20th

2000-08-20 Thread Vin McLellan
At 8/18/00, you wrote: > > I don't think it makes a gentleman sound very intelligent or > > responsible to make such inflammatory statements, about such a incendiary > > subject, with absolutely no facts at hand. Jeeeze! > >Alright, enough already. I expressed a concern based off of inf

RE: Out of office autoreply

2000-08-20 Thread Benny Chandra
To All, I'm really sorry about what happen. We've just implement a new mail system and I set the Autoreply message as usual, but it seems not work properly. Once again I'm really sorry about this. Regards, Benny Chandra -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

How to decontaminate the dialog box of a browser ?

2000-08-20 Thread Mounir Eddabbabi
Hi every one How could I decontaminate the display of the window of dialogue of such a navigator during the consultation of my site (with apache-ssl) and pass directly to the contents of my page? Thank you __ OpenSSL Project

Re: Client Certification

2000-08-20 Thread hirntod
Hi Arne , look at www.pseudonym.org/ssl/ Do you have install the root CA in your browser ? cu. hirntod On Sat, 19 Aug 2000, Arne Borkowski (borko.net) wrote: > Hi there everybody, > > does one of you have a hint? > > I want to create my own Primary CA to sign my Server CA > and User CA. T

Hot to compile

2000-08-20 Thread [EMAIL PROTECTED]
Hi all, I am working on a project in which I need to use RSA and RNG functions. If I run >gcc -S nomefile.c everything works. But when I run gcc nomefile.c errors about undefinied functions appears : there is a problem when linking. But how can I know which files have to include when using the

win32: demos/ssl

2000-08-20 Thread overdose
hey, ive been looking around in the demos and apps folders and have been trying to work things out with the ssl client/server. i tried porting the demos\ssl examples to win32, the server runs perfectly but the client has problems. seems there is something going wrong with the context creation.

How to use ssl for multi hosts ?

2000-08-20 Thread Yeong Mo/Director Hana co.
How to use ssl for multi hosts ? Hi, We are a web hosting company. so,There are many urls in our server. After I install openssl and modssl, the main site looks working good both of http and https. But other sites are working wrong. I guess there is something wrong with vitural host seting.