Steve Myers
2f71810c07
Upgrade time dependency to "0.3"
...
Versions of time crate prior to 0.2.23 fail audit due to RUSTSEC-2020-0071.
Crate: time
Version: 0.1.43
Title: Potential segfault in the time crate
Date: 2020-11-18
ID: RUSTSEC-2020-0071
URL: https://rustsec.org/advisories/RUSTSEC-2020-0071
Solution: Upgrade to >=0.2.23
2021-10-21 21:31:37 -07:00
Emmanuel Gil Peyrot
b031ab75bd
Use getrandom instead of rand for benches
...
The current code didn’t build, and this one includes fewer dependencies
than the full rand set of crates.
2021-09-06 23:42:14 +02:00
Emmanuel Gil Peyrot
70696f57c1
Remove dependency on thiserror
...
On my computer, this halves the total build time from 11.7s to 5.4s, as
well as the total size of the artifacts in target.
This derive macro is nice, but it doesn’t justify the increase in
compilation time for dependent crates imo.
This effectively reverts #135 , although using the up to date APIs from
std::error::Error.
2021-09-06 23:35:57 +02:00
Lireer
46f65d4d49
add aes-crypto feature to default and update README
2021-08-06 12:42:35 +02:00
Lireer
09ad713d20
update crypto dependencies
2021-08-06 12:40:57 +02:00
Lireer
c5e55c04fd
bump MSRV to 1.42
2021-08-06 12:38:40 +02:00
Lireer
75e8f6bab5
use less feature gates if no further dependencies are needed
2021-08-06 12:38:04 +02:00
Lireer
8f352c30f1
add missing documentation
2021-08-05 21:16:11 +02:00
Lireer
48b52a7e86
move AesMode and AesVendorVersion out of aes-crypto feature
2021-08-05 21:16:11 +02:00
Lireer
ed94e8b369
test if using the wrong key size panics
2021-08-05 21:06:47 +02:00
Lireer
5f0ae55eae
Document possible panics
2021-08-05 21:06:47 +02:00
Lireer
5532fd6f09
Document aes related modules
2021-08-05 21:06:47 +02:00
Lireer
354993d906
feature gate aes decryption
2021-08-05 21:06:47 +02:00
Lireer
0820cc4fe2
fix more clippy warnings
2021-08-05 20:29:51 +02:00
Lireer
2911282c36
fix benchmarks
2021-08-05 20:28:14 +02:00
Lireer
ff23539624
differentiate between ae1 and ae2
2021-08-05 20:28:14 +02:00
Lireer
8ffc2d1545
cargo fmt and clippy
2021-08-04 20:26:31 +02:00
Lireer
e69df5cf64
finalize aes decryption
2021-08-04 20:08:12 +02:00
Lireer
d25d6f5f57
finalize AesReader validation and most of decryption
2021-08-04 19:56:14 +02:00
Lireer
12260f5623
disable crc32 checks when handling aes encrypted data
2021-08-04 19:56:14 +02:00
Lireer
852ab625fb
initial aes reader
2021-08-04 19:02:22 +02:00
Lireer
4877a6afd4
test different aes modes and data sizes
2021-08-02 19:47:47 +02:00
Marc Brinkmann
b3ec81335f
Remove arrayvec
dependency
2021-08-02 19:47:47 +02:00
Marc Brinkmann
4afe4d3b2c
Optimize AES code, use less copies
2021-08-02 19:42:49 +02:00
Marc Brinkmann
a5d1905db6
Simpify aes_ctr
API to just crypt
2021-08-02 19:42:49 +02:00
Marc Brinkmann
9f6ee0f4b6
Add crypt
convenience function
2021-08-02 19:42:49 +02:00
Marc Brinkmann
a265ba7fa5
Create initial aes_ctr
module
2021-08-02 19:42:49 +02:00
Dirk Stolle
66d0283254
chore: bump rand to 0.8
...
The Minimum Supported Rust Version of rand 0.8 is 1.36, which is
exactly the MSRV of zip. Therefore, this should be safe to bump.
2021-07-06 00:28:55 +02:00
Jack Fletcher
71ee4838ca
Update bench tests...
2021-06-08 02:13:28 +01:00
Jack Fletcher
10dab71377
Apply linter fixes
2021-06-07 02:51:28 +01:00
Jack Fletcher
6c1bd78a6b
Use Criterion for benchmarks
2021-06-07 02:51:06 +01:00
Jack Fletcher
e43ac72f7d
Add supported_methods() to CompressionMethod enum
2021-06-07 00:45:06 +01:00
Jack Fletcher
88df24c5e2
Merge branch 'bugfix/benchmark-failing' into feature/test-all-methods
2021-06-07 00:10:51 +01:00
Jack Fletcher
ff6e1828c1
Merge branch 'master' into feature/test-all-methods
2021-06-07 00:10:05 +01:00
Jack Fletcher
4a7c0d4e5c
Fix broken benchmark
2021-06-06 22:33:46 +01:00
Marli Frost
7edf2489d5
release 0.5.13
2021-06-04 19:41:03 +01:00
Marli Frost
61de5d51ac
feat: constant for handling missing password
2021-06-04 18:42:20 +01:00
Jack Fletcher
48f9d0151a
Use all supported methods in end_to_end test
2021-05-24 00:59:22 +01:00
Jack Fletcher
6ea3d553bf
Added zstd method, compiling & tests running
2021-05-18 03:26:14 +01:00
Marli Frost
3fd44ffd5d
Merge pull request #200 from qu1x/support-extra-field
2021-05-11 11:18:17 +01:00
Plecra
9e1b1c73e1
Merge pull request #235 from BenjaminRi/infozip-decrypt
...
Add Info-ZIP password validation
2021-05-11 10:55:36 +01:00
Benjamin Richner
aee5ff09bc
Fix unit test in types.rs
2021-05-02 04:10:32 +02:00
Benjamin Richner
80f4c43369
Add Info-ZIP password validation
2021-05-02 04:02:50 +02:00
Marli Frost
465e7cebd6
fix: update CI to MSRV 1.36.0
...
*I could've sworn I did this already*
2021-04-19 12:32:20 +01:00
Marli Frost
8ecbdb1870
chore: update to bzip 0.4
2021-04-19 12:29:19 +01:00
Plecra
ce272616ac
Merge pull request #215 from Contextualist/append
...
Support append to an existing archive
2021-04-19 12:06:26 +01:00
Marli Frost
44352aa34b
fix: allow non-utf8 comments in ZipWriter
2021-04-19 12:02:32 +01:00
Plecra
92799661a7
Merge pull request #231 from a1phyr/remove_archive_bounds
...
Remove `io::Read + io::Seek` bound to `ZipArchive`
2021-04-19 11:50:41 +01:00
Marli Frost
88e6f87884
chore: release 0.5.12
2021-04-16 16:59:20 +01:00
Plecra
2d99f88870
Merge pull request #222 from mbrubeck/flate2
...
Allow flate2 >1.0.14
2021-04-16 16:58:37 +01:00