Re: Is SPEED correct?

2004-10-11 Thread deck80
Sorry if I put it down so simple... I don't think it is too strange. In every program the time of execution depends on many things. It usually grows with a formula like TIME=Ts+Tg with Ts a time that is fixed even if the program doesn't do anything and Tg that grows according to how many operations

Re: OT: problems with crypto and ASCII

2004-06-30 Thread deck80
gt; I use char c=getc(file) > > Could you give me some suggestions?Obviously I can't add a massive overhead > > to the message.To solve this problem I could use 7 bits Ascii but I must use > > the accented chars.Maybe I could print the char to the file as int but it > > woul

Re: OT: problems with crypto and ASCII

2004-06-29 Thread deck80
AIL PROTECTED]> on Mon, 28 Jun 2004 17:45:23 +0200, <[EMAIL PROTECTED]> said: > > deck80> Hi everybody...sorry if it's not a question strictly involving > deck80> openssl but I hope someone can help me. > deck80> I'm writing a simple program that encode a file wit

openssl errors signing

2004-04-02 Thread deck80
I've got two problems: I'm working with winxo dosshell. I tried to create a cert this way and to sign it but I get errors... ** OpenSSL> req -config ../apps/openssl.cnf -new -x509 -keyout newreq.pem -out newreq.pem -days 3652

Re: Sorry a bit OT...but I'm not able to compile smime.c!

2004-03-14 Thread deck80
I tried but I receive this error... ...>nmake -f ms\ntdll.mak Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Building OpenSSL cl /

This is really OT and maybe I'm wrong but...

2004-03-14 Thread deck80
Today I've received this mail...Just a few hours after I joined the mailing list...I would like to know if somebody else in the mailing list received that! It's the first time receive this kind of spam and I think it's related to someone in the mailing list because this one is a private address I

Sorry a bit OT...but I'm not able to compile smime.c!

2004-03-13 Thread deck80
Probably I shouldn't bother you with problems like that...but I tried to compile apps/smime.c with Visual C++6 and it gave me a lot of error... 58 error... smime.obj : error LNK2001: unresolved external symbol _CRYPTO_free smime.obj : error LNK2001: unresolved external symbol _BIO_free_all ...and

Digital signature with PKCS#7

2004-03-13 Thread deck80
Hi everyone! I've got to write a plugin for Adobe Acrobat to make a digital signature of a pdf receiving a PKCS#7 in input...I must admit I still haven't figured out how that works.I mean...there should be two different cert the former with the private key the latter with the public key, right? If