| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
|  | 
supported) (#5231)
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
|  | 
* also check iv length for GCM nonce in AEAD
* ugh
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* document one shot AEAD length restrictions
* write a test that won't consume infinity ram
continue to raise OverflowError since that's what cffi did.
* this applies to associated_data too
* remove unneeded arg
* review feedback on docs
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
* add AESGCM AEAD support
* remove stray newline
* move AESGCM docs above CCM
 | 
| | 
| 
| 
| 
| 
|  | 
* move tag_length to the AESCCM constructor
* review feedback
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
* use an instance in aead_cipher_supported
* test for chacha20poly1305 compatibility via init exception
* pep8
 | 
| |  | 
 | 
|   
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
   | 
* chacha20poly1305 support
* add chacha20poly1305 backend and some fixes
* refactor
* forgot to remove this
* pep8
* review feedback and a lot of type/value checking
* review feedback
* raise unsupportedalgorithm when creating a ChaCha20Poly1305 object
if it's not supported.
* switch to ciphertext||tag
* typo
* remove a branch we don't need
* review feedback
* decrypts is *also* a word
* use reasons
 |