Re: EVP_* Routines

2002-01-02 Thread Chris Plant
On Wed, 2002-01-02 at 18:00, Juan Segarra wrote: > On 2 Jan 2002, Chris Plant wrote: > > > I've compiled the attached code, and it doesn't decrypt the text > > correctly. If anyone could explain why to me, or point out a nice > > tutorial about using these routines, it would be much appreciated.

Re: EVP_* Routines

2002-01-02 Thread Juan Segarra
On 2 Jan 2002, Chris Plant wrote: > I've compiled the attached code, and it doesn't decrypt the text > correctly. If anyone could explain why to me, or point out a nice > tutorial about using these routines, it would be much appreciated. I've been writing a tutorial about EVP routines in spani

Re: EVP_* Routines

2002-01-02 Thread Chris Plant
ok, thanks. I did look at the EVP_EncryptInit man page, but the code I had there, was loosely based on some code I found on the net, they probably had the same problem. Chris <[EMAIL PROTECTED]> __ OpenSSL Project

Re: EVP_* Routines

2002-01-01 Thread Dr S N Henson
Chris Plant wrote: > > I've compiled the attached code, and it doesn't decrypt the text > correctly. If anyone could explain why to me, or point out a nice > tutorial about using these routines, it would be much appreciated. > > ircd_malloc() is basically malloc() with memset(). > There's an