Wed, Jan 11, 2006, Nagaraj Shyam wrote:
> Hi,
>
>
>
> I am trying to print a rsa key and RSA_print_fp(stdout, key.rsa, 0)
> throws an exception.
>
> Heap seems to be corrupted. I am turning CRYPTO_MEM_CHECK_ON before
> invoking the
>
> RSA_print_fp (). Th
Hi,
I am trying to print a rsa key and RSA_print_fp(stdout,
key.rsa, 0) throws an exception.
Heap seems to be corrupted. I am turning
CRYPTO_MEM_CHECK_ON before invoking the
RSA_print_fp (). The heap gets corrupted by the time
BIO_printf () is invoked in RSA_print_fp ().
The s