openssl smime -rand

2004-02-12 Thread Michael Bell
Hi, I found a problem with "openssl smime -rand filename". If I specify a randfile then this file is not updated by apps/smime.c. The program calls app_RAND_write_file with a NULL pointer even if a randfile was specified. The result is that app_RAND_write_file in apps/app_rand.c tr

Re: openssl smime -rand

2004-02-13 Thread Lutz Jaenicke
On Thu, Feb 12, 2004 at 12:19:44PM +0100, Michael Bell wrote: > Hi, > > I found a problem with "openssl smime -rand filename". If I specify a > randfile then this file is not updated by apps/smime.c. The program > calls app_RAND_write_file with a NULL pointer even if a

Re: openssl smime -rand

2004-02-15 Thread Michael Bell
Lutz Jaenicke wrote: On Thu, Feb 12, 2004 at 12:19:44PM +0100, Michael Bell wrote: Hi, I found a problem with "openssl smime -rand filename". If I specify a randfile then this file is not updated by apps/smime.c. The program calls app_RAND_write_file with a NULL pointer even if a ra