Re: Low-Level API naming (was: Strawman proposal for the low-level API)

Re: the clone() method

For the NSS C crypto library, I remember crypto operation contexts are
only cloned in the SSL/TLS implementation, and only hash contexts are
cloned (for the handshake message hashes).

The clone methods are backed by the underlying PKCS #11
C_GetOperationState and C_SetOperationState methods.

Wan-Teh

Received on Wednesday, 18 July 2012 19:58:59 UTC