0.9.8e: SIGILL in test tx509 (I have read the FAQ)

2007-09-17 Thread Andreas Hasenack
Hello, I'm running make test on openssl-0.9.8e built under linux and getting an illegal instruction in the tx509 test, both with and without the no-sse2 build option: $ bash -x ./tx509 + cmd='../util/shlib_wrap.sh ../apps/openssl x509' + '[' x '!=' x ']' + t=testx509.pem + echo testing X509

bug in base64 decode

2006-05-25 Thread Andreas Hasenack
http://lookit.typepad.com/lookit/2006/04/lame_openssl_bu.html Basically, openssl base64 -d silently fails if given a line longer than 79 characters. __ OpenSSL Project http://www.openssl.org User

rsautl and smart card PIN on stdin

2005-12-06 Thread Andreas Hasenack
(opensc-0.10.0, openssl 0.9.8a, engine_pkcs11-0.1.3) Hi, I need to feed a PIN via stdin to openssl. The goal is to decrypt a file on disk and feed its result to some other script. I'm unsing this command: echo mypin | openssl rsautl -engine pkcs11 -in key.crypt -inkey 45 -keyform engine

Re: How to verify a pkcs7 detached signature?

2005-07-15 Thread Andreas Hasenack
On Fri, Jul 15, 2005 at 08:22:10AM +0200, Pablo J Royo wrote: Try this openssl smime -verify -in Assinador.tar.gz.pkcs7 -inform DER -content Assinador.tar.gz -signer signer_certificate.pem -noverify That works, thanks! __

How to verify a pkcs7 detached signature?

2005-07-14 Thread Andreas Hasenack
1. http://www.iti.br/twiki/pub/Main/PressRelease2005Jun28A/Assinador.tar.gz 2. http://www.iti.br/twiki/pub/Main/PressRelease2005Jun28A/Assinador.tar.gz.pkcs7 [2] is supposed to be a detached signature for [1], how can this be verified with an openssl command? I was able to extract the