Re: RSA library problems

2000-04-02 Thread Jim Bloom
Dirk Roehrdanz wrote: > > Thanks for the modification. > I have replaced the "[]" with "{}" . A run of "make buildworld" with > the patch finished without errors. Sorry about that. I did it quickly and the font I was using has the characters looking identical. Time to change fonts :-) > The

Re: RSA library problems

2000-04-02 Thread Dirk Roehrdanz
Hi Jim, On 0, Jim Bloom <[EMAIL PROTECTED]> wrote: > A similar patch was added for the USA version of RSA for the same basic reason. > Your patch is almost correct. It should add the line: > > LDADD+= -L$[.OBJDIR]/../libcrypto -lcrypto ^ ^ > > Your version woul

Re: RSA library problems

2000-03-31 Thread Jim Bloom
A similar patch was added for the USA version of RSA for the same basic reason. Your patch is almost correct. It should add the line: LDADD+= -L$[.OBJDIR]/../libcrypto -lcrypto Your version would reference the system crypto library and not the one being built as part of buildworld. Jim Bloom [

Re: RSA library problems

2000-03-31 Thread Dirk Roehrdanz
Hello, On 0, Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Thu, 23 Mar 2000, Paul Richards wrote: > > > I stuck a dlerror() in there and the problem is > > > > usr/lib/librsaINTL.so: Undefined symbol "BN_mod_exp_mont" > > This symbol is defined in bn_ext.c and should be compiled into libcrypt

Re: RSA library problems

2000-03-24 Thread Kris Kennaway
On Thu, 23 Mar 2000, Paul Richards wrote: > I stuck a dlerror() in there and the problem is > > usr/lib/librsaINTL.so: Undefined symbol "BN_mod_exp_mont" This symbol is defined in bn_ext.c and should be compiled into libcrypto - can you verify yours has it? Kris In God we Trust -- all ot

Re: RSA library problems

2000-03-23 Thread Paul Richards
Kris Kennaway wrote: > > On Thu, 23 Mar 2000, Paul Richards wrote: > > > > Because the dlopen() of librsaintl.so fails. > > > > Ok, I give up :-) Why would that happen then ? > > I don't know :-) I stuck a dlerror() in there and the problem is usr/lib/librsaINTL.so: Undefined symbol "BN_mod_e

Re: RSA library problems

2000-03-22 Thread Paul Richards
Kris Kennaway wrote: > > On Thu, 23 Mar 2000, Paul Richards wrote: > > > > Because the dlopen() of librsaintl.so fails. > > > > Ok, I give up :-) Why would that happen then ? > > I don't know :-) > > > I'm not the only person seeing this, it's been reported on the ports > > list by someone els

Re: RSA library problems

2000-03-22 Thread Kris Kennaway
On Thu, 23 Mar 2000, Paul Richards wrote: > > Because the dlopen() of librsaintl.so fails. > > Ok, I give up :-) Why would that happen then ? I don't know :-) > I'm not the only person seeing this, it's been reported on the ports > list by someone else as well. Hmm, I think I missed this mail

Re: RSA library problems

2000-03-22 Thread Paul Richards
Kris Kennaway wrote: > > On Thu, 23 Mar 2000, Paul Richards wrote: > > > I'm picking up my secure code from internat so why is modssl trying to > > use rsaref rather than the international rsa? > > Because the dlopen() of librsaintl.so fails. Ok, I give up :-) Why would that happen then ? I c

Re: RSA library problems

2000-03-22 Thread Kris Kennaway
On Thu, 23 Mar 2000, Paul Richards wrote: > I'm picking up my secure code from internat so why is modssl trying to > use rsaref rather than the international rsa? Because the dlopen() of librsaintl.so fails. > Is there a document that explains how all this is supposed to work, I've > lost track

RSA library problems

2000-03-22 Thread Paul Richards
I've posted this to current because it seems to be related to the OpenSSL code. Apache-modssl throws out the error below when you try to access a SSL port. The only place I can find this message is in the openssl/rsaref/rsaref_stubs.c where it tries to open librsaref.so I'm picking up my secure