summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Secure_Invocation/README
blob: 9f2845b2f3af6345813a2b411abf80e3f4ff841c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This test verifies that the ORB's secure invocation mechanism is
functioning properly.  It does so by the doing the following:

- Invoking a request over standard (insecure) IIOP on a target
  object that requires secure invocation (e.g. over SSLIOP).
  The client should receive a CORBA::NO_PERMISSION exception.

- Invoking a request via a security mechanism, such as
  SSLIOP.  The AccessId associated with the given request is
  obtained from the SecurityCurrent object, and displayed.

The expected test output is the following (actual "certificate issuer"
contents may differ):

Activated as <IOR:...>
(1768|1628) Received CORBA::NO_PERMISSION from server, as expected.

ClientCredentials ID
====================
X509: 06

Event loop finished.

Secure_Invocation test passed.