aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/symmetric-encryption.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* begin adding warnings to GCM modePaul Kehrer2013-11-291-0/+6
|
* document tag param for GCM objectPaul Kehrer2013-11-291-0/+3
|
* raise TypeError if you attempt to get the tag attribute on a decryptPaul Kehrer2013-11-291-0/+1
| | | | | * To support this the _AEADCipherContext in base.py now needs to be aware of whether it is encrypting/decrypting
* rename add_data to authenticate_additional_data for clarity (hopefully)Paul Kehrer2013-11-291-8/+8
|
* gcm doc fixes (per review from alex)Paul Kehrer2013-11-291-3/+4
|
* gcm doc improvementsPaul Kehrer2013-11-291-2/+6
|
* gcm doc fixesPaul Kehrer2013-11-291-2/+2
|
* GCM supportPaul Kehrer2013-11-291-0/+48
|
* Learn how to spell a wordAlex Gaynor2013-11-271-1/+1
|
* Merge pull request #227 from dreid/explicit-backend-in-hazmatAlex Gaynor2013-11-261-5/+18
|\ | | | | Explicit backend
| * Document all the parameters including cross references to specific providers ↵David Reid2013-11-201-2/+12
| | | | | | | | where appropriate.
| * Use backend as keyword argument everywhere.David Reid2013-11-201-2/+2
| |
| * Fix doctests.David Reid2013-11-201-1/+1
| |
| * Add a default_backend and start updating docs.David Reid2013-11-201-3/+6
| |
* | Change teh exceptionAlex Gaynor2013-11-221-7/+3
| |
* | Documentation!Alex Gaynor2013-11-221-0/+16
|/
* Another twoAlex Gaynor2013-11-151-1/+1
|
* Fixed some spelling mistakesAlex Gaynor2013-11-151-4/+4
|
* Also mention finalizeAlex Gaynor2013-11-131-1/+1
|
* Use AlreadyFinalized for symmetric ciphersAlex Gaynor2013-11-131-0/+5
|
* Merge pull request #214 from reaperhulk/arc4-supportDavid Reid2013-11-091-0/+21
|\ | | | | ARC4 Support
| * update docs to include arc4 examplePaul Kehrer2013-11-091-0/+11
| |
| * Merge branch 'master' into arc4-supportPaul Kehrer2013-11-081-3/+26
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Typo Be really explicit about what's good and bad Mention return types. Consistently use e.g. Module documentation. Single space. Add a new Mode interface to document mode.name and start on some prose docs for interfaces. Proper name for the iv thing. Actually note the properties for cipher modes types on their ABCs. Conflicts: docs/hazmat/primitives/symmetric-encryption.rst
| * | ARC4 supportPaul Kehrer2013-11-071-0/+10
| | |
* | | Be more and more explicit about how to do things correctlyAlex Gaynor2013-11-081-6/+17
| |/ |/|
* | Merge pull request #231 from dreid/mode-interface-propertiesAlex Gaynor2013-11-071-0/+3
|\ \ | | | | | | [WIP] Document mode interfaces.
| * | Add a new Mode interface to document mode.name and start on some prose docs ↵David Reid2013-11-071-0/+3
| |/ | | | | | | for interfaces.
* | TypoAlex Gaynor2013-11-071-1/+1
| |
* | Be really explicit about what's good and badAlex Gaynor2013-11-071-3/+23
|/
* update docsPaul Kehrer2013-11-061-14/+13
|
* Changed excpetion name based on feedback from dreidAlex Gaynor2013-11-021-4/+4
|
* Document and implement the public API for when the backend doesn't support ↵Alex Gaynor2013-11-021-0/+9
| | | | the requested algorithm
* better englishAlex Gaynor2013-11-011-2/+2
|
* For exampleAlex Gaynor2013-11-011-3/+4
|
* Document how this returns bytesAlex Gaynor2013-11-011-1/+7
|
* add CAST5 docsPaul Kehrer2013-10-311-1/+9
|
* move blowfish docs to new weak ciphers section, linkify aesPaul Kehrer2013-10-311-1/+11
|
* add bf docsPaul Kehrer2013-10-311-0/+9
|
* Made a sphinx extension which emits the hazardous materials danger admonitionAlex Gaynor2013-10-291-5/+1
|
* More docsAlex Gaynor2013-10-291-8/+7
|
* Move the danger to the very top of the fileDonald Stufft2013-10-281-3/+3
|
* Warn about dragons and dinosaurs with laser gunsDonald Stufft2013-10-281-0/+7
|
* Move primtives into a hazmat packageDonald Stufft2013-10-281-0/+187