[openssl-users] error making Private RSA

Salz, Rich rsalz at akamai.com
Tue Mar 7 22:39:29 UTC 2017


> > My source can be viewed at: mt-umunhum-wireless.net/Sources/rsa/rsa.c

Gives a 403.

> > My main guess is that your allocation for the PEM buffer is too small
> > -- is key/key_len pointing to a static buffer?
> 
>  It points to a char string

Not sure what that means.  Please post your code here.  It should be something like
	char key[2048];
	int keylen = sizeof key;
 


More information about the openssl-users mailing list