Re: ISAPI filter v SSL programming issue
From: Alexey Lyashenko (allsoft@ukr.net)
Date: 01/31/03
- Next message: Karl G. Johnson: "The error code returned from the cryptographic module is 0x80090016."
- Previous message: Kevin Johnson: "Re: ISAPI filter v SSL programming issue"
- In reply to: 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:53:26 -0800
Thanks Kevin
>-----Original Message-----
>microsoft.public.platformsdk.internet.server.isapi-dev is
the place to go.
>
>"Alexey Lyashenko" <allsoft@ukr.net> wrote in message
>news:034c01c2c931$369bb5f0$cef82ecf@TK2MSFTNGXA08...
>> 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: Karl G. Johnson: "The error code returned from the cryptographic module is 0x80090016."
- Previous message: Kevin Johnson: "Re: ISAPI filter v SSL programming issue"
- In reply to: Kevin Johnson: "Re: ISAPI filter v SSL programming issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|