Re: RSA/openssl compile problem

2000-02-28 Thread Jordan K. Hubbard
> OK, I cvsup'ed from ftp.internat.freebsd.org cvs-crypto > Just for the record, FWIW: > > # make -i Use make world. Doing it this way does not ensure that the bits are built in the right order. - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the

Re: RSA/openssl compile problem

2000-02-28 Thread Jordan K. Hubbard
> > installing the rsaref package if you're in the US or the rsaintl > > package if you're outside the US. Of course, the rsaintl package ^^^ ^^^ > > doesn't quite *exist* yet, but that's another story. :-) > > librsaintl existed righ

Re: RSA/openssl compile problem

2000-02-28 Thread Peter Wemm
Christoph Kukulies wrote: > On Mon, Feb 28, 2000 at 11:47:22PM +0800, Peter Wemm wrote: > > "Jordan K. Hubbard" wrote: > > > > OK, I browsed through the source tree to locate something looking > > > > like an RSA package and found /usr/src/crypto/openssl > > > > > > /usr/src/crypto is just like

Re: RSA/openssl compile problem

2000-02-28 Thread Christoph Kukulies
On Mon, Feb 28, 2000 at 11:47:22PM +0800, Peter Wemm wrote: > "Jordan K. Hubbard" wrote: > > > OK, I browsed through the source tree to locate something looking > > > like an RSA package and found /usr/src/crypto/openssl > > > > /usr/src/crypto is just like /usr/src/contrib - you *never* attemp

Re: RSA/openssl compile problem

2000-02-28 Thread Peter Wemm
"Jordan K. Hubbard" wrote: > > OK, I browsed through the source tree to locate something looking > > like an RSA package and found /usr/src/crypto/openssl > > /usr/src/crypto is just like /usr/src/contrib - you *never* attempt > to build things out of it. That will fail. > > What you need is

Re: RSA/openssl compile problem

2000-02-28 Thread Jordan K. Hubbard
> It exists in source form - you just need to build secure/lib/librsaintl > and install it. Perhaps, but according to the conversation I had with Peter, at least, it also wants to be in the ports collection and build a package version of itself. :) Not everyone has source on their box. - Jordan

Re: RSA/openssl compile problem

2000-02-28 Thread Kris Kennaway
On Mon, 28 Feb 2000, Jordan K. Hubbard wrote: > What you need is simply the rsaref package. I think somebody was > supposed to improve the wording that the stubs emit, the version I > originally committed (but Peter now has sole responsibility for :) Yes, this was on my mental list of things to

Re: RSA/openssl compile problem

2000-02-28 Thread Jordan K. Hubbard
> OK, I browsed through the source tree to locate something looking > like an RSA package and found /usr/src/crypto/openssl /usr/src/crypto is just like /usr/src/contrib - you *never* attempt to build things out of it. That will fail. What you need is simply the rsaref package. I think someb