This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Re: SSL (HTTPS) support for ecos


Hi Alperen,

Look at the example code for s_server (s_server.c if memory serves) in the
/apps directory of OpenSSL.  It's a bit confusing at first.

You need a server side certificate in order to facilitate connections.  There
are some scripts in there that will help you generate the certs.

I would suggest getting your login server going on a PC first and then
porting to eCos.

--Chris

-----Original Message-----
From: ecos-discuss-owner@ecos.sourceware.org
[mailto:ecos-discuss-owner@ecos.sourceware.org] On Behalf Of Alperen Coskun
Sent: 20 October 2007 10:12
To: ecos-discuss@ecos.sourceware.org
Subject: [ECOS] Re: SSL (HTTPS) support for ecos


Hi all,

I still couldn't find an example of secure login of openssl. Do I have to
create a certificate first, or using c functions in openssl library is
enough? A brief example is enough for me..

I will be very pleased if anyone could help me...
Regards
Alperen



Thanks for your quick reply.

I add that package to my .ecc file. But, the only place I want to use openssl
is in secure login operation. I want nobody to see the login information
(username and password) from the network line.

Is there any brief example about openssl which can help me to implement this?
(Because there are a lot of source codes in openssl package...)

Regards

> Date: Mon, 8 Oct 2007 15:07:03 -0300
> From: toledo.tales@gmail.com
> To: a_a_coskunoc@hotmail.com
> Subject: Re: [ECOS] SSL (HTTPS) support for ecos
> CC: ecos-discuss@ecos.sourceware.org
>
> Hi Alperen
>
> take a look at openssl-1.9.6b.epk package as start point.
>
> TT.
>
> On 10/8/07, Alperen Coskun  wrote:
>> Hi all,
>>
>> Does Ecos support SSLv3 (https)? Did anyone tried anything about this?
>> I have a web user interface and want to use SSl support to provide a
secure
>> login when user enters his/her password.

_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces.
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&m
kt=en-us

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]