Ireneusz Rogala wrote: > Well, i tryed several configurations and have some results: > > Openssl-SNAP-20011119 and several older versions produce faulty keys. > > Your version form ftp.openca.org openssl-0.9.7-1.i386.rpm is ok, it > produces good keys and i can work with it. > > But the problem still exist, i must use stable version of openssl form my > daily work and Development version for testing OpenCA. Is there src.rpm of > your version somewhere? There should be the .tar.gz version as well. You can do this:
1. Download the .tar.gz and compile it with the "--prefix=/usr/local"
$ ./config --prefix=/usr/local
$ make
$ make tests
$ su -
# make install
2. Move /usr/bin/openssl to /usr/bin/openssl.0.9.6
3. Link the new openssl command in the old dir:
$ cd /usr/bin
$ ln -s /usr/local/bin/openssl openssl
Now you have the 0.9.6 stable libs in /usr/lib and the "development" version
in /usr/local/lib.
> And why SNAP versions produce faulty keys ? Is that problem only on my
> machine ?
It could be some problems related to changes in the SNAPs. If you have
the chance, please, report the errors into the openssl-dev or openssl-users
mailing lists.
--
C'you,
Massimiliano Pala
--o-------------------------------------------------------------------------
Massimiliano Pala [OpenCA Project Manager] [EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.openca.org Tel.: +39 (0)59 270 094
http://openca.sourceforge.net Mobile: +39 (0)347 7222 365
smime.p7s
Description: S/MIME Cryptographic Signature
