Skip to content

Releases: ANSSI-FR/MLA

mlar-v1.3.0

20 Nov 08:32
ed49793
Compare
Choose a tag to compare

Thanks

Added/Changed

  • Bump dependencies
  • Code cleaning
  • Add more integration & CLI tests
  • Behavior change: to avoid mistake, do not open unencrypted archive if a key is provided
  • Add key derivation capabilities

Fixed

  • Reduce the number of call to open/close on linear extraction

mla-1.4.0

02 Oct 08:56
8f4ada2
Compare
Choose a tag to compare

Added/Changed

  • Code cleaning
  • Bump dependencies
  • Benchmarking: reduce the number of test case per test, add new scenarios
  • Explicitely ask for zeroize and static_secrets feature in x25519-dalek

Fixed

  • FailSafe Reader: drastically improve performance
  • Fix a Brotli-decompressor regression (following a minor update) and add corresponding tests

mla-1.3.0

01 Sep 15:23
18b01db
Compare
Choose a tag to compare

Thanks

Added/Changed

  • Introduce "send" feature, to provide ArchiveWriter with Send bound (#120)
  • Enable x25519-dalek's "u64_backend" feature by default, to have a default working compilation
  • Bump dependencies
  • Dependencies: disable default features
  • Code cleaning

Fixed

  • Internalize StaticSecret generation, due to dependency issue
  • Tests: use rand_chacha::ChaCha8Rng (reliable accross achitectures) instead of StdRng
  • Tests: fix a bug due to a wrong assumption
  • Typo in comments
  • CI: testing with different features

mlar-v1.2.0

01 Oct 08:43
b0ebf73
Compare
Choose a tag to compare

Thanks

Added/Changed

  • Recursive file-adding capability
  • Bump dependencies

mla-1.2.0

01 Oct 07:28
2f5c852
Compare
Choose a tag to compare

Thanks

Added/Changed

  • C/CPP bindings now support partial writes and error codes
  • Bump dependencies

mla-1.1.1

31 May 08:56
1a47443
Compare
Choose a tag to compare
  • Bump dependencies

mlar-v1.1.1

04 Mar 16:42
950fac0
Compare
Choose a tag to compare

Added/Changed

  • Bump dependencies
    • In particular, update mla to running state, including a fix for an issue which may occurs in archive with more than 2^32 bits data

mla-v1.1.0

26 Jan 13:36
aa88dc9
Compare
Choose a tag to compare

Thanks

Added/Changed

  • C/CPP bindings (for archive writing), and associated tests
  • MLA releases (through the CI), including:
    • .h and .hpp headers. There are generated, but provided to ease the use of bindings without the Rust toolchain;
    • libmla.a for Linux x86-64 bits;
    • mla.lib (static), mla.dll + mla.dll.lib (dynamic), mla.pdb (symbols) for Windows i686 and x86_64, in release and debug targets.

Fixed

  • Force aes-ctr and aes version, to avoid breaking changes
  • Fix an issue which may occurs in archive with more than 2^32 bits data

mlar-v1.1.0

14 Sep 09:28
151911e
Compare
Choose a tag to compare

Thanks

Added/Changed

  • Switch from ed25519_parser to curve25519-parser: X25519 keys parsing capabilities
  • mlar to-tar:
    • Support for - output
    • Sorted files
  • New command, mlar info, to get an overview of an archive
  • Typos
  • Bump dependencies:
    • x25519-dalek: 0 to 1
    • hex: 0.3 to 0.4
    • assert_cmd: 0.12 to 1.0 (dev)
    • assert_fs: 0.13 to 1.0 (dev)
    • mla: running state

mlar-v1.0.0

28 Jul 16:11
a769e36
Compare
Choose a tag to compare

mlar

Initial release