Discussion:
[omniORB] Kerberos authenticated transport...
Jiva DeVoe
2006-07-07 01:51:36 UTC
Permalink
I have the following requirements for a project I am working on with
CORBA and omniORB:

1. my calls to my servants must be encrypted end to end
2. my callers must be authenticated (preferably using kerberos, but
willing to evaluate other options if they are provide signifigant
benefits).

I see that omniORB supports using openssl as a transport mechanism.
I think that this would solve my first requirement, but I don't think
it would solve my second requirement. In other words, though it
provides an encrypted connection that is secure between a given set
of peers, it would *not* enable me to authenticate a given user or
process on one of those peers.

So my questions then are these:

A. is my understanding of the above correct?
B. are there any design patterns using corba that I can use to solve
these requirements, keeping in mind, I don't even want the calls
themselves to be unencrypted (so at the least, some transport level
encryption is required.)
C. Are there any projects that plan to add kerberos authentication
and encryption at a transport level to omniORB?
D. is there any documentation available on adding transports to
omniORB, if I decide to go that route and do it myself?
E. is there any reason I wouldn't want to do this?

Thanks!
Renzo Tomaselli
2006-07-07 14:02:16 UTC
Permalink
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20060707/52f4da4c/attachment.htm
jorgefm at cirsa.com ()
2007-04-27 14:28:24 UTC
Permalink
Hello,

I'm trying to port my application to run in a Win32 enviroment. I've been
developing under
linux with gcc. In Win32 I'm using eclipse with cygwin and I would like to
know if anybody have
configured the omniORB to build under this target. Or maybe the Visual C++
libs and DLL
are ok to compile under cygwin ?

Any comment is welcome!

Best regards,
Jorge
Duncan Grisby
2007-04-29 21:27:49 UTC
Permalink
Post by jorgefm at cirsa.com ()
I'm trying to port my application to run in a Win32 enviroment. I've
been developing under linux with gcc. In Win32 I'm using eclipse with
cygwin and I would like to know if anybody have configured the omniORB
to build under this target. Or maybe the Visual C++ libs and DLL are
ok to compile under cygwin ?
omniORB 4.1.0 works fine under cygwin if you use the normal configure
script. The version compiled with Visual C++ definitely won't work since
the C++ ABIs are completely different.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...