| Skip Navigation Links | |
| Exit Print View | |
![]() | man pages section 3: Library Interfaces and Headers Oracle Solaris 11 Information Library |
Library Interfaces and Headers
SMHBA_GetAdapterAttributes(3LIB)
SMHBA_GetAdapterPortAttributes(3LIB)
SMHBA_GetBindingCapability(3LIB)
SMHBA_GetDiscoveredPortAttributes(3LIB)
SMHBA_GetFCPhyAttributes(3LIB)
SMHBA_GetPersistentBinding(3LIB)
SMHBA_GetPortAttributesByWWN(3LIB)
SMHBA_GetProtocolStatistics(3LIB)
SMHBA_GetSASPhyAttributes(3LIB)
SMHBA_GetVendorLibraryAttributes(3LIB)
SMHBA_GetWrapperLibraryAttributes(3LIB)
SMHBA_RegisterForAdapterAddEvents(3LIB)
SMHBA_RegisterForAdapterEvents(3LIB)
SMHBA_RegisterForAdapterPhyStatEvents(3LIB)
SMHBA_RegisterForAdapterPortEvents(3LIB)
SMHBA_RegisterForAdapterPortStatEvents(3LIB)
SMHBA_RegisterForTargetEvents(3LIB)
SMHBA_RemoveAllPersistentBindings(3LIB)
SMHBA_RemovePersistentBinding(3LIB)
- Key Management Framework library
cc [flag... ]file...-lkmf [library... ]#include <kmfapi.h>
These functions comprise the Key Management Framework (KMF) library. They are intendedto be used by applications that need to perform operations involving thecreation and management of public key objects such as public/private key pairs,certificates, certificate signing requests, certificate validation, certificate revocation lists, and OCSP response processing.
KMF provides a means to map a certificate to a name accordingto the configuration from the policy database or through the mapping initializationfunction. The functions that provide the mapping functionality arekmf_cert_to_name_mapping_initialize(),kmf_cert_to_name_mapping_finalize(),kmf_map_cert_to_name(),kmf_match_cert_to_name(), andkmf_get_mapper_error_str(). KMF provides different types of mapping through shared objectscalled mappers. Supported mappers are:
The CN mapper maps a certificate to its value from the Common Name attribute. All other certificate attributes are ignored. The mapper should be used in domains where the Common Name values are unique within the particular domain.
The mapper accepts only one option, the “case-sensitive” option which defaults to false. If set, thekmf_match_cert_to_name() function will honor the case sensitivity when comparing the mapped name with the name provided. The option has no effect on thekmf_map_cert_to_name() function.
The shared objectlibkmf.so.1 provides the public interfaces defined below. SeeIntro(3)for additional information on shared object interfaces.
|
Example 1 Configuring the certificate to name mapping.
The following example configures the default certificate to name mapping touse the CN mapper while ignoring the case sensitivity when matching thecertificates.
$ kmfcfg modify policy=default mapper-name=cn \ mapper-options=casesensitive
shared object
64-bit shared object
KMF function definitions
KMF structures and types.
Seeattributes(5) for descriptions of the following attributes:
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.Legal Notices | ![]() ![]() |