diff --git a/barbican/plugin/crypto/pkcs11.py b/barbican/plugin/crypto/pkcs11.py index 4775b10cd..dbe4289be 100644 --- a/barbican/plugin/crypto/pkcs11.py +++ b/barbican/plugin/crypto/pkcs11.py @@ -142,7 +142,7 @@ CKM_AES_KEY_WRAP = 0x1090 CKM_GENERIC_SECRET_KEY_GEN = 0x350 VENDOR_SAFENET_CKM_AES_GCM = 0x8000011c -# Thales Vendor-defined Mechanisms +# nCipher Vendor-defined Mechanisms CKM_NC_SHA256_HMAC_KEY_GEN = 0xDE436997 _ENCRYPTION_MECHANISMS = { diff --git a/doc/source/install/barbican-backend.rst b/doc/source/install/barbican-backend.rst index 3550f9219..fc83c2f6c 100644 --- a/doc/source/install/barbican-backend.rst +++ b/doc/source/install/barbican-backend.rst @@ -125,10 +125,10 @@ The PKCS#11 plugin configuration looks like: # Max number of items in pkek cache # pkek_cache_limit = 100 -Thales -++++++ +nCipher ++++++++ -For a Thales NetHSM, the plugin configuration looks like: +For a nCipher nShield Connect XC, the plugin configuration looks like: .. code-block:: ini