aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #774 from reaperhulk/fix-773Alex Gaynor2014-03-101-92/+92
|\
| * change all our static const ints to longs in ssl.pyPaul Kehrer2014-03-101-91/+91
| * this define is too large for a 32-bit integer. fixes #773Paul Kehrer2014-03-101-1/+1
|/
* Merge pull request #772 from reaperhulk/rsa-mgf1-supported-interfaceAlex Gaynor2014-03-102-0/+20
|\
| * add mgf1_hash_supported to the RSABackend interfacePaul Kehrer2014-03-102-0/+20
* | Merge pull request #771 from reaperhulk/rsa-err-symbolsAlex Gaynor2014-03-101-0/+3
|\ \
| * | add two RSA items we need for PSSPaul Kehrer2014-03-101-0/+3
| |/
* | Merge pull request #770 from reaperhulk/document-some-versionsAlex Gaynor2014-03-103-4/+8
|\ \ | |/ |/|
| * document our oldest supported openssl and deny older supportPaul Kehrer2014-03-103-4/+8
* | Merge pull request #765 from public/doc-tweaksPaul Kehrer2014-03-102-37/+38
|\ \ | |/ |/|
| * Update HMAC and Digest docs.Alex Stapleton2014-03-102-37/+38
* | Merge pull request #766 from public/more-doc-tweaksPaul Kehrer2014-03-101-80/+86
|\ \
| * | Various "improvements" to the symmetric docsAlex Stapleton2014-03-101-80/+86
| |/
* | Merge pull request #761 from alex/missing-future-licensePaul Kehrer2014-03-0868-0/+312
|\ \
| * | flake8Alex Gaynor2014-03-081-1/+0
| * | Added future imports and licenses that are missingAlex Gaynor2014-03-0868-0/+313
* | | Merge pull request #760 from Ayrx/add-supported-osx-version-to-docsAlex Gaynor2014-03-081-1/+2
|\ \ \ | |/ / |/| |
| * | Added note in documentation about OS X version supportAyrx2014-03-081-1/+2
|/ /
* | Merge pull request #744 from Ayrx/osx-version-checkPaul Kehrer2014-03-081-1/+3
|\ \
| * | Fixed python3 incompatibilityAyrx2014-03-081-2/+2
| * | Removed dependency on setuptools for version checkAyrx2014-03-081-4/+3
| * | Fix drop in coverage levels by removing branchesAyrx2014-03-061-11/+2
| * | Added check to turn of CC backend for OS X version < 10.8Ayrx2014-03-061-1/+13
* | | Merge pull request #748 from reaperhulk/098e-compatAlex Gaynor2014-03-071-1/+20
|\ \ \
| * | | don't need to move these definitionsPaul Kehrer2014-03-071-6/+4
| * | | conditional NIDs for 0.9.8ePaul Kehrer2014-03-071-5/+26
|/ / /
* | | Merge pull request #758 from reaperhulk/x509-098eAlex Gaynor2014-03-071-2/+9
|\ \ \ | |_|/ |/| |
| * | x509 changes for 0.9.8e supportPaul Kehrer2014-03-071-2/+9
* | | Merge pull request #757 from reaperhulk/ssl-098e-changesAlex Gaynor2014-03-071-4/+36
|\ \ \
| * | | more changes for 0.9.8e support, this time in the ssl.h headersPaul Kehrer2014-03-071-4/+36
| |/ /
* | | Merge pull request #755 from reaperhulk/conditional-error-bindingsAlex Gaynor2014-03-071-7/+34
|\ \ \
| * | | bind some error constants conditionally for 0.9.8e supportPaul Kehrer2014-03-071-7/+34
| |/ /
* | | Merge pull request #753 from reaperhulk/move-nidsDavid Reid2014-03-072-144/+142
|\ \ \
| * | | move some nidsPaul Kehrer2014-03-072-144/+142
| |/ /
* | | Merge pull request #754 from reaperhulk/bio-macroAlex Gaynor2014-03-071-1/+4
|\ \ \
| * | | BIO macro switch for 0.9.8e supportPaul Kehrer2014-03-071-1/+4
| |/ /
* | | Merge pull request #756 from reaperhulk/evp-macrosAlex Gaynor2014-03-071-5/+8
|\ \ \
| * | | macro switches in evp for 0.9.8ePaul Kehrer2014-03-071-5/+8
| |/ /
* | | Merge pull request #752 from reaperhulk/aes-wrap-conditionalAlex Gaynor2014-03-071-4/+24
|\ \ \ | |/ / |/| |
| * | conditionally bind AES_wrap/unwrap for 0.9.8e supportPaul Kehrer2014-03-071-4/+24
|/ /
* | Merge pull request #751 from lvh/masterAlex Gaynor2014-03-071-1/+1
|\ \
| * | Add GPG key fingerprint for lvhLaurens Van Houtven2014-03-071-1/+1
* | | Merge pull request #750 from reaperhulk/update-098eAlex Gaynor2014-03-071-0/+9
|\ \ \
| * | | change comparison to be easier to readPaul Kehrer2014-03-071-1/+1
| * | | ridiculous workaround timePaul Kehrer2014-03-071-0/+9
| | |/ | |/|
* | | Merge pull request #747 from alex/exception-heirarchy-refactorPaul Kehrer2014-03-0617-68/+89
|\ \ \
| * | | whoopsAlex Gaynor2014-03-061-2/+0
| * | | Missing importsAlex Gaynor2014-03-061-2/+2
| * | | Convert stuffAlex Gaynor2014-03-0615-52/+67
| * | | Merge branch 'master' into exception-heirarchy-refactorAlex Gaynor2014-03-0676-164/+44179
| |\| |