Chapter 5 Security Configuration
Security profiles define the security characteristics of a client-Jaguar session. You assign a security profile to a listener, which is a port that accepts client connection requests of various protocols. A Jaguar server can support multiple listeners. Clients that support the same characteristics can communicate to Jaguar via the port defined in the listener.
Each security profile has an associated security characteristic. A security characteristic is a name that has a set of CipherSuites associated with it. A security characteristic, along with the CipherSuites, defines these characteristics of a client/server connection:
For example, the CipherSuite SSL_RSA_WITH_NULL_MD5 can be interpreted as:
SSL - the protocol used. All profiles use SSL.
RSA - the key exchange algorithm used.
NULL - no encryption.
MD5 - the hash method used to compute the message digest.
Table 5-3 and Table 5-4 clarify the relationship between CipherSuite terminology and security characteristics.
Browsers do not support anonymous CipherSuites.
There are four categories of security characteristics:
Table 5-4 lists the name, the level of authentication, and the supported CipherSuites for each security characteristic.
This section describes how to create, modify, and delete a security profile. All of the configuration tasks require you to first access the Security Profiles folder. To do this, highlight the Security Profiles folder from Jaguar Manager.
See Table 5-5 when creating, modifying, or deleting a security profile.
To create a new security profile:
The new security profile now appears on the right side of the window when the Security Profiles folder on the left side of the window is highlighted.
To modify an existing security profile:
To delete a security profile:
Property |
Description |
Comments/example |
---|---|---|
Name |
The name you give to the security profile. |
|
Description |
A description of the security profile. |
|
Use Entrust |
Select this check box to use an Entrust ID instead of a certificate contained in the Sybase PKCS #11 token. |
Selecting this check box prevents access to the certificates contained in the Sybase token. |
Security Characteristic |
Select a name from the drop-down list of predefined security characteristics to use for this profile. |
See Table 5-4 for a description of security characteristics and the CipherSuites they support. |
Description |
A description of the selected security characteristic. |
Each security characteristic comes with a description of its features. |
Sybase PKCS #11 Token Certificate Label |
From the drop-down list, enter the certificate label you want to use for this security profile. If you have not provided the PIN for the Sybase PKCS #11 token, you will be prompted for one. This is the same PIN that you enter to access Security Manager. |
If you are using an Entrust ID and click the Use Entrust check box, this property does not appear. See "Certificate management" for more information on certificates. |
SSL Cache Size |
Specifies the number of entries in SSL session cache maintained by the server. The default cache size is 30. |
SSL reuses the previously negotiated security session parameters in a number of short-lived connections, which results in a relatively large performance gain over setting up completely new security sessions for each connection. When a security session is reused, clients avoid a CPU-intensive encryption of the premaster-secret using the server's public key. Similarly, servers avoid a CPU-intensive decryption of the premaster-secret using its private key. By configuring these parameters, you can control SSL caching on the server side. |
SSL Session Share |
Specifies the number of concurrent users (sessions) that can simultaneously use the same session entry (ID) in the session cache. The default session share size is 10. |
|
SSL Session Linger |
Specifies the duration for which a session entry is kept in the SSL session cache after the last SSL session using this session ID was closed. The default session linger is eight hours. |
|
Set Defaults |
Select the Set Defaults check box to restore all of the advanced settings to their default levels. |
|
Specify the Entrust INI File |
Enter the complete path to the Entrust initialization file. |
You can also use the browse feature to locate this file. For example, on Windows NT: %SystemRoot%\entrust.ini |
Entrust User Profile |
Enter the complete path to the Entrust user profile file. |
You can also use the browse feature to locate this file. There is no default. |
Entrust Password |
The password to the Entrust login for this Entrust user profile. |
|
Allow non-Entrust client |
Click this check box to allow non-Entrust clients to connect to listeners that use an Entrust ID. |
|
Copyright © 2000 Sybase, Inc. All rights reserved. |
![]() |