Commit History

Author SHA1 Message Date
  Thomas Waldmann 4c840ee24d use python 3.5's os.set_blocking 8 years ago
  Thomas Waldmann 8cd451bd33 python 3.5+ does not generate .pyo any more 8 years ago
  Thomas Waldmann 75050f4ba0 travis has fixed their py 3.5 8 years ago
  Thomas Waldmann a5c6a50ebe increase Python minimum requirement to 3.5.0 8 years ago
  enkore bccff3413b Merge pull request #2889 from enkore/f/mt-1b 8 years ago
  Marian Beermann d286d753cb item: item.to_optr(), Item.from_optr() 8 years ago
  enkore 7b35b1ef24 Merge pull request #2888 from enkore/f/remove-gcm 8 years ago
  enkore 5abfa0b266 Merge pull request #2887 from enkore/f/mt-1a 8 years ago
  Marian Beermann e57dd4bc9e crypto: avoid bad prototype codegen from cython 8 years ago
  Marian Beermann 630e45b742 crypto: fix wrong use of const 8 years ago
  Marian Beermann d5ee16d676 crypto: remove AES-GCM 8 years ago
  enkore 7d02c7e453 Merge pull request #1034 from ThomasWaldmann/crypto-aead 8 years ago
  Marian Beermann 55e0c43c53 add zeromq dependency 8 years ago
  Marian Beermann b1b66be593 fix chunker holding the GIL during blocking I/O 8 years ago
  Thomas Waldmann dc4abffbc0 remove unused bytes16 conversions 8 years ago
  Thomas Waldmann 63ebfc140b remove unused extract_nonce method 8 years ago
  Thomas Waldmann e7228fa3a4 cosmetic: move some lines 8 years ago
  Thomas Waldmann 68ef5e8a4b allow different MACs, implement blake2b MAC 9 years ago
  Thomas Waldmann 945b5e25e2 dispatch to dummy blake2b ciphersuite 9 years ago
  Thomas Waldmann 1e23291b7f post-merge: re-enabled AuthenticatedKey and tests 9 years ago
  Thomas Waldmann 6090fdeef3 move the cipher internal counter overflow check to encrypt()/decrypt() 9 years ago
  Thomas Waldmann 8f1678e2ba set_iv / next iv with integers 9 years ago
  Thomas Waldmann 58c2dafbe0 nonce manager: remove get/set iv, make it integer based 9 years ago
  Thomas Waldmann f34092e567 move openssl version checks to staticmethod requirements_check 9 years ago
  Thomas Waldmann 23959eb5bf borg.key: include chunk id in exception msgs 9 years ago
  Thomas Waldmann 37cf3ef469 init ciphersuites with header_len and aad_offset 9 years ago
  Thomas Waldmann e9bbf9307d refactor to cipher.extract_iv 9 years ago
  Thomas Waldmann 2d79f19263 refactor / generalize to num_cipher_blocks 9 years ago
  Thomas Waldmann 310b4b7775 UNENCRYPTED (and unauthenticated) "ciphersuite" 9 years ago
  Thomas Waldmann f76f42c2a0 use cipher.block_count() 9 years ago