Skip to main content

Release 1.3.2

· One min read
Trevor Blackman
Senior Web Engineer @ Eclypses
MTE 1.3.2
  • Fixed Swift MKE chunking buffer size issues.
  • Fixed Java set entropy issue.
  • Fixed documentation of C++ timestamp callback behavior.
  • Fixed documentation of Objective-C timestamp callback behavior.
  • Fixed documentation of Swift timestamp callback behavior.
  • Clarified documentation in mte_dec.h regarding the status.
  • Fixed C Support API's sequence window argument to be signed instead of unsigned.
  • Added missing documentation about timestamp callback usage in C Support API.
  • Removed unused status code.
  • Added IncrReset helper struct to C++ language interface to help with testing.
  • Fixed Go decoder messages skipped integer return type.
  • Removed UTF-8 BOMs from demo and language interface files.
  • Removed unnecessary Swift code.
  • Removed unnecessary semicolons from Swift.
  • Improved WASM/JS nonce handling to support 64 bit nonce integers instead of only 32.
  • Changed the Base64 state save function signatures in the C Support API to return char * instead of void * for consistency in Base64 functions.
  • Renamed mte_message_get_timestamp64 to mte_verifier_get_timestamp64 in the C APIs. Moved this to its own header mte_verifier_defs.h, which is now distributed instead of mte_message_defs.h, which included many typedefs not needed by SDK users.