"Ignacio J. Ortega" wrote:
>
> > SPEC 2.3 : SRV.4.7 SSL Attributes
> >
> > Nota: the key size and cipher suite used are not allways
> > available in web-server (IIS for example)
> >
> >
>
> Regard keysize in IIS, Please check this page below and point me to what
> is key_size for 2.3 spec?, HTTPS_KEYSIZE or HTTPS_SECRETKEYSIZE ?
HTTPS_KEYSIZE?
> neither ?
>
> <http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmag0
> 0/html/websecure2figs.asp>
>
> And i think cipher suite is near too.., i will try to check some code
> soon ( to isapiredirector in j-t-c of course ) , whenever i figure out
> how hell i can configure IIS and IE to use client certificates, :)
>
> I've tried to put the IIS beast to work with CC, but i dont get the CC
> installed on IE accepted by IIS, if i configure IIS to require a CC to
> connect it keeps me sending 403.7 status, "client certificate required",
> of course i have what seems to be a certificate installed on IE, any
> help with that configuration will be great.., i'm stucked ..
>
> Cipher suite seems to be stored in the CERT_CONTEXT_EX, pased on with
> the certificate bytes.., but i cant test is not easy to be sure ..
>
> Saludos ,
> Ignacio J. Ortega