RE: Socket with ssl support
From: Ajith Kumar (AjithKumar_at_discussions.microsoft.com)
Date: 01/19/05
- Next message: David Cross [MS]: "Re: CAPI - Help in certificate path validation"
- Previous message: Ajith Kumar: "RE: Socket with ssl support"
- In reply to: George: "RE: Socket with ssl support"
- Next in thread: Alun Jones [MSFT]: "Re: Socket with ssl support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 19 Jan 2005 04:27:01 -0800
You can read about "WinHTTP" in MSDN
"George" wrote:
> Thanks.
>
> Is there any solution windows native? Is it possible to do the same thing
> using the windows security API or not?
>
> If not, then, you mean that OpenSSL has some API to which you pass the
> socket creacted with winsock and it should work?
>
> If you have any reference please let me know.
>
>
> TA.
>
> "=?Utf-8?B?QWppdGggS3VtYXI=?=" <AjithKumar@discussions.microsoft.com>
> wrote in news:F808D3C8-75BA-40DB-9F82-2365582B61DD@microsoft.com:
>
> >
> > George,
> >
> > In order to use SSL, first you need "normal TCP socket connection" ,
> > then pass this socket to your SSL library, it will do the rest.There
> > are SSL libraries avialable like openssl(it is free) .
> >
> > Ajith.
> >
> > "George" wrote:
> >
> >> Hi all.
> >>
> >> Is it possible to open a socket and establish an ssl connection for
> >> encripting the communication? The socket is a normal TCP socket and
> >> I'm sending customized data (not HTTP or any other protocol).
> >>
> >> I've read that there is something called SSPI for doing that kind of
> >> stuff, but I prefer to do it using ssl.
> >>
> >> Any help is welcomed.
> >>
> >> TA
> >>
>
>
>
> --
> Saludos a todos
> #
> # Contra el terrorismo
> #
>
- Next message: David Cross [MS]: "Re: CAPI - Help in certificate path validation"
- Previous message: Ajith Kumar: "RE: Socket with ssl support"
- In reply to: George: "RE: Socket with ssl support"
- Next in thread: Alun Jones [MSFT]: "Re: Socket with ssl support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|