issues
search
mozilla
/
rust-ece
Encrypted Content-Encoding for HTTP (RFC 8188) Rust implementation
Mozilla Public License 2.0
25
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore: Update for 2024-03
#70
jrconlin
closed
8 months ago
0
Update/2023 06
#69
jrconlin
closed
1 year ago
0
Chore/update 2303
#68
jrconlin
closed
10 months ago
1
Documentation fixes
#67
RandomEngy
opened
1 year ago
0
chore: Dependency updates for Sept 2022
#66
jrconlin
closed
2 years ago
1
chore: 2021 Dec update
#65
jrconlin
closed
2 years ago
2
chore: Dep update for Jul 2021
#64
jrconlin
closed
3 years ago
1
(cargo-release) version 2.1.0
#63
rfk
closed
3 years ago
1
Reduce allocations and copying by decrypting into a buffer
#62
rfk
opened
3 years ago
0
Avoid unnessarily duplicating HKDF work by using separate "expand" and "extract" steps.
#61
rfk
opened
3 years ago
0
Implement record chunking for "aes128gcm" scheme.
#60
rfk
closed
3 years ago
3
Decouple "aesgcm" and "aes128gcm" schemes, disable record chunking.
#59
rfk
closed
3 years ago
6
Pad to multiples of 128 bytes, rather than to a random length.
#58
rfk
closed
3 years ago
1
Release v2.0.0
#57
rfk
closed
3 years ago
1
The default branch in this repository is now "main"
#56
rfk
closed
3 years ago
2
Clean up record-chunking code, and make it apply only to aes128gcm
#55
rfk
closed
3 years ago
1
Pad to multiples of a fixed size, rather than padding randomly
#54
rfk
closed
3 years ago
5
Remove very old draft ece-03 support
#53
jrconlin
opened
3 years ago
2
Update the public API to remove footguns, and document it.
#52
rfk
closed
3 years ago
9
New API for the `headers` function
#51
tiesselune
closed
3 years ago
3
Suggested changes to the `AesGcmEncryptedBlock` API
#50
tiesselune
closed
3 years ago
3
Update admins on this repo
#49
rfk
closed
3 years ago
1
Add release process docs
#48
rfk
closed
3 years ago
0
Add top-level access to AesGcm encoding scheme
#47
tiesselune
closed
3 years ago
4
Prepare release v1.2.1
#46
rfk
closed
4 years ago
1
Fix aesgcm not accounting for padding
#45
Jordandev678
closed
4 years ago
3
Removes backtracing and extra wrappers
#44
tarikeshaq
closed
4 years ago
0
Revert "Add derive thiserror so that Error impl std::error::Error"
#43
jrconlin
closed
4 years ago
1
Add derive thiserror so that Error impl std::error::Error
#42
tarikeshaq
closed
4 years ago
0
failure is depricated, replace it with thiserror
#41
tarikeshaq
closed
4 years ago
0
replace failure with thiserror and backtrace
#40
tarikeshaq
closed
4 years ago
2
Bump base64 version
#39
eoger
closed
4 years ago
0
Bump version to v1.1.1
#38
eoger
closed
5 years ago
0
Update to latest version of once_cell
#37
rfk
closed
5 years ago
0
Allow trait-based dynamic crypto implementations
#36
eoger
closed
5 years ago
0
Dynamic crypto backend
#35
thomcc
closed
5 years ago
7
Bump version to v1.0.1
#34
eoger
closed
5 years ago
0
Fix serializable-keys feature
#33
eoger
closed
5 years ago
1
Remove openssl dev-dependency
#32
eoger
closed
5 years ago
0
Bump version to v1.0.0
#31
eoger
closed
5 years ago
1
Add from/to_raw_components to LocalKeyPair and move some things around
#30
eoger
closed
5 years ago
2
Add to_jwk to OpenSSL's LocalKeyPair
#29
eoger
closed
5 years ago
1
WIP some tweaks for implementing differnt crypto backends
#28
rfk
closed
5 years ago
1
WIP Cleanups based on review feedback
#27
rfk
closed
3 years ago
1
feat: Add convenience functions for encrypt/decrypt
#26
jrconlin
closed
5 years ago
0
Add convenience functions for encrypt & decrypt
#25
jrconlin
closed
5 years ago
0
Use openssl for `sha256` instead of `sha2`.
#24
thomcc
opened
5 years ago
3
Add Mozilla Code of Conduct
#23
Mozilla-GitHub-Standards
closed
5 years ago
0
CODE_OF_CONDUCT.md file missing
#22
Mozilla-GitHub-Standards
closed
5 years ago
0
Bump version to 0.1.3
#21
eoger
closed
5 years ago
0
Next