2.1. Pending Refactoring items

The following items would be re-factored and changed in future releases. These topics are deemed to be deprecated and to be used with vigilance.

2.2. Known limitations

The following known limitations exist in this package. And they would be addressed in subsequent releases.

  • [SSS] Cipher init manages crypto object: The SSS layer’s implementation of multistep symmetric ciphers does not allow concurrent execution of ciphers with the same cipher mode (e.g. twice kAlgorithm_SSS_AES_CBC).

    • Workaround : Use lower layer api’s instead of sss api’s for creating multiple crypto objects.

    Refer se05x Multiple Digest Crypto Objects example.