Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo fix | Alex Gaynor | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | Single line | Alex Gaynor | 2013-10-02 | 1 | -2/+1 |
| | |||||
* | Include key finger prints in AUTHORS.rst | Alex Gaynor | 2013-10-02 | 1 | -0/+3 |
| | |||||
* | Merge pull request #78 from alex/check-cffi | Donald Stufft | 2013-10-02 | 3 | -4/+22 |
|\ | | | | | Be stricter in type checking the C prototypes | ||||
| * | Added an explanatory comment | Alex Gaynor | 2013-10-02 | 1 | -0/+8 |
| | | |||||
| * | Move to a saner approach | Alex Gaynor | 2013-10-02 | 3 | -13/+13 |
| | | |||||
| * | Rewrite this comment | Alex Gaynor | 2013-10-01 | 1 | -1/+1 |
| | | |||||
| * | Try without this | Alex Gaynor | 2013-09-30 | 1 | -4/+2 |
| | | |||||
| * | Give up | Alex Gaynor | 2013-09-30 | 1 | -8/+1 |
| | | |||||
| * | Everything but shut some off | Alex Gaynor | 2013-09-30 | 1 | -1/+8 |
| | | |||||
| * | A flag too far | Alex Gaynor | 2013-09-30 | 1 | -1/+1 |
| | | |||||
| * | only pass these on OS X | Alex Gaynor | 2013-09-30 | 1 | -9/+12 |
| | | |||||
| * | I removed this | Alex Gaynor | 2013-09-30 | 1 | -1/+0 |
| | | |||||
| * | Some comments | Alex Gaynor | 2013-09-30 | 1 | -1/+6 |
| | | |||||
| * | Different flags | Alex Gaynor | 2013-09-30 | 1 | -1/+4 |
| | | |||||
| * | Do this always | Alex Gaynor | 2013-09-30 | 2 | -8/+3 |
| | | |||||
| * | We can't compile cffi itself with warnings | Alex Gaynor | 2013-09-30 | 1 | -3/+2 |
| | | |||||
| * | Remove | Alex Gaynor | 2013-09-30 | 1 | -1/+1 |
| | | |||||
| * | Software. | Alex Gaynor | 2013-09-30 | 1 | -1/+1 |
| | | |||||
| * | Try without this | Alex Gaynor | 2013-09-30 | 1 | -1/+1 |
| | | |||||
| * | This isn't useful | Alex Gaynor | 2013-09-30 | 1 | -1/+0 |
| | | |||||
| * | A tox thing which attempts to check for errors (should be failing now) | Alex Gaynor | 2013-09-30 | 2 | -1/+10 |
| | | |||||
* | | Merge pull request #82 from alex/reflow | Donald Stufft | 2013-10-01 | 1 | -13/+11 |
|\ \ | | | | | | | Reflow some paragraphs in the contributing docs | ||||
| * | | Reflow some paragraphs in the contributing docs | Alex Gaynor | 2013-10-01 | 1 | -13/+11 |
|/ / | |||||
* | | Merge pull request #81 from wallrj/dev-requirements-wallrj | Alex Gaynor | 2013-10-01 | 2 | -0/+80 |
|\ \ | | | | | | | Dev requirements wallrj | ||||
| * | | address dreids review comments | Richard Wall | 2013-10-01 | 1 | -41/+7 |
| | | | |||||
| * | | remove install dependencies | Richard Wall | 2013-10-01 | 1 | -2/+0 |
| | | | |||||
| * | | Address review comments. Better headings. More documentation build options | Richard Wall | 2013-10-01 | 1 | -37/+60 |
| | | | |||||
| * | | call it dev-requirements.txt | Richard Wall | 2013-10-01 | 1 | -0/+0 |
| | | | |||||
| * | | add some more links | Richard Wall | 2013-10-01 | 1 | -8/+13 |
| | | | |||||
| * | | some narrative documentation explaining how to set up a development environment | Richard Wall | 2013-10-01 | 2 | -5/+85 |
| | | | |||||
| * | | Add a dev requirements file | Richard Wall | 2013-10-01 | 1 | -0/+8 |
|/ / | |||||
* | | Merge pull request #79 from reaperhulk/init-cipher-ctx | Alex Gaynor | 2013-09-30 | 2 | -0/+3 |
|\ \ | |/ |/| | Added a EVP_CIPHER_CTX_init() call | ||||
| * | Added a EVP_CIPHER_CTX_init() call | Paul Kehrer | 2013-09-30 | 2 | -0/+3 |
|/ | | | | | | | * In OpenSSL when you alloc an EVP_CIPHER_CTX you must then init it (which just zeroes the allocated memory). If you do not then it is possible for things to kerplode when passing the uninitialized context to EVP_EncryptInit_ex(). This patch fixes that. | ||||
* | Merge pull request #75 from alex/expose-api | Donald Stufft | 2013-09-30 | 4 | -25/+63 |
|\ | | | | | Make the lib and ffi public for the OpenSSL binding and document them | ||||
| * | Put a warning | Alex Gaynor | 2013-09-30 | 1 | -0/+7 |
| | | |||||
| * | Make the lib and ffi public for the OpenSSL binding and document them | Alex Gaynor | 2013-09-30 | 4 | -25/+56 |
|/ | |||||
* | Merge pull request #74 from alex/copyright | Donald Stufft | 2013-09-29 | 1 | -1/+1 |
|\ | | | | | Corrected the copyright | ||||
| * | Corrected the copyright | Alex Gaynor | 2013-09-29 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #73 from alex/dedent | Donald Stufft | 2013-09-28 | 2 | -19/+21 |
|\ | | | | | Dedent the C declarations to give us more space to work with | ||||
| * | Dedent the C declarations to give us more space to work with | Alex Gaynor | 2013-09-28 | 2 | -19/+21 |
|/ | |||||
* | Merge pull request #71 from reaperhulk/cryptrec-openssl-loader | Alex Gaynor | 2013-09-27 | 2 | -2/+203 |
|\ | | | | | add cryptrec and openssl test vector loaders + tests | ||||
| * | simplify cryptrec loader, improve comments | Paul Kehrer | 2013-09-27 | 1 | -27/+17 |
| | | |||||
| * | remove distinction between encrypt/decrypt in the openssl loader | Paul Kehrer | 2013-09-24 | 2 | -124/+13 |
| | | | | | | | | | | | | | | * This was done because all the OpenSSL test vectors we're currently using are identical between encrypt/decrypt. * Removed a bunch of unneeded unit tests that checked the encrypt/decrypt vectors | ||||
| * | simplify and annotate loaders based on review feedback | Paul Kehrer | 2013-09-23 | 1 | -14/+17 |
| | | |||||
| * | crazy pep8 contortions | Paul Kehrer | 2013-09-15 | 1 | -25/+42 |
| | | |||||
| * | sort the cryptrec loader dict's items to test reliably | Paul Kehrer | 2013-09-15 | 1 | -1/+1 |
| | | |||||
| * | add cryptrec and openssl test vector loaders + tests | Paul Kehrer | 2013-09-15 | 2 | -2/+304 |
|/ | |||||
* | Merge pull request #69 from reaperhulk/camellia-vectors | Alex Gaynor | 2013-09-15 | 6 | -0/+11687 |
|\ | | | | | Camellia test vectors | ||||
| * | Camellia test vectors | Paul Kehrer | 2013-09-14 | 6 | -0/+11687 |
|/ | | | | | | * ECB tests come from the NTT Camellia pages (as linked to by the latest [CRYPTREC](http://www.cryptrec.go.jp/english/method.html)). * CFB, OFB, CBC tests from OpenSSL evptests |