aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Added documentationAyrx2014-05-061-0/+86
|
* Merge pull request #1014 from public/098kPaul Kehrer2014-05-041-0/+1
|\ | | | | We also test on Ubuntu Lucid 0.9.8k
| * We also test on Ubuntu Lucid 0.9.8kAlex Stapleton2014-05-041-0/+1
| |
* | Added item to post-release tasksAyrx2014-05-041-0/+3
| |
* | Style guide fix in the docsAlex Gaynor2014-05-032-2/+2
|/
* Merge pull request #1002 from public/doc-tweaks-4Alex Gaynor2014-05-024-10/+14
|\ | | | | Fix some typos in the docs
| * Fix some typos in the docsAlex Stapleton2014-05-024-10/+14
| |
* | linkfiyAlex Gaynor2014-05-021-1/+2
| |
* | typoAlex Gaynor2014-05-021-1/+1
| |
* | More detailsAlex Gaynor2014-05-021-3/+10
| |
* | Conda is a word I guessAlex Gaynor2014-05-021-0/+1
| |
* | Fixed #1000 -- document the conda issue and workaroundAlex Gaynor2014-05-021-0/+10
|/
* convert dsa examples to doctestPaul Kehrer2014-05-021-2/+2
|
* remove an unneeded line in the examplePaul Kehrer2014-05-011-1/+0
|
* DSA signing support (this is mostly skeuomorf's work, credit to him)Paul Kehrer2014-05-013-0/+73
|
* document that the OpenSSL backend conforms to the CMACBackend interfacePaul Kehrer2014-05-011-0/+1
|
* Merge pull request #982 from reaperhulk/dsa-verifyDavid Reid2014-05-014-3/+110
|\ | | | | DSA verification
| * update docsPaul Kehrer2014-05-011-1/+2
| |
| * updates for review feedbackPaul Kehrer2014-05-012-6/+9
| |
| * add interface docs for dsa_params_supportedPaul Kehrer2014-04-301-0/+9
| |
| * remove dsa_signature_from_components since it's no longer neededPaul Kehrer2014-04-301-9/+1
| |
| * Add DSA verification docsMohammed Attia2014-04-304-3/+105
| |
* | Added link to crypto.se answerAyrx2014-05-011-0/+4
| |
* | Added note about preferred MAC algorithmAyrx2014-05-011-0/+3
|/
* Use the short name in the docsAlex Gaynor2014-04-291-1/+1
|
* document exceptions for paddingPaul Kehrer2014-04-271-0/+4
|
* Merge pull request #962 from reaperhulk/rsa-encAlex Gaynor2014-04-263-0/+90
|\ | | | | RSA encryption support
| * improve style in test, update docs for rsa encryption reviewPaul Kehrer2014-04-241-1/+2
| |
| * change doctest to codeblock until we add multibackend support for encryptPaul Kehrer2014-04-241-16/+16
| |
| * RSA encryption supportPaul Kehrer2014-04-243-0/+89
| |
* | Merge pull request #972 from public/padding-docsPaul Kehrer2014-04-261-0/+9
|\ \ | | | | | | Use AlreadyFinalized instead of ValueError
| * | Update padding docsAlex Stapleton2014-04-261-0/+9
| | |
* | | Rename OpenSSLSerializationBackendAlex Stapleton2014-04-252-3/+4
| | |
* | | Fix some typos.Alex Gaynor2014-04-251-1/+1
| |/ |/| | | | | Found with https://github.com/intgr/topy/
* | More phrasingAlex Gaynor2014-04-241-4/+4
| |
* | Also fix up some phrasingsAlex Gaynor2014-04-241-8/+9
| |
* | Removed strange use of quotesAlex Gaynor2014-04-241-1/+1
| |
* | Merge pull request #949 from reaperhulk/rsa-oaep-decryptAlex Gaynor2014-04-232-2/+42
|\ \ | | | | | | OAEP support for RSA decryption
| * | update docs for oaepPaul Kehrer2014-04-231-1/+1
| | |
| * | add OAEP decryption example in docsPaul Kehrer2014-04-221-0/+16
| | |
| * | OAEP support for RSA decryptionPaul Kehrer2014-04-222-2/+26
| | |
* | | New Anchor hereAlex Gaynor2014-04-231-1/+1
| | |
* | | Added changelog and versionadded for CMACAyrx2014-04-221-0/+2
| | |
* | | Added CMACBackend to multibackendAyrx2014-04-221-1/+1
|/ /
* | Added documentation to note rfc 4493Ayrx2014-04-221-0/+2
| |
* | Added wikipedia linkAyrx2014-04-221-1/+4
| |
* | Changed doctests to code-blockAyrx2014-04-221-1/+1
| |
* | Updated CMAC documentationAyrx2014-04-222-2/+11
| |
* | Added CMAC docsAyrx2014-04-225-4/+105
| |
* | Merge pull request #888 from reaperhulk/rsa-decryptAlex Gaynor2014-04-214-4/+66
|\ \ | | | | | | RSA PKCS1v15 Decryption Support