aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
Commit message (Collapse)AuthorAgeFilesLines
...
* Document backend interfaces.David Reid2013-11-181-7/+82
|
* Start documenting the backend interfaces.David Reid2013-11-182-0/+44
|
* Merge pull request #262 from dreid/cipher-algorithm-interfacesDonald Stufft2013-11-171-2/+24
|\ | | | | Implement and document an interface for cipher algorithms
| * Implement and document an interface for cipher algorithmsDavid Reid2013-11-151-2/+24
| |
* | Another twoAlex Gaynor2013-11-151-1/+1
| |
* | Fixed some spelling mistakesAlex Gaynor2013-11-151-4/+4
|/
* Merge pull request #258 from alex/already-finalizedDavid Reid2013-11-132-1/+6
|\ | | | | Use AlreadyFinalized for symmetric ciphers
| * Here tooAlex Gaynor2013-11-131-1/+1
| |
| * Also mention finalizeAlex Gaynor2013-11-131-1/+1
| |
| * Use AlreadyFinalized for symmetric ciphersAlex Gaynor2013-11-131-0/+5
| |
* | Make HMAC methods raise AlreadyFinalized.David Reid2013-11-131-2/+12
|/
* Merge pull request #253 from dreid/hash-raise-after-finalizeAlex Gaynor2013-11-131-2/+11
|\ | | | | raise an exception if you try to use a HashContext after finalize is called.
| * Document AlreadyFinalized.David Reid2013-11-131-2/+11
| |
* | Describe that hashes get real broken over timeAlex Gaynor2013-11-131-0/+9
|/
* 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-083-3/+86
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-082-9/+21
| |/ |/|
* | Merge pull request #231 from dreid/mode-interface-propertiesAlex Gaynor2013-11-073-0/+63
|\ \ | | | | | | [WIP] Document mode interfaces.
| * | Module documentation.David Reid2013-11-071-1/+1
| | |
| * | Single space.David Reid2013-11-071-2/+2
| | |
| * | Add a new Mode interface to document mode.name and start on some prose docs ↵David Reid2013-11-073-0/+63
| |/ | | | | | | 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
|
* Refer to the RFC in the HMAC docsAlex Gaynor2013-11-031-0/+2
|
* 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
* Merge pull request #211 from alex/stream-ciphersDavid Reid2013-11-011-1/+8
|\ | | | | Document how this returns bytes
| * better englishAlex Gaynor2013-11-011-2/+2
| |
| * For exampleAlex Gaynor2013-11-011-3/+4
| |
| * Document how this returns bytesAlex Gaynor2013-11-011-1/+7
| |
* | Merge pull request #212 from dreid/primitive-hmacAlex Gaynor2013-11-011-11/+10
|\ \ | | | | | | Strip down the HMAC interface to match the Hash interface.
| * | Update documentationDavid Reid2013-11-011-11/+10
| |/
* / fixed renderingAlex Gaynor2013-11-011-0/+1
|/
* Merge pull request #200 from dreid/primitive-hashesAlex Gaynor2013-11-011-11/+17
|\ | | | | [WIP] Reduce the surface of the primitive hash interface.
| * Improve Hash documentation.David Reid2013-11-011-3/+12
| |
| * Update documentationDavid Reid2013-10-311-8/+5
| |
* | 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-297-41/+7
|
* Merge pull request #194 from alex/current-module-hmacDavid Reid2013-10-291-1/+3
|\ | | | | Use current module in the hmac docs, for consistency
| * Use current module in the hmac docs, for consistencyAlex Gaynor2013-10-291-1/+3
| |
* | Clean up var namingAlex Gaynor2013-10-291-2/+1
| |
* | Remove removed methods from docsAlex Gaynor2013-10-291-10/+0
| |
* | Removed helperAlex Gaynor2013-10-291-1/+4
| |
* | typoAlex Gaynor2013-10-291-1/+1
| |
* | More docsAlex Gaynor2013-10-292-9/+41
| |