#include <stdio.h>
#include <stdlib.h>
#include <memory>
#include "cconsolestream.h"
using namespace P6R;
namespace {
class CKmipExample8
{
public:
CKmipExample8()
: m_port(0), m_compatMask(0), m_pHostName(NULL)
{ }
~CKmipExample8()
{
if (NULL != m_pHostName) m_cpStr->wstrfree( m_pHostName );
if (NULL != m_cpStoreInit) m_cpStoreInit->close();
}
protected:
};
{
{
{
{
}
}
}
return err;
}
{
}
return err;
}
{
if (NULL == pwszFilename) return eInvalidArg;
{
{
{
{
{
if ( pBuffer )
{
{
{
keyBuffer.
length = cBytesRead;
err = createPKCS8Key( keyBuffer, keySize, ppNewKey );
}
}
}
else err = eIoError;
delete [] pBuffer;
}
else err = eNoMemory;
}
else {
err = eTooSmall;
}
}
}
}
return err;
}
{
*ppGenKeys = NULL;
{
{
}
}
return err;
}
{
*ppIface = NULL;
{
{
(*ppIface)->release();
*ppIface = NULL;
}
}
return err;
}
{
if (
P6FAILED( err = m_cpStr->wstrlcat( confPath,
P6CNTOF(confPath), pFilePath, NULL )))
return err;
{
{
err = pKeystore->
setCertificate( pNamespace, szHash, cpNewCert, NULL );
}
}
return err;
}
{
if (
P6FAILED( err = m_cpStr->wstrlcat( confPath,
P6CNTOF(confPath), pFilePath, NULL )))
return err;
{
err = pKeystore->
setCertificate( pNamespace, pName, cpNewCert, NULL );
}
return err;
}
{
if (
P6FAILED( err = m_cpStr->wstrlcat( confPath,
P6CNTOF(confPath), pFilePath, NULL )))
return err;
{
err = pKeystore->
setKey( pNamespace, pName, cpNewKey, NULL, 0, NULL );
}
return err;
}
{
*ppInit = NULL;
*ppKeystore = NULL;
{
if (NULL != (*ppKeystore)) (*ppKeystore)->release();
(*ppKeystore) = NULL;
(*ppInit)->release();
(*ppInit) = NULL;
return err;
}
if (
P6FAILED( err = (*ppInit)->openSigned( NULL, pKeystoreName )))
{
if (NULL != (*ppKeystore)) (*ppKeystore)->release();
(*ppKeystore) = NULL;
(*ppInit)->release();
(*ppInit) = NULL;
return err;
}
if (
P6FAILED( err = saveRootCertInStore( (*ppKeystore),
P6TEXT(
"p6r.trustedroot"), rootPEM )))
return err;
if (
P6FAILED( err = saveClientCertInStore( (*ppKeystore),
P6TEXT(
"p6r.clientauth"), m_pHostName, certPEM )))
return err;
if (
P6FAILED( err = savePrivKeyInStore( (*ppKeystore),
P6TEXT(
"p6r.clientauth"), m_pHostName, privPEM, privSize )))
return err;
return eOk;
}
{
{
{
{
}
}
}
}
return err;
}
{
if (
P6FAILED( err = getRNG( m_cpRandom.addressof())))
return err;
m_port = 5696;
m_compatMask = 0;
if (
P6FAILED( err = m_cpStr->wstrdup(
P6TEXT(
"fqdn.com"), &m_pHostName )))
return err;
{
}
}
if (
P6SUCCEEDED( err )) err = m_cpCrypto->setKey( cpKey );
if (
P6FAILED( err = m_cpStr->wstrlcat( dbPath,
P6CNTOF(dbPath),
P6TEXT(
"/db/KMIP12_keystore"), NULL )))
return err;
if (
P6FAILED( err = m_cpStr->wstrlcat( dbPath,
P6CNTOF(dbPath),
P6TEXT(
"/db/KMIP12_keystore.sig"), NULL )))
return err;
return createKeystore(
P6TEXT(
"KMIP12_keystore"),
P6TEXT(
"RootCert.pem"),
P6TEXT(
"ClientCert.pem"),
P6TEXT(
"ClientPrivate.pem"), 2048, m_cpStoreInit.addressof(), m_cpKeystore.addressof());
}
{
return eOk;
}
{
if (
P6FAILED( err = pClient->
setSSLOptions( NULL, (P6SSF_METHOD_TLS1 | P6SSF_SECURE_CLIENT | P6SSF_SECURE_CLIENT_AUTH | P6SSF_LOG_X509SUBJECTLOOKUPS | P6SSF_VRFY_DISABLEHOSTMATCH))))
return err;
return pClient->
open( m_pHostName, m_port, (bWithCredentials ? &credential : NULL));
}
{
err = pEnum->
next( &buffer );
{
if (NULL == (pGUID =
new (std::nothrow)
P6CHAR[buffer.
length + 2]))
return eNoMemory;
pGUID[0] = 0;
}
else err = eFail;
return err;
}
{
if (NULL != pUniqueId)
{
if (
P6FAILED( err = extractUniqueId( pUniqueId, &enumStr )))
return P6FALSE;
if (enumStr.
length ==
id.length)
{
err = m_cpStr->strcmp( enumStr.
pString,
id.pString,
id.length, &match );
}
}
return (0 == match);
}
{
{
err = pClient->
destroyObject( objectId, NULL, &pUniqueId, &resultCodes );
printf("\ncall to destroyObject has failed %x\n", err );
}
printf("\nKMIP server returned an error - destroy object\n");
}
if (NULL != pUniqueId)
{
bMatch = isEqualId( pUniqueId, objectId );
if (!bMatch) {
printf("\nKMIP server to destroy object with wrong object uniqueId\n");
}
if (bFree)
delete [] objectId.
pString;
}
}
return err;
}
{
*pKey = NULL;
err = pClient->
getObject( getParams, &managedObj, &resultCodes );
printf("\ncall to getObject has failed %x\n", err );
return err;
}
printf("\nKMIP server returned an error - get object\n");
return eFail;
}
{
bMatch = isEqualId( managedObj.
pUniqueId, keyId );
pubOrPriv = managedObj.
type;
switch ( pubOrPriv ) {
break;
break;
default:
err = eNotImplemented;
break;
}
}
return err;
}
{
setPreferences( &preferences,
P6TEXT(
"TC_81_12"), 0, 0, 0, 0, 60000, 30000, 30000, 120000, 2, 2 );
privateList[0].
index = 0;
privateList[1].
index = 0;
printf("\ncall to createKeyPairObjects has failed %x\n", err );
}
printf("\nKMIP server returned an error\n");
}
err = extractUniqueId( privKey.
pUniqueId, &privId );
}
err = extractUniqueId( pubKey.
pUniqueId, &pubId );
}
{
pUniqueId = NULL;
printf("\ncall to locateObject has failed %x\n", err );
}
printf("\nKMIP server returned an error\n");
}
if (NULL != pUniqueId) {
bMatch = isEqualId( pUniqueId, pubId );
}
}
{
pUniqueId = NULL;
printf("\ncall to locateObject has failed %x\n", err );
}
printf("\nKMIP server returned an error\n");
}
if (NULL != pUniqueId) {
bMatch = isEqualId( pUniqueId, pubId );
}
}
err = getAsymmetricKey( cpClient, pubId, pubOrPriv, &pKey1 );
err = getAsymmetricKey( cpClient, privId, pubOrPriv, &pKey2 );
destroyObject( cpClient, privId,
P6TRUE );
destroyObject( cpClient, pubId,
P6TRUE );
return err;
}
{
CKmipExample8 example;
err = example.run(pDataStream);
}
}
}
int main(int argc,char *argv[])
{
{
{
KMIP_TC_81_12( cpDataStream );
}
else printf("ERROR: Failed to initialize the loader [ %x ]\n", err );
}
else printf( "ERROR: Failed to create CConsoleStream [ %x ]\n", err );
return err;
}