aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #217 from alex/glossaryHynek Schlawack2013-11-032-0/+31
|\ \ | |/ |/| Initial work on a glossary
| * Get real scaryAlex Gaynor2013-11-031-1/+2
| |
| * Began writing a glossaryAlex Gaynor2013-11-032-0/+30
| |
* | Document the way we strive to interact with otehrsAlex Gaynor2013-11-031-0/+5
|/
* Changed excpetion name based on feedback from dreidAlex Gaynor2013-11-022-5/+5
|
* Document and implement the public API for when the backend doesn't support ↵Alex Gaynor2013-11-023-0/+19
| | | | 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
|/
* Fixed pep8Alex Gaynor2013-10-291-0/+1
|
* Document that you should use the hazmat directiveAlex Gaynor2013-10-291-4/+11
|
* Made a sphinx extension which emits the hazardous materials danger admonitionAlex Gaynor2013-10-299-42/+58
|
* 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
| |
* | Start of docsAlex Gaynor2013-10-292-0/+45
|/
* update hmac docsPaul Kehrer2013-10-291-4/+5
|
* fix indentation error and wrapping in docsPaul Kehrer2013-10-281-3/+4
|
* fix hmac docs to point to new hazmat locationPaul Kehrer2013-10-281-2/+2
|
* change type of exception raised, fix docs typoPaul Kehrer2013-10-281-1/+1
|
* make hmac (mostly) compatible with stdlib hmacPaul Kehrer2013-10-281-5/+5
|
* clean up loader and make docs default to hmac sha256Paul Kehrer2013-10-281-1/+1
|
* HMAC supportPaul Kehrer2013-10-282-0/+51
| | | | | | Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py
* Merge pull request #190 from alex/hashes-docsDavid Reid2013-10-281-3/+12
|\ | | | | example of how to use hashes
| * example of how to use hashesAlex Gaynor2013-10-281-3/+12
| |
* | reorderAlex Gaynor2013-10-281-2/+2
|/
* Hazard -> HazardousDonald Stufft2013-10-281-2/+2
|
* Move the danger to the very top of the fileDonald Stufft2013-10-285-15/+15
|
* Warn about dragons and dinosaurs with laser gunsDonald Stufft2013-10-285-4/+32
|
* Move the bindings into the hazmat moduleDonald Stufft2013-10-284-7/+7
|
* Move primtives into a hazmat packageDonald Stufft2013-10-285-12/+19
|
* Merge branch 'master' into api-to-backend-in-one-easy-stepPaul Kehrer2013-10-223-20/+34
|\ | | | | | | | | | | | | | | | | | | | | * master: Make use of currentmodule to maybe reduce redundant module definitions and also get source links. Enable the new read the docs theme, it's pretty. use is for identical object comparison add gcm constants and EVP_CIPHER_CTX_ctrl macro md5 is 128-bit. The person responsible for this mistake has been shot add test to verify api is being copied in hash When copying a hash, pass the api through to the new object
| * Merge pull request #171 from dreid/use-currentmoduleAlex Gaynor2013-10-222-19/+29
| |\ | | | | | | Make use of currentmodule to maybe reduce redundant module definitions a...
| | * Make use of currentmodule to maybe reduce redundant module definitions and ↵David Reid2013-10-222-19/+29
| | | | | | | | | | | | also get source links.
| * | Enable the new read the docs theme, it's pretty.Alex Gaynor2013-10-221-0/+4
| | | | | | | | | | | | Refs: https://twitter.com/readthedocs/status/392794577918099456
| * | md5 is 128-bit. The person responsible for this mistake has been shotPaul Kehrer2013-10-221-1/+1
| |/