From cae42e74905f1ef50edc881e4cfadad8787a498e Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Tue, 6 Dec 2011 13:06:51 +0100 Subject: [orber] Update documentation according to the new handling of SSL options --- lib/orber/doc/src/ch_security.xml | 91 ++++++++------------------------------- 1 file changed, 19 insertions(+), 72 deletions(-) (limited to 'lib/orber/doc/src/ch_security.xml') diff --git a/lib/orber/doc/src/ch_security.xml b/lib/orber/doc/src/ch_security.xml index 938025a629..a25a8a5052 100644 --- a/lib/orber/doc/src/ch_security.xml +++ b/lib/orber/doc/src/ch_security.xml @@ -1,10 +1,10 @@ - +
- 19992009 + 19992011 Ericsson AB. All Rights Reserved. @@ -55,40 +55,15 @@
Configurations when Orber is Used on the Server Side -

The following three configuration variables can be used to configure Orber's SSL - behavior on the server side.

+

There is a variable to conficure Orber's SSL behavior on the server side.

- ssl_server_certfile - which is a path to a file containing a - chain of PEM encoded certificates for the Orber domain as server. - ssl_server_cacertfile - which is a path to a file containing - a chain of PEM encoded certificates for the Orber domain as server. - ssl_server_verify - which specifies type of verification: - 0 = do not verify peer; 1 = verify peer, verify client once, - 2 = verify peer, verify client once, fail if no peer certificate. - The default value is 0. - ssl_server_depth - which specifies verification depth, i.e. - how far in a chain of certificates the verification process shall - proceed before the verification is considered successful. The default - value is 1. - ssl_server_keyfile - which is a path to a file containing a - PEM encoded key for the Orber domain as server. - ssl_server_password - only used if the private keyfile is - password protected. - ssl_server_ciphers - which is string of ciphers as a colon - separated list of ciphers. - ssl_server_cachetimeout - which is the session cache timeout - in seconds. + ssl_server_options - which is a list of options to ssl. + See the SSL application for further + descriptions on these options. -

There also exist a number of API functions for accessing the values of these variables:

+

There also exist an API function for accessing the value of this variable:

- orber:ssl_server_certfile/0 - orber:ssl_server_cacertfile/0 - orber:ssl_server_verify/0 - orber:ssl_server_depth/0 - orber:ssl_server_keyfile/0 - orber:ssl_server_password/0 - orber:ssl_server_ciphers/0 - orber:ssl_server_cachetimeout/0 + orber:ssl_server_options/0
@@ -97,50 +72,22 @@

When the Orber enabled application is the client side in the secure connection the different configurations can be set per client process instead and not for the whole domain as for incoming calls.

-

One can use configuration variables to set default values for the domain but they can be changed - per client process. Below is the list of client configuration variables.

+

There is a variable to set default values for the domain but they can be changed + per client process.

- ssl_client_certfile - which is a path to a file containing a - chain of PEM encoded certificates used in outgoing calls in the current - process. - ssl_client_cacertfile - which is a path to a file containing a - chain of PEM encoded CA certificates used in outgoing calls in the - current process. - ssl_client_verify - which specifies type of verification: - 0 = do not verify peer; 1 = verify peer, verify client once, - 2 = verify peer, verify client once, fail if no peer certificate. - The default value is 0. - ssl_client_depth - which specifies verification depth, i.e. - how far in a chain of certificates the verification process shall proceed - before the verification is considered successful. The default value is 1. - ssl_client_keyfile - which is a path to a file containing a - PEM encoded key when Orber act as client side ORB. - ssl_client_password - only used if the private keyfile is - password protected. - ssl_client_ciphers - which is string of ciphers as a colon - separated list of ciphers. - ssl_client_cachetimeout - which is the session cache timeout - in seconds. + ssl_client_options - which is a list of options to ssl. + See the SSL application for further + descriptions on these options. -

There also exist a number of API functions for accessing and changing the values of this - variables in the client processes.

-

Access functions:

+

There also exist two API functions for accessing and changing the values of this + variable in the client processes.

+

Access function:

- orber:ssl_client_certfile/0 - orber:ssl_client_cacertfile/0 - orber:ssl_client_verify/0 - orber:ssl_client_depth/0 - orber:ssl_client_keyfile/0 - orber:ssl_client_password/0 - orber:ssl_client_ciphers/0 - orber:ssl_client_cachetimeout/0 + orber:ssl_client_options/0 -

Modify functions:

+

Modify function:

- orber:set_ssl_client_certfile/1 - orber:set_ssl_client_cacertfile/1 - orber:set_ssl_client_verify/1 - orber:set_ssl_client_depth/1 + orber:set_ssl_client_options/1 -- cgit v1.2.3