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