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"
|
8 年之前 |
Thomas Waldmann
|
f76f42c2a0
use cipher.block_count()
|
8 年之前 |
Thomas Waldmann
|
de0707d3dd
refactor AES class to new api
|
8 年之前 |
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
|
8 年之前 |
Thomas Waldmann
|
ef880de64c
add iv as optional encrypt() param
|
8 年之前 |
Thomas Waldmann
|
5287531130
make sure set_iv is called before each encrypt() call
|
8 年之前 |
Thomas Waldmann
|
d88c0765e7
make sure sizes are in sync
|
8 年之前 |
Thomas Waldmann
|
fb85d6abdc
generalize intermediate classes' init
|
8 年之前 |
Thomas Waldmann
|
11349d1699
move IV type check to set_iv method
|
8 年之前 |
Thomas Waldmann
|
71b8d7fc18
generalize block count computation
|
8 年之前 |
Thomas Waldmann
|
ca4fc2a222
generalize next_iv comment
|
8 年之前 |
Thomas Waldmann
|
ce5c5781aa
replace literals for iv_len/mac_len
|
8 年之前 |
Thomas Waldmann
|
d94f64c6d5
dedup crypto tests for AE/AEAD ciphersuites
|
8 年之前 |
Thomas Waldmann
|
741ab8ba05
use PyMem_Malloc / Free
|
8 年之前 |
Thomas Waldmann
|
15490d520d
add support for AES-OCB and chacha20-poly1305
|
8 年之前 |
Thomas Waldmann
|
92080f9572
crypto: add functions missing in openssl 1.0.x
|
9 年之前 |
Thomas Waldmann
|
ee604ab390
crypto: use OpenSSL 1.1 HMAC API
|
9 年之前 |
Thomas Waldmann
|
67567fc432
new crypto api, blackbox/AEAD. also adds AES256-GCM.
|
9 年之前 |
enkore
|
8d89ee981c
Merge pull request #2882 from enkore/docs/minor-fixes
|
8 年之前 |
Marian Beermann
|
405e5ac9e1
docs: common options: don't wrap options
|
8 年之前 |
Marian Beermann
|
8727b79325
docs: don't narrow right margin in sidebar toc
|
8 年之前 |
enkore
|
153da8a9e6
Merge pull request #2881 from enkore/docs/tarpipe
|
8 年之前 |
Marian Beermann
|
2ff4550d4b
docs: tar: tarpipe example
|
8 年之前 |
enkore
|
daa88e07f2
Merge pull request #2877 from Alexander-N/pylint-rules
|
8 年之前 |
enkore
|
c1d7cd9b90
Merge pull request #2873 from enkore/issue/2869
|
8 年之前 |