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

2004-03-13 Thread Dr. Stephen Henson
On Sat, Mar 13, 2004, [EMAIL PROTECTED] wrote: > 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 : err

Re: EVP_PKEY

2004-03-13 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sat, 13 Mar 2004 05:11:27 -0800 (PST), "S.Mehdi Sheikhalishahi" <[EMAIL PROTECTED]> said: sm_justice> How can I get the RSA key of a EVP_PKEY. What version of OpenSSL? In OpenSSL 0.9.7{x}, there's the function EVP_PKEY_get1_RSA(). - Please consider sponso

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

Re: Digital signature with PKCS#7

2004-03-13 Thread Charles Cranston
[EMAIL PROTECTED] wrote: 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 t

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

newbie questions and ssl_write problem

2004-03-13 Thread Hawk
Hi I have some easy (I hope) questions: I wrote a multithreaded ftp bouncer in c++ So far everything works But if I use certain ftp clients (for example flashfxp v2.1.923) sometimes some bytes disappear And if I transfer a textfile, there is a "?" at every lineend The datafiles are not corrupted ev

EVP_PKEY

2004-03-13 Thread S.Mehdi Sheikhalishahi
Hi All How can I get the RSA key of a EVP_PKEY. Thanks. __ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com __ OpenSSL Project

Re: Problem with OpenSSL buffering and SSL_write/read

2004-03-13 Thread Vitos László
Hi Daniele! I think the problem you are describing relates to some padding the OpenSSL library uses. It has to use padding because of some requirements of the cipher in use. So in fact when you are sending 64 bytes with SSL_write(), after encryption 138 bytes get sent through the TCP socket. I

issue with Irix?

2004-03-13 Thread Guido Noord
Hi, As I wrote to this list before, I have a problem with running a program built on Irix which does not occur on other platforms using exactly the same code. I hereby provide some more diagnostic information I found recently, in the hope that someone has a clue on what is happening and how to add