Skip to content

Releases: rafael-santiago/boojum

vx20220001

16 Jun 12:46
Compare
Choose a tag to compare

vx20220001

Added support for two more platforms.

Features

  • Support for NetBSD.
  • Support for OpenBSD.

Bugfixes

  • None! 🥇

vx20220000

03 Jun 12:22
Compare
Choose a tag to compare

vx20220000

First library version. Support focused on FreeBSD, Windows and Linux.

Features

  • Memory masking done by using the system's CSPRNG by deriving it by using HKDF/SHA3-512.
  • Memory masking update time customizable.
  • Main general memory function handling available:
    • Alloc;
    • Realloc;
    • Set;
    • Get;
    • Free;
  • Timed get function. It can get the sensitive plain data and after n msecs wipe it out.

Bugfixes

  • None. 🥇