⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用于网络游戏医学图像网关的高qos要求.更详细的内容可阅读相应的材料
💻
字号:
README,v 1.3 2001/03/30 03:20:40 doccvs Exp

* README *

	This test checks if the SecurityLevel 1 is working
correctly. The Security Level1 has only one method
'get_attributes'. In this test, when a client wants to access the
server, the server checks if the client is authorized to do so by
getting its attributes using the get_attributes method. It then compares
those attribute values with its own set of values and makes a decision.

	The server and client certificates and private keys are
provided. The Certificate Authority's certificate is ca.pem.

To Run Manually:

1. Set the Environment Variable SSL_CERT_FILE to ca.pem

 $ export SSL_CERT_FILE=ca.pem

2. Set SSL_CERT_DIR to this directory.

 $ export SSL_CERT_DIR=$PWD

3. Start the server

$ ./server -ORBSvcConf server.conf -o ior_file &

4  Run the client
$ ./client -ORBSvcConf client.conf -k file://ior_file

The Password is 'trial' for both the certificates.

	The client should print out 'AUTHORIZED' if the subject of the
client certificate matches that of the dummy certificate created by
the server.

	Could also be run using the perl script provided.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -