aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Merge remote-tracking branch 'upstream/master'Christian Heimes2013-08-112-10/+18
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #38 from alex/why-cryptographyHynek Schlawack2013-08-112-10/+18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Better describe why this library exists. Refs #5
| * | | | | | | | | Another issue we're targettingAlex Gaynor2013-08-111-0/+1
| | | | | | | | | |
| * | | | | | | | | English grammarAlex Gaynor2013-08-111-6/+6
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into why-cryptographyAlex Gaynor2013-08-111-0/+4
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.rst
| * | | | | | | | | 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 remote-tracking branch 'upstream/master'Christian Heimes2013-08-112-5/+18
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | 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
|/ / / / / / / / /
* | | | | | | | | 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
|/ / / / / / / /
| * | | | | | | use py.test for testingChristian Heimes2013-08-113-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correct cffi dependency to setup_requires ignore cffi, pycparser and pytest egg directories add myself to AUTHORS.rst
| * | | | | | | add classifiers, url, description and nose integration for python setup.py testChristian Heimes2013-08-101-0/+27
|/ / / / / / /
* | | | | | | 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
| | |