Skip to content

v1.0.1

Compare
Choose a tag to compare
@michiels michiels released this 24 Dec 14:08
· 7 commits to master since this release

This release is a major release and is incompatible with the previous version 0.0.7. Be sure to update your code!

FEATURES:

  • Now supports PolarSSL 1.3.x.

CHANGES:

  • The use of Cipher::reset(initialization_vector) has been changed and should be replaced with Cipher::set_iv(initialization_vector, vector_length) as per the PolarSSL API. See the updated Cipher module samples.
  • Cipher::reset() does not take an argument anymore and can be used to reset the encryption context. Use Cipher::set_iv method to set the initialization vector.