Re: EVP_rc5

2003-05-31 Thread Riccardo . Veraldi
anyway remember that rc5 64 bit was hacked so at least use rc5 72 bit. why you really want to use rc5 ? you can use other better chipers ciao Rick On Fri, 30 May 2003, Brian Hatch wrote: > > > > RC5 does not appeared on the list, what can I do now? > > As explained earlier in the thread, if yo

actions to seed PRNG()

2002-04-27 Thread Riccardo . Veraldi
Hello, I wrote a very small SSL client server applicazion. In writing it I never used a whatever function to create entropy to seed PRNG after SSL_library_init(). Is a seeding action required or is it done authomatically by SSL framework? thnks Rick __