Releases: ANSSI-FR/MLA
Releases · ANSSI-FR/MLA
mlar-v1.3.0
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
Added/Changed
- Code cleaning
- Bump dependencies
- Benchmarking: reduce the number of test case per test, add new scenarios
- Explicitely ask for
zeroize
andstatic_secrets
feature inx25519-dalek
Fixed
- FailSafe Reader: drastically improve performance
- Fix a Brotli-decompressor regression (following a minor update) and add corresponding tests
mla-1.3.0
Thanks
Added/Changed
- Introduce
"send"
feature, to provideArchiveWriter
withSend
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 ofStdRng
- Tests: fix a bug due to a wrong assumption
- Typo in comments
- CI: testing with different features
mlar-v1.2.0
mla-1.2.0
Thanks
Added/Changed
- C/CPP bindings now support partial writes and error codes
- Bump dependencies
mla-1.1.1
- Bump dependencies
mlar-v1.1.1
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
- In particular, update
mla-v1.1.0
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
andaes
version, to avoid breaking changes - Fix an issue which may occurs in archive with more than 2^32 bits data
mlar-v1.1.0
Thanks
Added/Changed
- Switch from
ed25519_parser
tocurve25519-parser
: X25519 keys parsing capabilities mlar to-tar
:- Support for
-
output - Sorted files
- Support for
- New command,
mlar info
, to get an overview of an archive - Typos
- Bump dependencies:
x25519-dalek
: 0 to 1hex
: 0.3 to 0.4assert_cmd
: 0.12 to 1.0 (dev)assert_fs
: 0.13 to 1.0 (dev)mla
: running state
mlar-v1.0.0
mlar
Initial release