On Sun, Mar 14, 2004, [EMAIL PROTECTED] wrote:
> 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 19
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 /
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
> http://www.openssl.org/support/faq.html#PROG5
> http://www.openssl.org/support/faq.html#PROG6
> http://www.openssl.org/support/faq.html#PROG7
It realy helped. Before that I didn't understand my bug.
Thanks.
__
OpenSSL Project
On Wed, Sep 10, 2003, Alexander Krizhanovskiy wrote:
> Thanks,
>
> This is correct code:
>
> char *passwd = "123456";
> FILE F1 = fopen("key.pem", "wb");
> PEM_write_RSAPrivateKey(F1, rsa, EVP_des_cbc(), NULL, 0, NULL, passwd);
> fclose(F1);
> .
> FILE F2 = fopen("key.pem", "rb");
> RSA *rsa
Thanks,
This is correct code:
char *passwd = "123456";
FILE F1 = fopen("key.pem", "wb");
PEM_write_RSAPrivateKey(F1, rsa, EVP_des_cbc(), NULL, 0, NULL, passwd);
fclose(F1);
.
FILE F2 = fopen("key.pem", "rb");
RSA *rsa_2;
rsa_2 = PEM_read_RSAPrivateKey(F2, NULL, NULL, passwd);
char str[256];
On Mon, Sep 08, 2003, Alexander Krizhanovskiy wrote:
> Hello,
>
> I know that this theme discussed a lot.
>
> I have a code:
>
> char *passwd = "123456";
> FILE F1 = fopen("key.pem", "wb");
> PEM_write_RSAPrivateKey(F1, rsa, EVP_des_cbc(), NULL, 0, NULL, passwd);
> fclose(F1);
> .
> FILE F2
Hey Tim, if you are concerned about security, you may want to change to
an e-mail client other than OutLook, or LookOut as I call it - there
have been a number of exploits targeted at OutLook...
-dave
On Mon, 17 Dec 2001,
Tim Pushor wrote:
> Please excuse my previous post in HTML. Outlook autom