Trying to compile openssl-0.9.7l on s390x.  Able to compile w/o errors
using ./config --prefix=/web/software/openssl-0.9.7l
--openssldir=/web/software/openssl-0.9.7l.
It compiles for s390x, the problem is when I create a self-signed
certificate.  I am able to create a key but receive Segmentation Fault when
self-signing.

-Receiving segmentation fault when creating self signed certificate on
openssl-0.9.7l.

./openssl genrsa -des3 -out server.key 1024

/web/software/openssl-0.9.7l/bin # more server.key
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,2B84DEC1F098E9CA

NZbvungVBVgi9BAsMb0yxYxdVgKxjlib73KA+gTwJv4wJOyRE3jp5hHxPueQkhwz
HNcqMR+QXLv9lb/3psHXH5qt9Oflf5zmAiZqKL/xgpSbBTEG+hvE/F5S7QoaE+TN
2242aBPqizb+gbgO/KIayyyRk3HE4+GUq7ghbz7/TVzM7j1Y2QFmeqtCq8dzWuXB
oWydcjypFNGbpm1awdLR7eOmmrd+VB+o8w9ZpoHTE+MyrMApRTDpNh5NoupCFheu
s0/qv5xlYai1s6I38gRrzRSZD6BJYMV/rcsGG10u1hEv0x6+T8jrEqHLEz8s0nT5
4aYViVezKU6HtE3PX0RkFqZmciy8D/j1Ng+onfrCeOXQtwD3ikPgM2VZDi+xsaOp
D2CaHJYGXkjF0YPMc0T5E7iIL4VHSkozHrIUf3Mkd/tjvGrgChegHg3xwINUCSZV
g+xxaLVZP7B302+LKljEbeMfmnulq+HaMcnaltcyrWx18qx/ubsgu5DhYUOUdXej
+J15pWa7gnnrdL3dKYtG+2cNVxsC6NfSgxUH4Rllu7kc7
-----END RSA PRIVATE KEY-----

./openssl req -new -key server.key -out server.csr

./openssl rsa -in server.key -out server.key

The error appears when running the next command.

./openssl x509 -req -days 365 -in server.csr -signkey server.key -out
server.crt


Segmentation fault



Any ideas? Thanks in advance. mike


==============================================================================
This message contains privileged and confidential information intended for the 
above addressees only.  If you
receive this message in error please delete or destroy this message and/or 
attachments.  

The sender of this message will fully cooperate in the civil and criminal 
prosecution of any individual engaging
in the unauthorized use of this message.
==============================================================================

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to