Re: [openssl-users] Possible bug in crypto/engine

2019-01-06 Thread Antonio Iacono
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

Re: [openssl-users] Possible bug in crypto/engine

2019-01-06 Thread Dr. Matthias St. Pierre
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:

Re: [openssl-users] Possible bug in crypto/engine

2019-01-06 Thread Dr. Matthias St. Pierre
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

Re: [openssl-users] Possible bug in crypto/engine

2019-01-06 Thread Dmitry Belyavsky
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 =

[openssl-users] Possible bug in crypto/engine

2019-01-06 Thread Antonio Iacono
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