aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/symmetric-encryption.rst
Commit message (Collapse)AuthorAgeFilesLines
* Word wrap some long lines in teh docsAlex Gaynor2014-05-171-2/+2
|
* add some docs and changelogPaul Kehrer2014-05-151-0/+13
|
* Use bold instead of italicsPaul Kehrer2014-05-091-1/+1
|
* Fix some typos in the docsAlex Stapleton2014-05-021-2/+2
|
* Use the short name in the docsAlex Gaynor2014-04-291-1/+1
|
* Added CMAC docsAyrx2014-04-221-2/+2
|
* add SEED docs, tests, small fixesPaul Kehrer2014-04-091-1/+12
|
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-271-3/+3
|
* Standardise on sentence case for titlesAlex Stapleton2014-03-181-3/+3
|
* Added backend check to cipher primitivesAyrx2014-03-161-0/+4
|
* add IDEA support for CBC, CFB, OFB + tests for all IDEAPaul Kehrer2014-03-111-2/+2
|
* basic IDEA ECB support for OpenSSL backendPaul Kehrer2014-03-111-0/+12
|
* Various "improvements" to the symmetric docsAlex Stapleton2014-03-101-80/+86
|
* Convert stuffAlex Gaynor2014-03-061-2/+2
|
* Re-linewrap the symmetric encryption doc sourceAlex Gaynor2014-02-251-53/+35
|
* add versionadded to cast5Paul Kehrer2014-02-131-0/+2
|
* remove some extra linebreaksPaul Kehrer2014-02-121-2/+0
|
* add cast5 docsPaul Kehrer2014-02-121-0/+11
|
* Rephrase for additional clairytAlex Gaynor2014-02-061-12/+12
|
* Verify the tag len for GCMAlex Gaynor2014-01-121-0/+5
|
* add padding info to docsPaul Kehrer2014-01-071-2/+14
|
* Merge pull request #418 from reaperhulk/move-contextsDavid Reid2014-01-071-73/+83
|\ | | | | Move ciphercontext/aeadciphercontext to bottom of symmetric encryption
| * move ciphercontext/aeadciphercontext to bottom of symmetric encryptionPaul Kehrer2014-01-071-73/+83
| | | | | | | | | | Add a bit of additional text to try to make the convoluted AEAD explanation better.
* | GCM does not require padding (removing from docs example)Paul Kehrer2014-01-071-15/+5
|/
* Merge pull request #416 from dreid/improved-aead-examplesAlex Gaynor2014-01-071-13/+73
|\ | | | | Try making the AEAD examples less dense.
| * Make the example more complete and add some comments walking the user ↵David Reid2014-01-071-14/+49
| | | | | | | | through some stuff.
| * Try making the AEAD examples less dense.David Reid2014-01-071-13/+38
| |
* | also remove CAST5 docsPaul Kehrer2014-01-071-9/+0
|/
* Merge branch 'master' into fernetAlex Gaynor2013-12-271-1/+12
|\
| * Merge pull request #325 from public/unsupported-cipher-messagesAlex Gaynor2013-12-221-1/+1
| |\ | | | | | | UnsupportedAlgorithm error messages for Ciphers
| | * UnsupportedAlgorithm error messages for CiphersAlex Stapleton2013-12-221-1/+1
| | |
| * | a few more doc changes to gcm tag infoPaul Kehrer2013-12-211-2/+3
| | |
| * | prose updates for GCM tagPaul Kehrer2013-12-211-4/+6
| | |
| * | doc updatesPaul Kehrer2013-12-211-2/+5
| | |
| * | add note regarding not truncating tagsPaul Kehrer2013-12-211-0/+5
| |/
* / Link from symmetric encryption to fernetAlex Gaynor2013-12-201-1/+1
|/
* Merge pull request #308 from alex/rename-bindingsDonald Stufft2013-12-151-4/+4
|\ | | | | Renamed bindings to backends
| * Renamed bindings to backendsAlex Gaynor2013-12-131-4/+4
| |
* | Need to include the importsAlex Gaynor2013-12-131-0/+2
| |
* | Prefer executable code examplesAlex Gaynor2013-12-131-2/+2
|/
* Always show where a baackend comes form in the docsAlex Gaynor2013-12-131-5/+6
|
* Merge pull request #285 from reaperhulk/fix-282Alex Gaynor2013-12-061-2/+2
|\ | | | | raise ValueErrors when supplying/not supplying tags for GCM
| * update docs to explain tag requirements and valueerrorPaul Kehrer2013-12-061-2/+2
| |
* | Don't show so much stuffAlex Gaynor2013-12-041-1/+1
| |
* | Be more specific about when you can trust authentication on GCMAlex Gaynor2013-12-041-3/+4
|/
* link to NIST GCM PDF where NIST recommends 96-bit IV for perf with GCMPaul Kehrer2013-12-031-5/+7
| | | | | Clarify that 96-bit IV is only recommended in performance critical situations...otherwise feel free to use something longer.
* remove AEADDecryptionContext references from GCM docsPaul Kehrer2013-12-031-12/+5
|
* improve language for gcm docsPaul Kehrer2013-12-031-5/+5
|
* attempt to document the new interfaces for AEADPaul Kehrer2013-11-291-6/+20
|
* explicit backend fix for gcm docsPaul Kehrer2013-11-291-2/+2
|