aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixed wrong vectorsAyrx2014-04-131-3/+3
| |
| * More vectorsAyrx2014-04-101-0/+10
| |
* | Merge pull request #908 from reaperhulk/seed-supportDavid Reid2014-04-121-1/+12
|\ \ | |/ |/| SEED support
| * add SEED docs, tests, small fixesPaul Kehrer2014-04-091-1/+12
| |
* | some small doc fixesPaul Kehrer2014-04-093-10/+10
|/
* linkify another thingPaul Kehrer2014-04-091-1/+1
|
* botan is just as much of a word as opensslPaul Kehrer2014-04-081-0/+1
|
* add SEED CFB/OFB bespoke vectors and documentationPaul Kehrer2014-04-084-0/+125
|
* Merge pull request #903 from reaperhulk/seed-ecb-vectorsDavid Reid2014-04-081-0/+2
|\ | | | | add SEED ECB/CBC vectors
| * add SEED CBC vectors from rfc 4196Paul Kehrer2014-04-081-0/+1
| |
| * add SEED ECB vectors from rfc 4269Paul Kehrer2014-04-081-0/+1
| |
* | Updated instructions to use a common header for each packagerAyrx2014-04-081-15/+4
| |
* | .rst syntax fixKimmo Parviainen-Jalanko2014-04-081-0/+2
| |
* | Added instructions for instalation with OpenSSL from MacPortsKimmo Parviainen-Jalanko2014-04-081-2/+14
| |
* | Missing comma, whitespaceAlex Gaynor2014-04-071-8/+8
|/
* Merge pull request #739 from skeuomorf/dsa-backendPaul Kehrer2014-04-052-1/+92
|\ | | | | DSA backend
| * Add docs for DSA parameters and key generationMohammed Attia2014-04-042-1/+92
| |
* | Merge pull request #883 from reaperhulk/deprecation-danceAlex Gaynor2014-04-033-22/+25
|\ \ | | | | | | move salt_length from MGF1 to PSS and start deprecation cycle
| * | deprecation cycle post-release instructionsPaul Kehrer2014-04-021-0/+3
| | |
| * | address review commentsPaul Kehrer2014-04-021-1/+1
| | |
| * | move salt_length from MGF1 to PSS and start deprecation cyclePaul Kehrer2014-04-022-22/+22
| | |
* | | Merge pull request #886 from skeuomorf/rsa-docsAlex Gaynor2014-04-031-3/+3
|\ \ \ | |/ / |/| | Remove 'Must be at least 512.' statement from RSA's docs
| * | Remove 'Must be at least 512.' statement from RSA's docsMohammed Attia2014-04-031-3/+3
| |/
* | Merge pull request #884 from reaperhulk/post-release-tasksAlex Gaynor2014-04-021-0/+10
|\ \ | | | | | | add new post-release tasks section
| * | some updates to please the spellcheckerPaul Kehrer2014-04-021-3/+3
| | |
| * | add new post-release tasks section to help release managersPaul Kehrer2014-04-021-0/+10
| | |
* | | Recommend @lvh's bookAlex Gaynor2014-04-021-2/+4
|/ /
* | Update docsAlex Stapleton2014-04-021-0/+2
| |
* | Update docsAlex Stapleton2014-04-021-3/+2
|/
* Add DSA private key api, docs and testsMohammed Attia2014-03-301-0/+17
|
* Add DSA public key api, docs and testsMohammed Attia2014-03-301-0/+22
|
* Add DSA parameters api, docs and testsMohammed Attia2014-03-302-0/+30
|
* Make code review docs friendlierAlex Stapleton2014-03-291-6/+10
|
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-277-63/+39
|
* A new flake8 is out. Our code is bad again!Alex Gaynor2014-03-261-45/+37
|
* Merge pull request #845 from public/no-memory-wipe-docsPaul Kehrer2014-03-252-0/+20
|\ | | | | Document our security limitations
| * "potentially vulnerable"Alex Stapleton2014-03-251-2/+2
| |
| * Rephrase to avoid american english failureAlex Stapleton2014-03-241-1/+1
| |
| * Add citation for being a low risk issueAlex Stapleton2014-03-241-2/+5
| |
| * Rephrase to keep the spell checker happyAlex Stapleton2014-03-221-1/+1
| |
| * LimitationsAlex Stapleton2014-03-222-0/+17
| |
* | Move cryptography.vectors to cryptography_vectorsAlex Stapleton2014-03-242-4/+12
|/ | | | | | | All vectors are now stored in the subpackage in the vectors/ folder. This package is automatically installed by setup.py test and will also be uploaded with a matching version number by the PyPI upload task.
* a few more import order fixes for upcoming flake8-import-orderPaul Kehrer2014-03-222-2/+2
|
* document the ValueErrorPaul Kehrer2014-03-191-0/+6
|
* RSA PSS signature supportPaul Kehrer2014-03-191-3/+58
|
* Standardise on sentence case for titlesAlex Stapleton2014-03-1825-47/+46
|
* Merge pull request #792 from reaperhulk/rsa-pss-verifyAlex Gaynor2014-03-171-0/+14
|\ | | | | RSA PSS Verify
| * link to Colin Percival re: recommended RSA signature paddingPaul Kehrer2014-03-171-1/+2
| |
| * move PSS to top of docsPaul Kehrer2014-03-161-7/+7
| |
| * add RSA PSS verification supportPaul Kehrer2014-03-161-0/+13
| |