Marian Beermann
|
c93dba0195
archive: create FilesystemObjectProcessors class
|
8 년 전 |
enkore
|
5abfa0b266
Merge pull request #2887 from enkore/f/mt-1a
|
8 년 전 |
enkore
|
7d02c7e453
Merge pull request #1034 from ThomasWaldmann/crypto-aead
|
8 년 전 |
Marian Beermann
|
55e0c43c53
add zeromq dependency
|
8 년 전 |
Marian Beermann
|
b1b66be593
fix chunker holding the GIL during blocking I/O
|
8 년 전 |
Thomas Waldmann
|
dc4abffbc0
remove unused bytes16 conversions
|
8 년 전 |
Thomas Waldmann
|
63ebfc140b
remove unused extract_nonce method
|
8 년 전 |
Thomas Waldmann
|
e7228fa3a4
cosmetic: move some lines
|
8 년 전 |
Thomas Waldmann
|
68ef5e8a4b
allow different MACs, implement blake2b MAC
|
8 년 전 |
Thomas Waldmann
|
945b5e25e2
dispatch to dummy blake2b ciphersuite
|
8 년 전 |
Thomas Waldmann
|
1e23291b7f
post-merge: re-enabled AuthenticatedKey and tests
|
8 년 전 |
Thomas Waldmann
|
6090fdeef3
move the cipher internal counter overflow check to encrypt()/decrypt()
|
8 년 전 |
Thomas Waldmann
|
8f1678e2ba
set_iv / next iv with integers
|
8 년 전 |
Thomas Waldmann
|
58c2dafbe0
nonce manager: remove get/set iv, make it integer based
|
8 년 전 |
Thomas Waldmann
|
f34092e567
move openssl version checks to staticmethod requirements_check
|
8 년 전 |
Thomas Waldmann
|
23959eb5bf
borg.key: include chunk id in exception msgs
|
8 년 전 |
Thomas Waldmann
|
37cf3ef469
init ciphersuites with header_len and aad_offset
|
8 년 전 |
Thomas Waldmann
|
e9bbf9307d
refactor to cipher.extract_iv
|
8 년 전 |
Thomas Waldmann
|
2d79f19263
refactor / generalize to num_cipher_blocks
|
8 년 전 |
Thomas Waldmann
|
310b4b7775
UNENCRYPTED (and unauthenticated) "ciphersuite"
|
9 년 전 |
Thomas Waldmann
|
f76f42c2a0
use cipher.block_count()
|
9 년 전 |
Thomas Waldmann
|
de0707d3dd
refactor AES class to new api
|
9 년 전 |
Thomas Waldmann
|
fbc740427d
cosmetic: s/enc_cipher/cipher/, remove comment
|
8 년 전 |
Thomas Waldmann
|
8752039bec
integrate new crypto code
|
8 년 전 |
Thomas Waldmann
|
4effe40415
re-add legacy AES() crypto class
|
9 년 전 |
Thomas Waldmann
|
ef880de64c
add iv as optional encrypt() param
|
9 년 전 |
Thomas Waldmann
|
5287531130
make sure set_iv is called before each encrypt() call
|
9 년 전 |
Thomas Waldmann
|
d88c0765e7
make sure sizes are in sync
|
9 년 전 |
Thomas Waldmann
|
fb85d6abdc
generalize intermediate classes' init
|
9 년 전 |
Thomas Waldmann
|
11349d1699
move IV type check to set_iv method
|
9 년 전 |