Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #1321 from alex/check-padding | Paul Kehrer | 2014-08-25 | 2 | -0/+5 | |
|\ \ | | | | | | | Verify that padding is an instance of AsymmetircPadding before trying to use it; fixes #1318 | |||||
| * | | Verify that padding is an instance of AsymmetircPadding before trying to use ↵ | Alex Gaynor | 2014-08-25 | 2 | -0/+5 | |
|/ / | | | | | | | it; fixes #1318 | |||||
* | | All the other pages use sentence case titles. | Alex Stapleton | 2014-08-25 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #1302 from alex/move-to-files | Alex Stapleton | 2014-08-24 | 5 | -23/+55 | |
|\ \ | | | | | | | Refs #1301 -- moved constant time code into it's own .c and .h files | |||||
| * | | Added back license headers | Alex Gaynor | 2014-08-11 | 2 | -0/+27 | |
| | | | ||||||
| * | | Revert "Added include guards, and license headers" | Alex Gaynor | 2014-08-11 | 2 | -36/+0 | |
| | | | | | | | | | | | | This reverts commit a4902b67fb4ef1e7fd477d27353242da879ca90c. | |||||
| * | | Added include guards, and license headers | Alex Gaynor | 2014-08-11 | 2 | -0/+36 | |
| | | | ||||||
| * | | Fix? | Alex Gaynor | 2014-08-11 | 1 | -0/+1 | |
| | | | ||||||
| * | | Simplify, thanks @dstufft | Alex Gaynor | 2014-08-11 | 1 | -2/+1 | |
| | | | ||||||
| * | | Refs #1301 -- moved constant time code into it's own .c and .h files | Alex Gaynor | 2014-08-11 | 4 | -23/+28 | |
| | | | ||||||
* | | | Merge pull request #1314 from reaperhulk/yosemite-fix | Alex Gaynor | 2014-08-21 | 2 | -1/+4 | |
|\ \ \ | | | | | | | | | link corefoundation in the CC binding. | |||||
| * | | | add changelog entry | Paul Kehrer | 2014-08-21 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | link corefoundation in the CC binding. | Paul Kehrer | 2014-08-21 | 1 | -1/+3 | |
|/ / / | | | | | | | | | | This fixes compilation under Yosemite. | |||||
* | | | Merge pull request #1313 from reaperhulk/0.5.4-changelog | Alex Gaynor | 2014-08-21 | 2 | -0/+9 | |
|\ \ \ | | | | | | | | | port 0.5.4 changelog to master | |||||
| * | | | add the spelling wordlist additions as well | Paul Kehrer | 2014-08-21 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | port 0.5.4 changelog to master | Paul Kehrer | 2014-08-20 | 1 | -0/+7 | |
| | | | | ||||||
* | | | | Merge pull request #1309 from alex/doc8-extension | Paul Kehrer | 2014-08-19 | 1 | -0/+3 | |
|\ \ \ \ | |/ / / |/| | | | only run doc8 over things with a rst extension | |||||
| * | | | only run doc8 over things with a rst extension | Alex Gaynor | 2014-08-19 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Merge pull request #1304 from reaperhulk/fix-partial-chain-declaration | Alex Stapleton | 2014-08-19 | 1 | -3/+12 | |
|\ \ \ \ | |/ / / |/| | | | conditionally declare X509_V_FLAG_PARTIAL_CHAIN | |||||
| * | | | conditionally declare X509_V_FLAG_PARTIAL_CHAIN | Paul Kehrer | 2014-08-14 | 1 | -3/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Solaris has apparently backported this from 1.0.2 so our version detection causes a compile error. This should fix it, but hopefully we'll be able to add a Solaris builder to jenkins soon-ish. | |||||
* | | | | Merge pull request #1298 from public/dh-vector-loader | Paul Kehrer | 2014-08-15 | 2 | -3/+515 | |
|\ \ \ \ | |/ / / |/| | | | KASVS vector loader | |||||
| * | | | KASVS vector loader | Alex Stapleton | 2014-08-10 | 2 | -3/+515 | |
| |/ / | ||||||
* | | | Merge pull request #1303 from alex/add-d2i_PKCS7_bio | David Reid | 2014-08-13 | 1 | -0/+1 | |
|\ \ \ | |/ / |/| | | Added d2i_PKCS7_bio to bindings | |||||
| * | | Added d2i_PKCS7_bio to bindings | Alex Gaynor | 2014-08-13 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge pull request #1297 from reaperhulk/update-openssl | Alex Gaynor | 2014-08-09 | 1 | -0/+1 | |
|\ \ | | | | | | | add OpenSSL from RHEL/CentOS 7 to testing list | |||||
| * | | add OpenSSL from RHEL/CentOS 7 to testing list | Paul Kehrer | 2014-08-09 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #1296 from reaperhulk/fix-1295 | Alex Gaynor | 2014-08-09 | 1 | -17/+7 | |
|\ \ \ | |/ / |/| | | X509_VERIFY_PARAM_set_hostflags is available in 1.0.2-beta2 | |||||
| * | | fix warnings caused by signature changes from beta1 to beta2 | Paul Kehrer | 2014-08-09 | 1 | -4/+4 | |
| | | | ||||||
| * | | X509_VERIFY_PARAM_set_hostflags is available in 1.0.2-beta2 | Paul Kehrer | 2014-08-09 | 1 | -13/+3 | |
|/ / | | | | | | | fixes #1295 | |||||
* | | Merge pull request #1294 from reaperhulk/0.5.3-changelog | Alex Gaynor | 2014-08-07 | 1 | -0/+5 | |
|\ \ | | | | | | | add 0.5.3 changelog information to master | |||||
| * | | add 0.5.3 changelog information to master | Paul Kehrer | 2014-08-07 | 1 | -0/+5 | |
|/ / | ||||||
* | | Merge pull request #1283 from Ayrx/entry_points | Paul Kehrer | 2014-08-01 | 7 | -38/+38 | |
|\ \ | | | | | | | Added entry_points. | |||||
| * | | Fix test failures | Terry Chia | 2014-07-28 | 3 | -6/+6 | |
| | | | ||||||
| * | | Removed need for Binding entry_point | Terry Chia | 2014-07-28 | 4 | -40/+23 | |
| | | | ||||||
| * | | Added entry_points. | Terry Chia | 2014-07-27 | 2 | -14/+31 | |
| | | | ||||||
* | | | Merge pull request #1289 from alex/simplify-coverage | Paul Kehrer | 2014-07-29 | 2 | -1/+4 | |
|\ \ \ | |/ / |/| | | Move coverage configuration to the config file | |||||
| * | | Move coverage configuration to the config file | Alexander Gaynor | 2014-07-28 | 2 | -1/+4 | |
|/ / | ||||||
* | | Merge pull request #1282 from akgood/reorder_libs | Alex Gaynor | 2014-07-23 | 1 | -1/+5 | |
|\ \ | | | | | | | Reorder OpenSSL libraries on the linker command-line | |||||
| * | | shorten comment line length for PEP-8 | Adam Goodman | 2014-07-23 | 1 | -3/+4 | |
| | | | ||||||
| * | | Merge branch 'master' into reorder_libs | Adam Goodman | 2014-07-23 | 29 | -225/+6022 | |
| |\ \ | |/ / |/| | | ||||||
| * | | reorder libssl/libcrypto on linker command line | Adam Goodman | 2014-07-09 | 1 | -1/+4 | |
| | | | ||||||
| | * | Document the new interface | Alexander Gaynor | 2014-07-19 | 1 | -2/+19 | |
| | | | ||||||
| | * | Merge branch 'master' into pem-loading-backend | Alexander Gaynor | 2014-07-19 | 5 | -79/+107 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Merge pull request #1275 from crc32a/master | Alex Gaynor | 2014-07-18 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Adding binding for NID_issuer_alt_name cause we may need it in pyopenssl | |||||
| * | | | Adding binding for NID_issuer_alt_name cause we may need it in pyopenssl | Carlos D. Garza | 2014-07-18 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge pull request #1274 from reaperhulk/add-missing-methods-multibackend | Alex Gaynor | 2014-07-18 | 2 | -0/+30 | |
|\ \ \ \ | | | | | | | | | | | add missing DSABackend numbers loading methods to Multibackend | |||||
| * | | | | add missing DSABackend numbers loading methods to Multibackend | Paul Kehrer | 2014-07-18 | 2 | -0/+30 | |
| |/ / / | ||||||
* | | | | Merge pull request #1272 from alex/reorganize-docs | Paul Kehrer | 2014-07-18 | 1 | -73/+72 | |
|\ \ \ \ | |/ / / |/| | | | Reorder the backend interfaces in the docs to group them more sensibly | |||||
| * | | | Merge branch 'master' into reorganize-docs | Alexander Gaynor | 2014-07-18 | 1 | -6/+4 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | Merge pull request #1273 from reaperhulk/fix-travis-osx | Alex Gaynor | 2014-07-18 | 1 | -6/+4 | |
|\ \ \ \ | | | | | | | | | | | update travis.yml to fix os x builders |