How to use SSL trough SChannel
From: jams (anonymous_at_discussions.microsoft.com)
Date: 11/14/03
- Previous message: Dmitrii Zakharov [MSFT]: "Re: Setting object callback access permissions"
- In reply to: Jamo: "How to use SSL trough SChannel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 13 Nov 2003 20:38:34 -0800
>-----Original Message-----
>Hi,
>
>So I'm trying to create an client that communicates w/
>server using SSL.
>
>In the situation where it will be used, it will be enough
>to use self signed certificates. As it is only needed to
>authenticate one server and one client. And the
>certificates can easily be exchanged. (Still learning
this
>certificate stuff, so might have said this wrong =)...
>
>Anyway, I'm having trouble implementing the SSL Client
>(Server not a problem, implented /w Java), which needs to
>be written in C++. I'm trying to use the SChannel to
>implement the SSL, but it's not good (or it's just me).
>I'm having trouble at getting the example in the msdn to
>work:
> - some trouble with the security.h
>
> - When trying to compile the samle, it says:
>SecPkgContext_NegotiationInfo' : undeclared identifier
>
> - Also complains: 'SEC_I_COMPLETE_NEEDED' : undeclared
>identifier
>
>Whats wrong with it?
>
>Also, anybody have any good links to sites, showing how
to
>use SSL trough SChannel. Or a short code showing SSL
>client would be cool =)...
>
>Thanx...
>.
>
- Previous message: Dmitrii Zakharov [MSFT]: "Re: Setting object callback access permissions"
- In reply to: Jamo: "How to use SSL trough SChannel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|