question on MAC

2004-02-20 Thread Swaminathan P
Hi, Can someone help me with info on this question? Is there some significance to encrypt the MAC along with the message? Is there some pitfall in leaving the MAC in the cleartext and encrypt the message alone... thanks, swami __

Signed/unsigned incompatibility

2004-02-20 Thread ph-bgt
Hi Under windows, there's an incompatibility signed unsigned comparison in apps/asn1pars.c, line 315. Thanks __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: problem with RSA_public_encrypt/RSA_private_decrypt

2004-02-20 Thread Florian Millet
Thanks a lot for the quick answer. --- Millet Florian __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager

Re: problem with RSA_public_encrypt/RSA_private_decrypt

2004-02-20 Thread Nils Larsch
Florian Millet wrote: Hi all, i'd like some advice on a problem i'm getting on a very simple piece of code, i'm just trying to encrypt a string using rsa and then decrypt it, nothing complicated really. Encryption seems to works fine but when i try to decrypt, i'm only getting 4 characters what

problem with RSA_public_encrypt/RSA_private_decrypt

2004-02-20 Thread Florian Millet
Hi all, i'd like some advice on a problem i'm getting on a very simple piece of code, i'm just trying to encrypt a string using rsa and then decrypt it, nothing complicated really. Encryption seems to works fine but when i try to decrypt, i'm only getting 4 characters whatever the size of the s

Re: [openssl.org #831] -issuerhash

2004-02-20 Thread Nils Larsch via RT
[EMAIL PROTECTED] via RT wrote: > Attached is a patch to add a -issuerhash command to openssl x509 > (against 0.9.7c) It's already implemented (in 0.9.8-dev), see: http://marc.theaimsgroup.com/?l=openssl-cvs&m=105726514415475&w=2 (note: in 0.9.8-dev "-issuer_hash" is used and not "-issuerhash").

Re: [openssl.org #831] -issuerhash

2004-02-20 Thread Nils Larsch
[EMAIL PROTECTED] via RT wrote: Attached is a patch to add a -issuerhash command to openssl x509 (against 0.9.7c) It's already implemented (in 0.9.8-dev), see: http://marc.theaimsgroup.com/?l=openssl-cvs&m=105726514415475&w=2 (note: in 0.9.8-dev "-issuer_hash" is used and not "-issuerhash"). Btw: A