about IceSSL

in Help Center
why is IceSSL unavailable for Java?
will you plan to implement IceSLL for Java,recently?
If i implement IceSLL for Java by myself,can you give me some advices
and what should i do?
will you plan to implement IceSLL for Java,recently?
If i implement IceSLL for Java by myself,can you give me some advices
and what should i do?
0
Comments
Doing this yourself is possible, but I wouldn't recommend it. It's quite an involved job that affects many parts of the Ice core. If you want to go ahead, you can look at Ice for C++ for inspiration. But be prepared to have to put a lot of effort into this.
Cheers,
Michi.
Michi.when will your icessl for java be available?
Doing this yourself is possible, but I wouldn't recommend it. It's quite an involved job that affects many parts of the Ice core. If you want to go ahead, Michi.you can look at Ice for C++ for inspiration. But be prepared to have to put a lot of effort into this.
Michi.I'd like to look into icessl for c++, are there any documents about it? Furthuremore, more details about Ice achitecture?
I'm sorry, I can't give you a date for this just now. We may get this into the next release of Ice, but we don't have a date as yet. The general time frame will be "a few months".
No, I'm sorry. You can look at the SSL documentation in the book, and at the source code; there aren't any other documents about the architecture.
Cheers,
Michi.
can you tell me ,how to use openssl in ice?
use dll by call openssl's api funcations?
how is openssl integated in ice?
thank you !
???
I think that jsse is available in j2sdk 1.4 together with Sun provider.....
Your plan is that ice for Java can use SSL only with Java 1.5 ?
Guido.
http://www.zeroc.com/vbulletin/showthread.php?threadid=846
openssl is used by Icessl,
how is openssl is used in Icessl,
use dll by call openssl's API?
i want to know some technical details.
i am a student,i want to analyze it for inspiration