aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into why-cryptographyAlex Gaynor2013-08-111-0/+4
|\ | | | | | | | | Conflicts: README.rst
| * Merge pull request #39 from alex/link-docsHynek Schlawack2013-08-111-0/+6
| |\ | | | | | | Link the docs in the readme
| | * Dropped a wordAlex Gaynor2013-08-111-1/+1
| | |
| | * Link the docs in the readmeAlex Gaynor2013-08-111-0/+6
| |/
* | Added another item from hynekAlex Gaynor2013-08-111-0/+1
| |
* | Document that we want AES-GCMAlex Gaynor2013-08-111-0/+1
| |
* | Better gramarAlex Gaynor2013-08-111-1/+1
| |
* | Make this a headingAlex Gaynor2013-08-111-1/+2
| |
* | Better describe why this library exists. Refs #5Alex Gaynor2013-08-112-7/+13
|/
* Merge pull request #35 from hynek/add-new-file-requirements-to-contributingDonald Stufft2013-08-111-5/+12
|\ | | | | Add requirements for code files to CONTRIBUTING
| * Add requirements for code files to CONTRIBUTINGHynek Schlawack2013-08-111-5/+12
|/
* Merge pull request #34 from alex/excise-paddingHynek Schlawack2013-08-101-4/+4
|\ | | | | Fully excised padding from the docs
| * Fixed exampleAlex Gaynor2013-08-101-1/+1
| |
| * Fully excised padding from the docsAlex Gaynor2013-08-101-4/+4
| |
* | Merge pull request #33 from alex/api-valDonald Stufft2013-08-101-1/+1
|\ \ | |/ |/| Make api poitn to the right object
| * Make api poitn to the right objectAlex Gaynor2013-08-101-1/+1
|/
* Merge pull request #32 from alex/bytes-for-nist-vectorsDonald Stufft2013-08-102-59/+109
|\ | | | | Made the load NIST vectors test utility use bytes correctly
| * Made the load NIST vectors test utility use bytes correctlyAlex Gaynor2013-08-102-59/+109
|/
* Merge pull request #30 from dstufft/simplify-apiAlex Gaynor2013-08-101-6/+0
|\ | | | | Removing padding from the encryption API
| * Removing padding from the encryption APIDonald Stufft2013-08-101-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * Padding is fundamentally an operation that occurs prior to encryption to make plaintext suitable. * Even though wether it's regarded is dependent on the mode, it can be used safely regardless. * Moving it out of this API makes the API's simpler and more composable. * Moving it out of this API makes it simpler for backends that don't work exactly like OpenSSL's EVP. * Move it out of this API makes it simpler to include padding that OpenSSL's EVP API doesn't expose.
* | Merge pull request #31 from dstufft/add-nist-vector-filesHynek Schlawack2013-08-1089-0/+75749
|\ \ | |/ |/| Add the NIST AES vectors
| * Add the NIST AES vectorsDonald Stufft2013-08-1089-0/+75749
|/
* Merge pull request #29 from dstufft/nist-vector-file-utilitiesAlex Gaynor2013-08-084-2/+315
|\ | | | | Add a test utility functions to read & process NIST vector files
| * Add a test utility functions to read & process NIST vector filesDonald Stufft2013-08-094-2/+315
| |
* | Merge pull request #26 from alex/symmetric-encryption-docsDonald Stufft2013-08-083-0/+77
|\ \ | | | | | | [WIP] Started trying to document symmetric encryption
| * | Typo fixAlex Gaynor2013-08-081-2/+2
| | |
| * | A padding exampleAlex Gaynor2013-08-081-2/+4
| | |
| * | This is where padding goesAlex Gaynor2013-08-081-1/+5
| | |
| * | Descriptive textAlex Gaynor2013-08-081-0/+3
| | |
| * | Describe the methods more explicitlyAlex Gaynor2013-08-081-8/+11
| | |
| * | Document this as a classAlex Gaynor2013-08-081-18/+17
| | |
| * | New languageAlex Gaynor2013-08-081-3/+3
| | |
| * | more accurateAlex Gaynor2013-08-081-2/+4
| | |
| * | Move the modules aroundAlex Gaynor2013-08-081-5/+4
| | |
| * | FixAlex Gaynor2013-08-081-2/+2
| | |
| * | This is a lieAlex Gaynor2013-08-081-2/+0
| | |
| * | All capsAlex Gaynor2013-08-081-1/+1
| | |
| * | fix spelling errors, move moduleAlex Gaynor2013-08-081-2/+2
| | |
| * | Document that IVs should not be reused.Alex Gaynor2013-08-081-0/+2
| | |
| * | Document how long iv should beAlex Gaynor2013-08-081-1/+3
| | |
| * | Try to document CBCAlex Gaynor2013-08-081-2/+9
| | |
| * | Attempt to document AESAlex Gaynor2013-08-081-2/+8
| | |
| * | Crypto is seriously hardAlex Gaynor2013-08-081-1/+1
| | |
| * | Start stubbing out subheadingsAlex Gaynor2013-08-081-0/+12
| | |
| * | Begin to describe the methodsAlex Gaynor2013-08-081-0/+8
| | |
| * | Started trying to document symmetric encryptionAlex Gaynor2013-08-083-0/+30
| | |
* | | Merge pull request #27 from exarkun/spelling-counts-gentlemenDonald Stufft2013-08-081-3/+3
|\ \ \ | |/ / |/| | There *is* a p in `cryptography` but it has a specific position in the word.
| * | There *is* a p in `cryptography` but it has a specific position in the word.Jean-Paul Calderone2013-08-081-3/+3
|/ /
* | Merge pull request #22 from lvh/fix-lvh-emailHynek Schlawack2013-08-081-1/+1
|\ \ | | | | | | Fix lvh's e-mail address in AUTHORS
| * | Fix e-mailLaurens Van Houtven2013-08-081-1/+1
|/ /