ISAPI filter v SSL programming issue
From: Alexey Lyashenko (allsoft@ukr.net)
Date: 01/31/03
- Next message: George J: "Thanks Karl..."
- Previous message: Karl Levinson [x y] mvp: "Re: IISSecurity"
- Next in thread: Kevin Johnson: "Re: ISAPI filter v SSL programming issue"
- Reply: Kevin Johnson: "Re: ISAPI filter v SSL programming issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Alexey Lyashenko" <allsoft@ukr.net> Date: Fri, 31 Jan 2003 06:01:12 -0800
Hi everybody
This question is actually for programmers - so if
inapropriate here please suggest related newsgroup.
We are developing ISAPI filter that must query some SSL
info from IIS, namely session cipher-suite (or just cipher)
value. The problem is that we are unable to get that value
using any of the documented APIs - server variables and
ServerSupportFunction.
We have discovered one such way - getting cipher code from
raw data when our filter is placed first in the list of
filter execution order - just before sspifilt.dll that
presumably handles all SLL coding job.
The problem is that placed first our filter will never
catch decoded raw data (while serving SSL requests) which
is also vital for its other functions.
We asked Microsoft on that issue (we also have Apache
webserver that does all that stuff) - but they never
answered.
If anybody has suggestions - we will appreciate them very
much.
Your sincerely
Alexey Lyashenko
- Next message: George J: "Thanks Karl..."
- Previous message: Karl Levinson [x y] mvp: "Re: IISSecurity"
- Next in thread: Kevin Johnson: "Re: ISAPI filter v SSL programming issue"
- Reply: Kevin Johnson: "Re: ISAPI filter v SSL programming issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|