> bash-2.03$ /usr/bin/openssl x509 -in kurs10.cer -text -noout
> Certificate:
>     Data:
>         Version: 1 (0x0)
>         Serial Number: 932714537 (0x37981829)
>         Signature Algorithm: md5WithRSA
>         Issuer: C=PL, O=oi-wbd
>         Validity
>             Not Before: Jun 13 09:54:03 2000
>             Not After : Dec 14 09:54:03 2001
>         Subject: CN=kurs10, CN=recipients, OU=oi-wbd, O=oi-wbd
>         Subject Public Key Info:
>             Public Key Algorithm: rsaEncryption
>             RSA Public Key: (510 bit)
>                 Modulus (510 bit):
>                     20:55:5f:0b:f3:5c:7a:c1:96:bd:36:72:53:c0:ed:
>                     a8:b5:24:af:34:d9:c0:66:1f:56:dd:ee:99:32:e1:
>                     6a:63:cb:10:43:99:7b:20:1c:08:c3:9d:09:4f:82:
>                     df:01:76:c4:ad:7b:90:22:de:1f:66:3e:78:5e:1c:
>                     01:e4:eb:3d
>                 Exponent: 65537 (0x10001)
>     Signature Algorithm: md5WithRSA
>         85:30:cd:a1:30:19:95:42:f7:c7:1d:f8:1b:bf:0e:c6:2f:f5:
>         80:05:ed:04:07:3c:34:96:c8:04:60:3a:a3:33:90:65:c9:50:
>         27:c1:4f:73:16:63:c8:ab:e6:91:71:4a:7a:09:88:e0:ad:3a:
>         2a:84:f9:43:0f:bf:ef:2d:46:1c

Besides the modulus not being prime, your signature is greater than your
modulus, which should never happen.

Either your cert is totally bogus/corrupted, or your build of openssl is
messed up.  Probably the latter, because you probably built it yourself
while the MS Outlook cert manager came to you already built.  You should
check your build tools and configuration.

Reply via email to