Re: spkac certificate request details

1999-08-30 Thread Jan Meijer
> 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

Re: spkac certificate request details

1999-08-26 Thread Dr Stephen Henson
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

spkac certificate request details

1999-08-26 Thread Jan Meijer
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