Historie revizí

Autor SHA1 Zpráva Datum
  Thomas Waldmann 68ef5e8a4b allow different MACs, implement blake2b MAC před 8 roky
  Thomas Waldmann 945b5e25e2 dispatch to dummy blake2b ciphersuite před 8 roky
  Thomas Waldmann 1e23291b7f post-merge: re-enabled AuthenticatedKey and tests před 8 roky
  Thomas Waldmann 6090fdeef3 move the cipher internal counter overflow check to encrypt()/decrypt() před 9 roky
  Thomas Waldmann 8f1678e2ba set_iv / next iv with integers před 9 roky
  Thomas Waldmann 58c2dafbe0 nonce manager: remove get/set iv, make it integer based před 9 roky
  Thomas Waldmann f34092e567 move openssl version checks to staticmethod requirements_check před 9 roky
  Thomas Waldmann 23959eb5bf borg.key: include chunk id in exception msgs před 9 roky
  Thomas Waldmann 37cf3ef469 init ciphersuites with header_len and aad_offset před 9 roky
  Thomas Waldmann e9bbf9307d refactor to cipher.extract_iv před 9 roky
  Thomas Waldmann 2d79f19263 refactor / generalize to num_cipher_blocks před 9 roky
  Thomas Waldmann 310b4b7775 UNENCRYPTED (and unauthenticated) "ciphersuite" před 9 roky
  Thomas Waldmann f76f42c2a0 use cipher.block_count() před 9 roky
  Thomas Waldmann de0707d3dd refactor AES class to new api před 9 roky
  Thomas Waldmann fbc740427d cosmetic: s/enc_cipher/cipher/, remove comment před 9 roky
  Thomas Waldmann 8752039bec integrate new crypto code před 9 roky
  Thomas Waldmann 4effe40415 re-add legacy AES() crypto class před 9 roky
  Thomas Waldmann ef880de64c add iv as optional encrypt() param před 9 roky
  Thomas Waldmann 5287531130 make sure set_iv is called before each encrypt() call před 9 roky
  Thomas Waldmann d88c0765e7 make sure sizes are in sync před 9 roky
  Thomas Waldmann fb85d6abdc generalize intermediate classes' init před 9 roky
  Thomas Waldmann 11349d1699 move IV type check to set_iv method před 9 roky
  Thomas Waldmann 71b8d7fc18 generalize block count computation před 9 roky
  Thomas Waldmann ca4fc2a222 generalize next_iv comment před 9 roky
  Thomas Waldmann ce5c5781aa replace literals for iv_len/mac_len před 9 roky
  Thomas Waldmann d94f64c6d5 dedup crypto tests for AE/AEAD ciphersuites před 9 roky
  Thomas Waldmann 741ab8ba05 use PyMem_Malloc / Free před 9 roky
  Thomas Waldmann 15490d520d add support for AES-OCB and chacha20-poly1305 před 9 roky
  Thomas Waldmann 92080f9572 crypto: add functions missing in openssl 1.0.x před 9 roky
  Thomas Waldmann ee604ab390 crypto: use OpenSSL 1.1 HMAC API před 9 roky