RSA BSAFE SSL-C

Security protocol components for C

Search

SSL Information Types

This section lists the information types that are part of an SSL object. The following table details the data types to pass into value when calling SSL_get_info().

Identifier Value Data Type
SSL_INFO_R_LIB_CTX R_LIB_CTX **
SSL_INFO_FIPS140_MODE int *

The following table details the data types to pass into value when calling SSL_set_info().

Identifier Value Data Type
SSL_INFO_R_LIB_CTX R_LIB_CTX *
SSL_INFO_FIPS140_MODE int *


Defines

#define SSL_INFO_R_LIB_CTX
 Indicates the reference to the library context R_LIB_CTX in the SSL object. More...

#define SSL_INFO_FIPS140_MODE
  Indicates the reference to the cryptographic data in the SSL object. More...


Typedefs

typedef struct ssl_cipher_st SSL_CIPHER
 Indicates the type definition for the SSL_CIPHER structure. More...


Define Documentation

#define SSL_INFO_FIPS140_MODE
 

Indicates the reference to the cryptographic data in the SSL object. The following table details the usage of this identifier.

Function Value Data Type Description
SSL_set_info() int * Sets the FIPS 140 mode against the SSL structure.

#define SSL_INFO_R_LIB_CTX
 

Indicates the reference to the library context R_LIB_CTX in the SSL object. The following table details the usage of this identifier.

Function Value Data Type Description
SSL_set_info() R_LIB_CTX * Sets the library context reference against the SSL structure.


Typedef Documentation

typedef struct ssl_cipher_st SSL_CIPHER
 

Indicates the type definition for the SSL_CIPHER structure. This structure holds information on ciphers used.


Copyright (c) 1999-2004 RSA Security Inc. All rights reserved. 050-001001-2600-000-000 - 2.6