summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Security/Secure_Invocation/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/tests/Security/Secure_Invocation/README')
-rw-r--r--ACE/TAO/orbsvcs/tests/Security/Secure_Invocation/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/tests/Security/Secure_Invocation/README b/ACE/TAO/orbsvcs/tests/Security/Secure_Invocation/README
new file mode 100644
index 00000000000..a4078c896d3
--- /dev/null
+++ b/ACE/TAO/orbsvcs/tests/Security/Secure_Invocation/README
@@ -0,0 +1,28 @@
+#
+# $Id$
+#
+
+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.