> Have a look at how apps/ca.c does this. Theres some stuff in the
> function certify_spkac() that handles this at around line 1993, then you
> get to the part that retrieves the public key in line 2053. Once you've
> got the EVP_PKEY structure you can then get the keylength and algorithm
> from
Jan Meijer wrote:
>
> Hi,
>
> I'm currently working on implementing openssl as a production CA (for the
> SURFnet office certification authority, SURFnet is the Dutch research net.).
>
> We want to implement the verification procedures around the technical signing
> procedures, and now I stumbl
Hi,
I'm currently working on implementing openssl as a production CA (for the
SURFnet office certification authority, SURFnet is the Dutch research net.).
We want to implement the verification procedures around the technical signing
procedures, and now I stumbled into a slight problem. I cann