Re: linkage table overflow linking mod_ssl with apache 1.3.12 on HPUX11

2000-09-15 Thread code guru
Hi steffen, i am facing almost the same problems as u r, except for the fact that i am using HP UX 10.20 by the looks of it it seems that u were trying to build apache with static inclusion of mod ssl ... but i dont understand as to why u r using -fPIC option when configuring openssl especially

Re: linkage table overflow linking mod_ssl with apache 1.3.12 on HPUX11

2000-09-15 Thread code guru
Hi steffen, i am facing almost the same problems as u r, except for the fact that i am using HP UX 10.20 by the looks of it it seems that u were trying to build apache with static inclusion of mod ssl ... but i dont understand as to why u r using -fPIC option when configuring openssl especially

RE: Apps over SSL

2000-09-15 Thread ppruett
Yes it works for Xwindows apps if the ssh program and sshd program are configured for it I have a openbsd server - (native support of openssh) I configured it to allow Xwindows to go through it excerpt from /etc/sshd_config " # This is ssh server systemwide configuration file. Po

RE: Apps over SSL

2000-09-15 Thread Sean Walker
I've never used it as such, but that doesn't mean it can't. According to their website, there are more capabilities of it than just that. If anyone else knows anything, pipe up. My suggestion is just do some homework on their website and then, if it sounds like it might, just ask their mailing lis

RE: Apps over SSL

2000-09-15 Thread Soul Fire
Thanks for the direction. I know that openssh would replace the need for telnet right off the bat but does it allow for other apps to ride over the encrypted stream as well? s0ulfire -Original Message- From:Sean Walker [EMAIL PROTECTED] Sent:Fri, 15 Sep 2000 09:12:20 -0700 To:

Problem: Adding certificate and private key to IIS 5.0

2000-09-15 Thread Thomas Christmann
Hi! I have a problem. I have a valid server certificate and the according private key. Now I want to take these 2 files an with then install thee SSL-Certificate to my Web (on IIS 5.0). But this is not as easy as in IIS 4.0, where you could just start up your key manager, insert the two files an

RE: Apps over SSL

2000-09-15 Thread Sean Walker
Try the openssh project. I believe that this uses openssl as the backbone for a telnet session (encrypted rsh, rcp). I've been using this for some time now and love it. Check out http://www.openssh.com/ for info. It is an org, but the .org name was already taken. Sean Walker www.SurfMy.Net > ---

Apps over SSL

2000-09-15 Thread Soul Fire
Hello folks, I am trying to get applications e.g. telnet to run over SSL. However, I am not quite sure on how to go about accomplishing this. I am able to setup SSL connections between a home grown client and the sample HTTP server provided in the distribution - coded in Perl. Any idea

RE: Compiling OpenSSL as a shared library

2000-09-15 Thread Roberto Lopez Navarro
I tried openssl-SNAP-2907 and on Solaris 2.6 and everything went OK. I tried some tests programs of my own and they worked as expected. Good Luck!!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Graham Leggett Sent: viernes, 15 de septiembre de 200

Re: Self-signed root certificate

2000-09-15 Thread Gary Taylor
There is a typo in my original message. #3 is really 3. openssl req -new -x509 -key demokey.pem -out democert.pem On Thu, Sep 14, 2000 at 09:10:59PM -0700, Gary Taylor wrote: > Hello, > > On a server that I support there are three SSL certificate related files. One > of them I'm trying to und

Re: Watcom version of OpenSSL

2000-09-15 Thread Richard Levitte - VMS Whacker
From: "William H. Geiger III" <[EMAIL PROTECTED]> whgiii> I am in the process of getting the OpenSSL libs to compile whgiii> using the Watcom C/C++ compiler. I have questions regarding whgiii> some of the OpenSSL code and I also need to see about getting whgiii> my changes incorporated into the O

Watcom version of OpenSSL

2000-09-15 Thread William H. Geiger III
Hi, I am in the process of getting the OpenSSL libs to compile using the Watcom C/C++ compiler. I have questions regarding some of the OpenSSL code and I also need to see about getting my changes incorporated into the OpenSSL distribution. Would this be the appropriate forum for such queries o

Re: make install problem with v0.9.6 beta 1

2000-09-15 Thread Richard Levitte - VMS Whacker
From: Graham Leggett <[EMAIL PROTECTED]> minfrin> [3:22pm] root@dsnstar:/opt/local/ssl/lib# ls -al minfrin> total 15364 minfrin> drwxr-xr-x 2 root other512 Sep 15 15:21 ./ minfrin> drwxr-xr-x 9 root other512 Sep 15 15:21 ../ minfrin> -rw-r--r-- 1 root other17

make install problem with v0.9.6 beta 1

2000-09-15 Thread Graham Leggett
Hi all, After the make install step after compiling v0.9.6 beta 1 of OpenSSL, my /usr/local/ssl/lib directory looked like this: [3:22pm] root@dsnstar:/opt/local/ssl/lib# ls -al total 15364 drwxr-xr-x 2 root other512 Sep 15 15:21 ./ drwxr-xr-x 9 root other512 Sep 15 15

Re: problem with smime functions

2000-09-15 Thread Andrew W. Gray
two things, Check to see that you aren't linking against the wrong c-runtime. Assuming that you did a default build of openssl, Change your settings in your project to use multithreaded dll. In addition, if you're trying to compile smime.c to produce smime.exe, then you will also have to compile

mem leaks?

2000-09-15 Thread Douglas Wikström
hello. This is a little of topic, please excuse me :-) Is there an opensource, or at least linux equivalent of purify somewhere? /Douglas -- -- Douglas Wikström <[EMAIL PROTECTED]> -- Yes

Re: Compiling OpenSSL as a shared library

2000-09-15 Thread Richard Levitte - VMS Whacker
From: Graham Leggett <[EMAIL PROTECTED]> minfrin> Is it possible to compile openssl v0.9.5a as a shared library minfrin> under Solaris v2.6? Perhaps you'd be willing to try out the betas for the next release? We have added support for building shared libraries under Solaris among others. minfri

authenticatedAttribute (Was Re: signature using openca sign tool)

2000-09-15 Thread stabane
Checking the 9.5a version I have seen that the authenticatedAttribute encoding is now ordered, but int the signature verify code I have also read the following note: /* Note: when forming the encoding of the attributes we * shouldn't reorder them or this will break the signature.

Verify signature of a multipart message

2000-09-15 Thread Angus Lee
Hi, I sent an signed and encrypted email to myself using Netscape. The email contains not only the text portion, but also two attachments. I could use OpenSSL to decrypt this signed and encrypted message. Then when I verify the digital signature, OpenSSL told me that 'content and data present'

Compiling OpenSSL as a shared library

2000-09-15 Thread Graham Leggett
Hi all, Is it possible to compile openssl v0.9.5a as a shared library under Solaris v2.6? The default compilation builds static libs only. There does not seem to be any mention of shared library support anywhere in any of the build docs, and the standard --enable-shared doesn't work. Any ideas?

problem with smime functions

2000-09-15 Thread mariano Jesús
Hi Everybody. I'm making a Visual C++ 6.0 project that it needs smime.c. I include the code of smime.c into my project, when I am linking it returns these errors: error LNK2001: unresolved external symbol "long __cdecl app_RAND_load_files(char *)" (?app_RAND_load_files@@YAJPAD@Z) error LNK200

RE: Problem with p7 verify

2000-09-15 Thread Nick Pope
Thanks for the quick response: However, I've tried adding this and still get the same problem. Nick > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Sylvester > Sent: 15 September 2000 12:02 > To: [EMAIL PROTECTED] > Subject: Re: Problem with

Re: Problem with p7 verify

2000-09-15 Thread Peter Sylvester
Nick, have you called : OpenSSL_add_ssl_algorithms() ; > > Is there something that should be done to set up the object identifiers? > > Can anyone help? __ OpenSSL Project http://www.openssl.o

Problem with p7 verify

2000-09-15 Thread Nick Pope
I using the libeay crypto library to verify a PKCS 7 signed object, but it fails to verify because the message hash authenticated attribute is not being picked up. I use d2i_PKCS7 to convert the signed data into internal form, then p7bio=PKCS7_dataInit(p7,NULL) and then use PKCS7_signatureVerify

Re: SSL in RedHat 6.2

2000-09-15 Thread Premson P R
Hi, That's surprising that RH 6.2 did not come with a make utility. Anyway. if "make" is not available u can download it from any of the gnu mirror sites. Or just simply look into ftp://ftp.gnu.org/pub/gnu/ & install u're make utility. The next part, modssl explains its installation p

RE: Problem with openssl smime command from within Perl cgi

2000-09-15 Thread Reiner Buehl
Could it be a problem with file and directory rights or path settings? Try using full path for openssl and the input and output files. Best regards, Reiner. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David Adamski > Sent: Wednesday, September