Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into fernet | Alex Gaynor | 2013-11-07 | 10 | -21/+163 |
|\ | |||||
| * | Merge pull request #231 from dreid/mode-interface-properties | Alex Gaynor | 2013-11-07 | 3 | -0/+63 |
| |\ | | | | | | | [WIP] Document mode interfaces. | ||||
| | * | Module documentation. | David Reid | 2013-11-07 | 1 | -1/+1 |
| | | | |||||
| | * | Single space. | David Reid | 2013-11-07 | 1 | -2/+2 |
| | | | |||||
| | * | Add a new Mode interface to document mode.name and start on some prose docs ↵ | David Reid | 2013-11-07 | 3 | -0/+63 |
| | | | | | | | | | | | | for interfaces. | ||||
| * | | Typo | Alex Gaynor | 2013-11-07 | 1 | -1/+1 |
| | | | |||||
| * | | Be really explicit about what's good and bad | Alex Gaynor | 2013-11-07 | 1 | -3/+23 |
| |/ | |||||
| * | Refer to the sphinx site, rather than the docutils one, for a reST primer | Alex Gaynor | 2013-11-06 | 1 | -1/+1 |
| | | |||||
| * | update docs | Paul Kehrer | 2013-11-06 | 1 | -14/+13 |
| | | |||||
| * | pep8 fix | Alex Gaynor | 2013-11-04 | 1 | -1/+0 |
| | | |||||
| * | This is now the default theme on RTD | Alex Gaynor | 2013-11-04 | 1 | -3/+0 |
| | | |||||
| * | Merge pull request #219 from alex/hmac-rfc | Hynek Schlawack | 2013-11-04 | 1 | -0/+2 |
| |\ | | | | | | | Refer to the RFC in the HMAC docs | ||||
| | * | Refer to the RFC in the HMAC docs | Alex Gaynor | 2013-11-03 | 1 | -0/+2 |
| | | | |||||
| * | | Merge pull request #217 from alex/glossary | Hynek Schlawack | 2013-11-03 | 2 | -0/+31 |
| |\ \ | | |/ | |/| | Initial work on a glossary | ||||
| | * | Get real scary | Alex Gaynor | 2013-11-03 | 1 | -1/+2 |
| | | | |||||
| | * | Began writing a glossary | Alex Gaynor | 2013-11-03 | 2 | -0/+30 |
| | | | |||||
| * | | Document the way we strive to interact with otehrs | Alex Gaynor | 2013-11-03 | 1 | -0/+5 |
| |/ | |||||
| * | Changed excpetion name based on feedback from dreid | Alex Gaynor | 2013-11-02 | 2 | -5/+5 |
| | | |||||
| * | Document and implement the public API for when the backend doesn't support ↵ | Alex Gaynor | 2013-11-02 | 3 | -0/+19 |
| | | | | | | | | the requested algorithm | ||||
| * | Merge pull request #211 from alex/stream-ciphers | David Reid | 2013-11-01 | 1 | -1/+8 |
| |\ | | | | | | | Document how this returns bytes | ||||
| | * | better english | Alex Gaynor | 2013-11-01 | 1 | -2/+2 |
| | | | |||||
| | * | For example | Alex Gaynor | 2013-11-01 | 1 | -3/+4 |
| | | | |||||
| | * | Document how this returns bytes | Alex Gaynor | 2013-11-01 | 1 | -1/+7 |
| | | | |||||
* | | | Merge branch 'master' into fernet | Alex Gaynor | 2013-11-01 | 3 | -22/+55 |
|\| | | |||||
| * | | Merge pull request #212 from dreid/primitive-hmac | Alex Gaynor | 2013-11-01 | 1 | -11/+10 |
| |\ \ | | | | | | | | | Strip down the HMAC interface to match the Hash interface. | ||||
| | * | | Update documentation | David Reid | 2013-11-01 | 1 | -11/+10 |
| | |/ | |||||
| * / | fixed rendering | Alex Gaynor | 2013-11-01 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #200 from dreid/primitive-hashes | Alex Gaynor | 2013-11-01 | 1 | -11/+17 |
| |\ | | | | | | | [WIP] Reduce the surface of the primitive hash interface. | ||||
| | * | Improve Hash documentation. | David Reid | 2013-11-01 | 1 | -3/+12 |
| | | | |||||
| | * | Update documentation | David Reid | 2013-10-31 | 1 | -8/+5 |
| | | | |||||
| * | | add CAST5 docs | Paul Kehrer | 2013-10-31 | 1 | -1/+9 |
| | | | |||||
| * | | move blowfish docs to new weak ciphers section, linkify aes | Paul Kehrer | 2013-10-31 | 1 | -1/+11 |
| | | | |||||
| * | | add bf docs | Paul Kehrer | 2013-10-31 | 1 | -0/+9 |
| |/ | |||||
* | | fix | Alex Gaynor | 2013-10-31 | 1 | -1/+0 |
| | | |||||
* | | Fixed keylength in example | Alex Gaynor | 2013-10-31 | 1 | -1/+1 |
| | | |||||
* | | Be explicit | Alex Gaynor | 2013-10-31 | 1 | -1/+3 |
| | | |||||
* | | Improve the docs | Alex Gaynor | 2013-10-31 | 1 | -1/+4 |
| | | |||||
* | | Docs | Alex Gaynor | 2013-10-31 | 2 | -0/+49 |
|/ | |||||
* | Fixed pep8 | Alex Gaynor | 2013-10-29 | 1 | -0/+1 |
| | |||||
* | Document that you should use the hazmat directive | Alex Gaynor | 2013-10-29 | 1 | -4/+11 |
| | |||||
* | Made a sphinx extension which emits the hazardous materials danger admonition | Alex Gaynor | 2013-10-29 | 9 | -42/+58 |
| | |||||
* | Merge pull request #194 from alex/current-module-hmac | David Reid | 2013-10-29 | 1 | -1/+3 |
|\ | | | | | Use current module in the hmac docs, for consistency | ||||
| * | Use current module in the hmac docs, for consistency | Alex Gaynor | 2013-10-29 | 1 | -1/+3 |
| | | |||||
* | | Clean up var naming | Alex Gaynor | 2013-10-29 | 1 | -2/+1 |
| | | |||||
* | | Remove removed methods from docs | Alex Gaynor | 2013-10-29 | 1 | -10/+0 |
| | | |||||
* | | Removed helper | Alex Gaynor | 2013-10-29 | 1 | -1/+4 |
| | | |||||
* | | typo | Alex Gaynor | 2013-10-29 | 1 | -1/+1 |
| | | |||||
* | | More docs | Alex Gaynor | 2013-10-29 | 2 | -9/+41 |
| | | |||||
* | | Start of docs | Alex Gaynor | 2013-10-29 | 2 | -0/+45 |
|/ | |||||
* | update hmac docs | Paul Kehrer | 2013-10-29 | 1 | -4/+5 |
| |