x27;s crypto code discussion list
Asunto: Re: Beginner with NSS
Francisco Puentes wrote:
> Being a beginner with NSS, I need help :-(
>
> I am trying to generate a RSA pair of keys with this code:
>
> NSS_Init("./rsa.db");
>
NSS_Init requires a pointer to a dire
Francisco Puentes wrote:
Being a beginner with NSS, I need help :-(
I am trying to generate a RSA pair of keys with this code:
NSS_Init("./rsa.db");
NSS_Init requires a pointer to a directory (which should already exist).
You should check the error code coming back for NSS_Init. It's pr
2 matches
Mail list logo