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
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
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
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
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 /
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
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
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