compiling on power ppc

2005-07-02 Thread Terry Richards
tibook2002 running yellowdoglinux both 9.8-beta6 and 9.7g give me this: test normal x509v1 certificate sh ./tx509 2/dev/null testing X509 conversions p - d make[1]: *** [test_x509] Error 1 make[1]: Leaving directory `/usr/local/openssl-0.9.8-beta6/test' make: *** [tests] Error 2 [EMAIL

Re: Trying to build a reduced OpenSSL library on Cygwin/mingw

2005-07-02 Thread Nils Larsch
Stephen Cleary wrote: ... The command I used to build libcrypto.a and libssl.a is: ./Configure mingw 386 no-threads no-zlib no-shared no-hw no-ssl I also noted that I could not disable MD5, IDEA, or the ENGINE. In fact, a lot (most?) of the no- prefixes just don't work; I get compile errors

OpenSSL question

2005-07-02 Thread Adrian Chelar
Hi OpenSSL work for VPN and cryptography softwares? i need an answer Thank you! Adrian Chelar Home : [EMAIL PROTECTED] Office : [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org User

How can I uninstall openssl?

2005-07-02 Thread pana
I need to uninstall openssl 0.9.7 to install the new version 0.9.8. How can I do? I delete the folders ssl and openssl but it doesn't work. Any suggestion? bye pana __ OpenSSL Project

Re: OpenSSL question

2005-07-02 Thread Victor Duchovni
On Sat, Jul 02, 2005 at 03:48:16PM +0300, Adrian Chelar wrote: OpenSSL work for VPN and cryptography softwares? i need an answer The short answer is 42. The long is answer is that you need to ask a more concrete/detailed question. -- Viktor.

Re: Problem to upgrade openssl

2005-07-02 Thread Nils Larsch
pana wrote: Hi, I have installed openssl 0.9.7e but now I need to upgrade it to the newer version 0.9.8. I tried to uninstall the 0.9.7 version but I have not been able to do it. if you really want to uninstall the debian supplied openssl version use debian packet manager I removed the ssl

Matching Subject and Issuer Names

2005-07-02 Thread Arsen Hayrapetyan
Hello, I have the following question: Suppose you have CA certificate cacert.pem with the following subjectName: /C=xx/O=aa/O=bb/CN=uu Also you have the following in your openssl.cnf file (is used when CA signs CSRs): [ ca ] default_ca = CA_default [ CA_default ] ... preserve = no # or

Re: Matching Subject and Issuer Names

2005-07-02 Thread Dr. Stephen Henson
On Sat, Jul 02, 2005, Arsen Hayrapetyan wrote: Hello, I have the following question: Suppose you have CA certificate /cacert.pem/ with the following subjectName: */C=xx/O=aa/O=bb/CN=uu* Also you have the following in your openssl.cnf file (is used when CA signs CSRs): / [ ca ]