aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | fix warnings caused by signature changes from beta1 to beta2Paul Kehrer2014-08-091-4/+4
| * | X509_VERIFY_PARAM_set_hostflags is available in 1.0.2-beta2Paul Kehrer2014-08-091-13/+3
|/ /
* | Merge pull request #1294 from reaperhulk/0.5.3-changelogAlex Gaynor2014-08-071-0/+5
|\ \
| * | add 0.5.3 changelog information to masterPaul Kehrer2014-08-071-0/+5
|/ /
* | Merge pull request #1283 from Ayrx/entry_pointsPaul Kehrer2014-08-017-38/+38
|\ \
| * | Fix test failuresTerry Chia2014-07-283-6/+6
| * | Removed need for Binding entry_pointTerry Chia2014-07-284-40/+23
| * | Added entry_points.Terry Chia2014-07-272-14/+31
* | | Merge pull request #1289 from alex/simplify-coveragePaul Kehrer2014-07-292-1/+4
|\ \ \ | |/ / |/| |
| * | Move coverage configuration to the config fileAlexander Gaynor2014-07-282-1/+4
|/ /
* | Merge pull request #1282 from akgood/reorder_libsAlex Gaynor2014-07-231-1/+5
|\ \
| * | shorten comment line length for PEP-8Adam Goodman2014-07-231-3/+4
| * | Merge branch 'master' into reorder_libsAdam Goodman2014-07-2329-225/+6022
| |\ \ | |/ / |/| |
| * | reorder libssl/libcrypto on linker command lineAdam Goodman2014-07-091-1/+4
| | * Document the new interfaceAlexander Gaynor2014-07-191-2/+19
| | * Merge branch 'master' into pem-loading-backendAlexander Gaynor2014-07-195-79/+107
| | |\ | |_|/ |/| |
* | | Merge pull request #1275 from crc32a/masterAlex Gaynor2014-07-181-0/+1
|\ \ \
| * | | Adding binding for NID_issuer_alt_name cause we may need it in pyopensslCarlos D. Garza2014-07-181-0/+1
* | | | Merge pull request #1274 from reaperhulk/add-missing-methods-multibackendAlex Gaynor2014-07-182-0/+30
|\ \ \ \
| * | | | add missing DSABackend numbers loading methods to MultibackendPaul Kehrer2014-07-182-0/+30
| |/ / /
* | | | Merge pull request #1272 from alex/reorganize-docsPaul Kehrer2014-07-181-73/+72
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into reorganize-docsAlexander Gaynor2014-07-181-6/+4
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1273 from reaperhulk/fix-travis-osxAlex Gaynor2014-07-181-6/+4
|\ \ \ \
| * | | | update travis.yml to fix os x buildersPaul Kehrer2014-07-181-6/+4
|/ / / /
| * / / Reorder the backend interfaces in the docs to group them more sensiblyAlexander Gaynor2014-07-181-73/+72
|/ / /
| | * Added PEMSerializationBackend interfaceAlex Gaynor2014-07-181-0/+10
| |/ |/|
* | Merge pull request #1265 from reaperhulk/update-platformsAlex Gaynor2014-07-161-2/+2
|\ \
| * | update testing platforms/OpenSSL versionsPaul Kehrer2014-07-141-2/+2
* | | Merge pull request #1271 from alex/organizePaul Kehrer2014-07-161-35/+35
|\ \ \
| * | | Reorganize the backend interface definitionsAlex Gaynor2014-07-161-35/+35
* | | | Merge pull request #1264 from public/dh-vectorsPaul Kehrer2014-07-165-0/+5625
|\ \ \ \ | |/ / / |/| | |
| * | | NIST KASVS values for DH and ECDHAlex Stapleton2014-07-165-0/+5625
* | | | Merge pull request #1268 from crc32a/X509V3_EXT_d2i_bindingAlex Gaynor2014-07-151-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Removing the param name from the binding for X509V3_EXT_d2i in accordence wit...Carlos D. Garza2014-07-151-1/+1
| * | | Adding binding for void *X509V3_EXT_d2i(X509_EXTENSION *ext);Carlos D. Garza2014-07-151-0/+1
|/ / /
* | | Merge pull request #1263 from alex/wordwrap-and-checkPaul Kehrer2014-07-122-16/+25
|\ \ \
| * | | Fixed link that got brokenAlex Gaynor2014-07-121-1/+1
| * | | Linewrap CHANGELOG and have doc8 check it as wellAlex Gaynor2014-07-122-16/+25
* | | | Merge pull request #1261 from alex/we-are-the-six-percentPaul Kehrer2014-07-121-2/+1
|\ \ \ \
| * | | | No point showing a ...Alex Gaynor2014-07-121-2/+1
| * | | | Remove the 6% chance this test will fail -- refs #1259Alex Gaynor2014-07-121-1/+1
| |/ / /
* | | | Merge pull request #1262 from alex/write-all-the-wordsPaul Kehrer2014-07-122-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Try to make the examples of verifying an HMAC/CMAC clearer -- refs #1259Alex Gaynor2014-07-122-2/+6
|/ / /
* | | Merge pull request #1259 from public/doctestsPaul Kehrer2014-07-124-6/+23
|\| |
| * | Get rid of remaining pycon blocksAlex Stapleton2014-07-124-6/+23
|/ /
* | Merge pull request #1256 from alex/serialization-docsDonald Stufft2014-07-111-9/+39
|\ \
| * | Turn this into a doctest blockAlex Gaynor2014-07-111-7/+35
| * | Fixed name of the functionAlex Gaynor2014-07-111-2/+3
| * | Fixed example in the serialization docsAlex Gaynor2014-07-111-2/+3
|/ /
* | Merge pull request #1254 from alex/check-for-errorsDavid Reid2014-07-111-2/+3
|\ \