Pradeep Parashara wrote:

Emmanuel Lécharny wrote:
Le 5/23/12 1:02 PM, Pradeep Parashara a écrit :
> Hi DevTeam,
>
> I need support on SSL communication between MINA and a C++ program. In C++

> program we are using openssl for ssl communication with MINA.
>
> Basically in C++ we tested the application by creating a server and
client,
> which has a functionality of exchanging the certificates and verifying at
> both sides.
>
>
>     - Do we have that feasibility in MINA ?

>>Keep in mind that MINA is *just* a NIO framework. There is no reason you
can't code your server using MINA, as soon as you undterstand what is NIO.

Our C++ programs are already build on socket communication and now we are
trying to upgrade it to SSL.
These C++ applications will send stream of data asynchronously to MINA (I
think NIO framework is non blocking I/O ie., for asynchronous communication
between two programs) and gets the response.
>
>
>     - Is there any implementation for fetching the certificate from client

>     and verifying it before establishing the communication in MINA?
>>Not in MINA scope. This is your application to deal with this
requirement.y

Ok. Does our MINA SSL verifies the clients certificate internally if it is
a mina ssl client ,before exchanging the data ?
>
>
>     - And also we are facing some problems with SSL implementation. Does
our
>     MINA supports SSL communication with C++?
>>This is irrelevant. Whatever langage you use on the client is not MINA
problem.

I am not questioning about MINA problem ,my question is does our MINA
supports SSL communication with C++ programs apart from java clients or
MINA SSL client?

-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com
«  [hide part of
quote<http://old.nabble.com/forum/ViewPost.jtp?post=33896242&framed=y#>
]

-- 
Regards,
Pradeep

Reply via email to