Re: SSPI / SCHANNEL ( SSL ) and Thread Safety.
From: Mark M. (mark_NOSPAM_mullane_at_hotmail.com)
Date: 11/25/03
- Next message: Nilesh Padbidri: "Re: SSPI / SCHANNEL ( SSL ) and Thread Safety."
- Previous message: Mark M.: "Re: SSPI / SCHANNEL ( SSL ) and Thread Safety."
- In reply to: Nilesh Padbidri: "SSPI / SCHANNEL ( SSL ) and Thread Safety."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 25 Nov 2003 13:23:18 -0000
Ah - found it:
This was discussed in this newsgroup before: do a search for:
"EncryptMessage (Schannel) and multiple threads "
The bottom line is:
You cannot call EncryptMessage with the same context from 2 threads
simultaneously,
You cannot call Decrypt Message with the same context from 2 threads
simultaneously,
You CAN call EncryptMessage simultanseously with DecryptMessage with the
same context.
So you are probably OK ...... ;)
Mark
"Nilesh Padbidri" <nileshp@cybage.com> wrote in message
news:O0c4430sDHA.2508@TK2MSFTNGP12.phx.gbl...
> Hi EB,
>
> I am using SSPI / SCHANNEL for SSL encryption & decryption and wanted to
> know if it is thread safe.
>
> For Ex : Can I call EncryptMessage / DecryptMessage APIs at the same time
on
> the SAME CONTEXT from diffrent threads.
>
> Thanks in advance,
> Nilesh Padbidri
>
>
- Next message: Nilesh Padbidri: "Re: SSPI / SCHANNEL ( SSL ) and Thread Safety."
- Previous message: Mark M.: "Re: SSPI / SCHANNEL ( SSL ) and Thread Safety."
- In reply to: Nilesh Padbidri: "SSPI / SCHANNEL ( SSL ) and Thread Safety."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]