aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly pass around the API, and run all tests under all available APIsAlex Gaynor2013-10-035-27/+61
|
* Merge pull request #84 from hynek/typoAlex Gaynor2013-10-031-1/+1
|\ | | | | Fix typo in OpenSSL bindings docs
| * Fix typo in OpenSSL bindings docsHynek Schlawack2013-10-031-1/+1
|/
* Merge pull request #83 from alex/fingerprintsDonald Stufft2013-10-021-1/+3
|\ | | | | Include key finger prints in AUTHORS.rst
| * Typo fixAlex Gaynor2013-10-021-1/+1
| |
| * Single lineAlex Gaynor2013-10-021-2/+1
| |
| * Include key finger prints in AUTHORS.rstAlex Gaynor2013-10-021-0/+3
| |
* | Merge pull request #76 from alex/bind-bignumDonald Stufft2013-10-022-0/+35
|\ \ | |/ |/| Added bindings for OpenSSL's bn.h
| * Remove this, it properly belongs to ASN1, and that's for a seperate PRAlex Gaynor2013-10-021-4/+0
| |
| * Thsi is a macroAlex Gaynor2013-10-021-2/+1
| |
| * Fixes to match teh C headersAlex Gaynor2013-10-021-2/+6
| |
| * Merge branch 'master' into bind-bignumAlex Gaynor2013-10-025-4/+103
| |\ | |/ |/|
* | Merge pull request #78 from alex/check-cffiDonald Stufft2013-10-023-4/+22
|\ \ | | | | | | Be stricter in type checking the C prototypes
| * | Added an explanatory commentAlex Gaynor2013-10-021-0/+8
| | |
| * | Move to a saner approachAlex Gaynor2013-10-023-13/+13
| | |
| * | Rewrite this commentAlex Gaynor2013-10-011-1/+1
| | |
| * | Try without thisAlex Gaynor2013-09-301-4/+2
| | |
| * | Give upAlex Gaynor2013-09-301-8/+1
| | |
| * | Everything but shut some offAlex Gaynor2013-09-301-1/+8
| | |
| * | A flag too farAlex Gaynor2013-09-301-1/+1
| | |
| * | only pass these on OS XAlex Gaynor2013-09-301-9/+12
| | |
| * | I removed thisAlex Gaynor2013-09-301-1/+0
| | |
| * | Some commentsAlex Gaynor2013-09-301-1/+6
| | |
| * | Different flagsAlex Gaynor2013-09-301-1/+4
| | |
| * | Do this alwaysAlex Gaynor2013-09-302-8/+3
| | |
| * | We can't compile cffi itself with warningsAlex Gaynor2013-09-301-3/+2
| | |
| * | RemoveAlex Gaynor2013-09-301-1/+1
| | |
| * | Software.Alex Gaynor2013-09-301-1/+1
| | |
| * | Try without thisAlex Gaynor2013-09-301-1/+1
| | |
| * | This isn't usefulAlex Gaynor2013-09-301-1/+0
| | |
| * | A tox thing which attempts to check for errors (should be failing now)Alex Gaynor2013-09-302-1/+10
| | |
* | | Merge pull request #82 from alex/reflowDonald Stufft2013-10-011-13/+11
|\ \ \ | | | | | | | | Reflow some paragraphs in the contributing docs
| * | | Reflow some paragraphs in the contributing docsAlex Gaynor2013-10-011-13/+11
|/ / /
* | | Merge pull request #81 from wallrj/dev-requirements-wallrjAlex Gaynor2013-10-012-0/+80
|\ \ \ | | | | | | | | Dev requirements wallrj
| * | | address dreids review commentsRichard Wall2013-10-011-41/+7
| | | |
| * | | remove install dependenciesRichard Wall2013-10-011-2/+0
| | | |
| * | | Address review comments. Better headings. More documentation build optionsRichard Wall2013-10-011-37/+60
| | | |
| * | | call it dev-requirements.txtRichard Wall2013-10-011-0/+0
| | | |
| * | | add some more linksRichard Wall2013-10-011-8/+13
| | | |
| * | | some narrative documentation explaining how to set up a development environmentRichard Wall2013-10-012-5/+85
| | | |
| * | | Add a dev requirements fileRichard Wall2013-10-011-0/+8
|/ / /
* | | Merge pull request #79 from reaperhulk/init-cipher-ctxAlex Gaynor2013-09-302-0/+3
|\ \ \ | |/ / |/| | Added a EVP_CIPHER_CTX_init() call
| * | Added a EVP_CIPHER_CTX_init() callPaul Kehrer2013-09-302-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.
| * Added bindings for OpenSSL's bn.hAlex Gaynor2013-09-302-0/+36
|/
* Merge pull request #75 from alex/expose-apiDonald Stufft2013-09-304-25/+63
|\ | | | | Make the lib and ffi public for the OpenSSL binding and document them
| * Put a warningAlex Gaynor2013-09-301-0/+7
| |
| * Make the lib and ffi public for the OpenSSL binding and document themAlex Gaynor2013-09-304-25/+56
|/
* Merge pull request #74 from alex/copyrightDonald Stufft2013-09-291-1/+1
|\ | | | | Corrected the copyright
| * Corrected the copyrightAlex Gaynor2013-09-291-1/+1
|/
* Merge pull request #73 from alex/dedentDonald Stufft2013-09-282-19/+21
|\ | | | | Dedent the C declarations to give us more space to work with