Re: SSL key size (Encryption strength)

2001-07-08 Thread Kevin Miller
iated. I've searched MSDN (we are using IIS4.0) but haven't found anything useful. >From: "Kevin Miller" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Re: SSL key size (Encryption strength) >Date: Fri, 06 Jul 2001 12:1

RE: SSL key size (Encryption strength)

2001-07-06 Thread Marlon Moyer
could you just use CGI.HTTPS_KEYSIZE? Marlon -Original Message- From: David Berger [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 11:57 AM To: CF-Talk Subject: SSL key size (Encryption strength) Has anybody written or know of a way to determine the client browser's SSL encryp

Re: SSL key size (Encryption strength)

2001-07-06 Thread Kevin Miller
IIS defines a CGI variable that specifies whether or not high encryption is used. As a fun exercise, I interated through the CGI structure and keep a copy for reference. There is a lot of good info captured and provided "automagically". I would imagine that other web servers act similarly.