You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 3.0 defines message-based encryption/decryption/signature/verification, where at least the encryption and decryption might be useful.
Then there are dual-function operations, such as C_SignEncryptUpdate(), which might be relevant for FIPS as it does both signature+encryption at one step. I do not think we have a good use for these now, but it should be easy to combine them from existing operations.
The text was updated successfully, but these errors were encountered:
The 3.0 defines message-based encryption/decryption/signature/verification, where at least the encryption and decryption might be useful.
Then there are dual-function operations, such as
C_SignEncryptUpdate()
, which might be relevant for FIPS as it does both signature+encryption at one step. I do not think we have a good use for these now, but it should be easy to combine them from existing operations.The text was updated successfully, but these errors were encountered: