bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
[python-delta-tar] / testing / test_crypto.py
2020-04-24 Philipp Gesangenable strict IV checking by default during decryption
2020-04-21 Philipp Gesangclarify possible IV reuse with multiple Encrypt handles
2020-04-16 Philipp Gesangdeny insecure parameters by default
2020-02-01 Philipp Gesangunit test detection of non-consecutive ivs
2020-02-01 Philipp Gesangvalidate data lengths against value in header
2020-02-01 Philipp Gesangfix incorrect unit test description
2020-02-01 Philipp Gesangturn API-mandated no-op into assertion
2020-01-27 Thomas JaroschMention sibling UT for the test_crypto_aes_gcm_enc_leng...
2020-01-27 Thomas JaroschChange unit tests to check for expected exception
2018-04-02 Philipp Gesangallow passing keys directly to CLI crypto.py
2018-04-02 Philipp Gesanghandle bad randomness during IV creation
2018-04-02 Philipp Gesanggraciously handle GCM data length limit
2018-04-02 Philipp Gesangunit test crypto file counter wraparound
2018-04-02 Philipp Gesangextend strict iv tracking to encryption
2018-04-02 Philipp Gesangexpand crypto api to accept precomputed key
2018-04-02 Philipp Gesangremove pytest dependency from test_crypto.py
2018-04-02 Philipp Gesangadd unit test for IV reuse
2018-04-02 Philipp Gesangadapt crypto unit tests to run in main suite
2018-04-02 Philipp Gesangrework crypto.py unittests for revised encryption
2018-04-02 Philipp Gesanghandle reading and formatting of tags
2018-04-02 Philipp Gesangunit test scrypt wrapper
2018-04-02 Philipp Gesangunit test bogus header data
2018-04-02 Philipp Gesangunit test auth tag handling
2018-04-02 Philipp Gesangunit test crypto handling of data spanning multiple...
2018-04-02 Philipp Gesangunit test header handling
2018-04-02 Philipp Gesangadd unit test module for encryption layer