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

2004-03-14 Thread Dr. Stephen Henson
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

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 /

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: Sorry, but I can't read encrypted RSA key from file

2003-09-10 Thread Alexander Krizhanovskiy
> 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

Re: Sorry, but I can't read encrypted RSA key from file

2003-09-10 Thread Dr. Stephen Henson
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

Re: Sorry, but I can't read encrypted RSA key from file

2003-09-10 Thread Alexander Krizhanovskiy
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];

Re: Sorry, but I can't read encrypted RSA key from file

2003-09-08 Thread Dr. Stephen Henson
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

Re: Sorry

2001-12-17 Thread dave
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