RPC: Message-Based Encryption and Signing Functions: pParameter
can be "either an input or an output parameter"
#613
Labels
pParameter
can be "either an input or an output parameter"
#613
According to 5.9.3 C_EncryptMessageBegin:
From the above description,
pParameter
can be either an input or an output.However, the RPC Server seems to only process the parameter as an input (in between
BEGIN_CALL
andPROCESS_CALL
), not as an output (in betweenPROCESS_CALL
andEND_CALL
).Similar issues affect the other message-based encryption and message-based signing functions that involve a
pParameter
.The issues only apply to message-based encryption and message-based signing, not message-based decryption and message-based verifying.
According to 5.11.3 C_DecryptMessageBegin:
The text was updated successfully, but these errors were encountered: