I have an application written in Perl that uses the openssl executable,
and it works with version 0.96g but fails with version 0.97d. This
failure also occurs when executed from the command line.
The failure received is a segmentation fault from the following command:
openssl smime -encrypt
Hi Steve,
> Received: from celocom.com Tue, 8 Jun 1999 20:57:29 +
> [...]
>
> 3. Do something evil with the cb parameter...
looks like the easy way to go, although quite unelegant.
> EVP_PKEY *PEM_read_PrivateKey(FILE *fp,EVP_PKEY **x, void *x);
>
> This has a companion "default callback"