the crash with your debug version, please post a
> backtrace of the call stack when it’s stopped
>
> at the segmentation fault.
>
>
>
> HTH,
>
> Matthias
>
>
>
> *Von:* openssl-users *Im Auftrag von
> *Antonio
> Iacono
> *Gesendet:* Sonntag, 6. Januar
Sorry, the command contains a little error: please replace `gdb …` by `gdb
–args …`:
util/shlib_wrap.sh gdb --args apps/openssl cms -sign -signer cert.pem
-inkey 101 -keyform engine -engine pkcs11
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/open
at the segmentation fault.
HTH,
Matthias
Von: openssl-users Im Auftrag von Antonio
Iacono
Gesendet: Sonntag, 6. Januar 2019 19:55
An: openssl-users@openssl.org
Betreff: [openssl-users] Possible bug in crypto/engine
Hi,
I sign a text file with:
openssl cms -sign -signer cert.pem -inkey 01
Hello
вс, 6 янв. 2019 г., 21:55 Antonio Iacono ant...@gmail.com:
> Hi,
>
> I sign a text file with:
> openssl cms -sign -signer cert.pem -inkey 01 -keyform engine -engine
> pkcs11
> in openssl.cnf
> [pkcs11_section]
> engine_id = pkcs11
> dynamic_path = /path/pkcs11.so
> MODULE_PATH = /path/opens
Hi,
I sign a text file with:
openssl cms -sign -signer cert.pem -inkey 01 -keyform engine -engine pkcs11
in openssl.cnf
[pkcs11_section]
engine_id = pkcs11
dynamic_path = /path/pkcs11.so
MODULE_PATH = /path/opensc-pkcs11.so
everything works well but if I write a wrong key, es. -inkey 101, this is