PEP#: 155
authorkumpf <kumpf>
Fri, 21 May 2004 20:57:00 +0000 (20:57 +0000)
committerkumpf <kumpf>
Fri, 21 May 2004 20:57:00 +0000 (20:57 +0000)
commit818e17d8d9dd8c3d2e1adfa52efe126b1bbef33b
treea0341ae8d17cc6363d38ee0fc648cc925e51776c
parente6ec2dbcce130f4e5b15bf858463022c7c3379db
PEP#: 155
TITLE: HP[Nag] SSL client certificate verification for CIMExport requests

DESCRIPTION: Added SSL client certificate verification support for CIMExport requests received on the new export port. To enable this feature set the config property enableSSLExportClientVerification to true and specify the indication trust store using the config property exportSSLTrustStore. Username password authentication is not done and CIMOperation requests are not processed on the export port.
25 files changed:
src/Pegasus/Common/AuthenticationInfo.h
src/Pegasus/Common/AuthenticationInfoRep.cpp
src/Pegasus/Common/AuthenticationInfoRep.h
src/Pegasus/Common/Constants.h
src/Pegasus/Common/HTTPAcceptor.cpp
src/Pegasus/Common/HTTPAcceptor.h
src/Pegasus/Common/HTTPConnection.cpp
src/Pegasus/Common/HTTPConnection.h
src/Pegasus/Common/HTTPConnector.cpp
src/Pegasus/Common/SSLContext.cpp
src/Pegasus/Common/SSLContextRep.h
src/Pegasus/Common/TLS.cpp
src/Pegasus/Common/TLS.h
src/Pegasus/Config/ConfigManager.cpp
src/Pegasus/Config/FixedPropertyTableHpux.h
src/Pegasus/Config/FixedPropertyTableLinux.h
src/Pegasus/Config/SecurityPropertyOwner.cpp
src/Pegasus/Config/SecurityPropertyOwner.h
src/Pegasus/Listener/CIMListener.cpp
src/Pegasus/Server/CIMServer.cpp
src/Pegasus/Server/CIMServer.h
src/Pegasus/Server/HTTPAuthenticatorDelegator.cpp
src/Pegasus/msg/Server/pegasusServer_en.txt
src/Providers/sample/RT_Indication/RT_IndicationSubscriber/CreateHandlerSSL01.xml
src/Server/cimserver.cpp