Hello,
 I used the below mentioned test program. Theses were the results from
the same. There was a core file created. The pstack of core is shown
below. 

bash-2.03# openssl genrsa -out rsa.pem 2048
Generating RSA private key, 2048 bit long modulus
........................................................................
........................................................................
........................................................................
.....................^C

bash-2.03# cksum openssl
3693318708      2633912 openssl
bash-2.03# ldd openssl
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        libc.so.1 =>     /usr/lib/libc.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1

bash-2.03# ls -l /usr/lib/libsocket.so.1 /usr/lib/libnsl.so.1
/usr/lib/libc.so.1 /usr/lib/libmp.so.2
/usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1
-rwxr-xr-x   1 root     bin      1158072 Jul 31  2006 /usr/lib/libc.so.1
-rwxr-xr-x   1 root     bin        24968 Jan  6  2000
/usr/lib/libmp.so.2
-rwxr-xr-x   1 root     bin       920100 Jul 31  2006
/usr/lib/libnsl.so.1
-rwxr-xr-x   1 root     bin        70864 Nov  3  2001
/usr/lib/libsocket.so.1
lrwxrwxrwx   1 root     root          33 Oct  3  2006
/usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 ->
../../sun4u-us3/lib/libc_psr.so.1

bash-2.03# ls -la
total 6000
drwxr-xr-x   2 root     other        646 Oct 17 04:50 .
drwxr-xr-x   3 root     other        385 Oct 17 04:45 ..
-rw-------   1 root     other     383792 Oct 17 04:50 core
-rw-r--r--   1 root     other          0 Oct 17 04:50 file.sig
-rw-r--r--   1 root     other         15 Oct 17 04:50 file.txt
-rwxr-xr-x   1 root     other    2633912 Oct 15 20:01 openssl
-rw-r--r--   1 root     other          0 Oct 17 04:47 rsa.pem
-rw-r--r--   1 root     other        350 Oct 15 20:02 test_client.sh
-rwxr-xr-x   1 root     other       2332 Oct 15 20:01 test_rsa.sh
-rw-r--r--   1 root     other       2097 Oct 15 20:01 test_server.sh
bash-2.03# pstack core
core 'core' of 7979:    openssl genrsa -out rsa.pem 2048
 000b5428 bn_mul_add_words (1f4ea8, 1ec470, 8, 7b55419a, 6432bff9,
5f6d1513) + 94
 000b7f80 BN_from_montgomery (1eb76c, 1ec420, 1f, 1eb648, 0, 0) + 1bc
 000b7d84 BN_mod_mul_montgomery (1eb76c, 1eb76c, 1eb76c, 1ec3d0, 1eb648,
0) + 68
 00152178 BN_mod_exp_mont (1eb744, 161, 1eb730, 0, 1eb648, 1ec3d0) + 398
 000b4e7c BN_is_prime_fasttest_ex (1db508, ffffffff, 1eb648, 1db508,
ffbef684, 3) + 41c
 000b48d8 BN_generate_prime_ex (0, 400, 0, 0, 0, ffbef684) + 2c8
 000c4908 rsa_builtin_keygen (1e10f0, 800, 1db468, ffbef684, 400, 1) +
1ec
 0004fb44 genrsa_main (1, 18e5c4, 1e0148, 10001, ffbefc24, ffbefd38) +
668
 000367cc do_cmd   (1e0f60, 4, ffbefc18, f, 1e0fe8, 36ba4) + 40
 0003657c main     (5, ffbefc14, 1e0f60, ffbefb7c, 1c5010, 1843e0) + 2b0
 00036190 _start   (0, 0, 0, 0, 0, 0) + 108

bash-2.03# showrev -p |grep 112438
Patch: 112438-02 Obsoletes:  Requires:  Incompatibles:  Packages:
SUNWcarx, SUNWcsr, SUNWhea, SUNWmdb, SUNWmdbx
Patch: 112438-03 Obsoletes:  Requires:  Incompatibles:  Packages:
SUNWcarx, SUNWcsr, SUNWhea, SUNWmdb, SUNWmdbx
bash-2.03# uname -a
SunOS test.hp.com 5.8 Generic_117350-39 sun4u sparc SUNW,Sun-Fire-280R

Regards
Ashith

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marek Marcola
Sent: Friday, October 12, 2007 11:48 PM
To: openssl-users@openssl.org
Subject: RE: Signature verification fails with block type is not 01

Hello,
> Does anyone have a separate test program where we can test only the 
> signature verification?
 # openssl genrsa -out rsa.pem 2048
 # openssl rsa -in rsa.pem -text -noout
 # openssl rsa -in rsa.pem -pubout -out rsa-pub.pem  # openssl rsa -in
rsa-pub.pem -pubin -text -noout  # echo test test test > file.txt  #
openssl dgst -sign rsa.pem  < file.txt > file.sig  # openssl dgst
-verify rsa-pub.pem -signature file.sig < file.txt  Verified OK

Best regards,
--
Marek Marcola <[EMAIL PROTECTED]>

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

Reply via email to