Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into deprecation | Alex Gaynor | 2014-07-08 | 6 | -4/+42 |
|\ | |||||
| * | Merge pull request #1227 from reaperhulk/open-for-business | Alex Stapleton | 2014-07-08 | 3 | -2/+7 |
| |\ | | | | | | | open master for development on the sixth release | ||||
| | * | open master for development on the sixth release | Paul Kehrer | 2014-07-07 | 3 | -2/+7 |
| |/ | |||||
| * | Merge pull request #1226 from reaperhulk/lets-do-051 | Alex Gaynor | 2014-07-07 | 3 | -2/+9 |
| |\ | | | | | | | 0.5.1 version bump | ||||
| | * | 0.5.1 version bump | Paul Kehrer | 2014-07-07 | 3 | -2/+9 |
| |/ | |||||
| * | Merge pull request #1222 from reaperhulk/add-pkcs8serialization-multibackend | Alex Gaynor | 2014-07-07 | 3 | -2/+28 |
| |\ | | | | | | | add PKCS8SerializationBackend support to MultiBackend | ||||
| | * | remove unneeded try/catch | Paul Kehrer | 2014-07-07 | 1 | -4/+1 |
| | | | |||||
| | * | change some nomenclature | Paul Kehrer | 2014-07-07 | 3 | -4/+4 |
| | | | |||||
| | * | add PKCS8SerializationBackend support to MultiBackend | Paul Kehrer | 2014-07-07 | 3 | -2/+31 |
| |/ | |||||
* | | Restore these tests | Alex Gaynor | 2014-07-07 | 1 | -0/+11 |
| | | |||||
* | | This is unused | Alex Gaynor | 2014-07-07 | 1 | -3/+0 |
| | | |||||
* | | Unused import | Alex Gaynor | 2014-07-07 | 1 | -2/+0 |
| | | |||||
* | | Advanced and remove the deprecated MGF1 sale length code | Alex Gaynor | 2014-07-07 | 5 | -125/+27 |
|/ | |||||
* | Merge pull request #1219 from reaperhulk/increment-version-0.5 | David Reid | 2014-07-07 | 3 | -6/+4 |
|\ | | | | | update to version 0.5 | ||||
| * | update to version 0.5 | Paul Kehrer | 2014-07-07 | 3 | -6/+4 |
| | | |||||
* | | Merge pull request #1213 from reaperhulk/update-release-docs | Alex Stapleton | 2014-07-07 | 1 | -4/+19 |
|\ \ | |/ |/| | add openssl version check instructions to release docs | ||||
| * | expand the release instructions to check windows wheel linking | Paul Kehrer | 2014-07-06 | 1 | -4/+12 |
| | | |||||
| * | add openssl version check instructions to release docs | Paul Kehrer | 2014-07-04 | 1 | -2/+9 |
| | | |||||
* | | Merge pull request #1218 from Ayrx/update-security-doc | Paul Kehrer | 2014-07-07 | 1 | -0/+10 |
|\ \ | | | | | | | Update security.rst to note that we statically link OpenSSL now. | ||||
| * | | Update security.rst to note that we statically link OpenSSL now. | Terry Chia | 2014-07-07 | 1 | -0/+10 |
| | | | |||||
* | | | Merge pull request #1217 from reaperhulk/add-static-to-changelog | Alex Stapleton | 2014-07-06 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | add windows static build info to the changelog. fixes #1216 | ||||
| * | | wordsmithing | Paul Kehrer | 2014-07-06 | 1 | -1/+1 |
| | | | |||||
| * | | add windows static build info to the changelog. fixes #1216 | Paul Kehrer | 2014-07-06 | 1 | -0/+4 |
|/ / | |||||
* | | Merge pull request #1206 from reaperhulk/static-windows-builds | Alex Stapleton | 2014-07-06 | 3 | -8/+53 |
|\ \ | | | | | | | switch to static linking on windows and update installation page | ||||
| * | | change env variable name, handle empty string | Paul Kehrer | 2014-07-05 | 3 | -6/+8 |
| | | | |||||
| * | | improve unit tests for _get_windows_libraries | Paul Kehrer | 2014-07-03 | 1 | -2/+2 |
| | | | |||||
| * | | switch to env variable based static/dynamic switch for windows | Paul Kehrer | 2014-07-02 | 3 | -8/+41 |
| | | | |||||
| * | | don't need libraries twice. | Paul Kehrer | 2014-06-30 | 1 | -1/+0 |
| | | | |||||
| * | | switch to static linking on windows and update installation page | Paul Kehrer | 2014-06-30 | 2 | -6/+17 |
| | | | |||||
* | | | Merge pull request #1214 from Ayrx/lol-consistency | Alex Stapleton | 2014-07-06 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | Add newline for consistency | ||||
| * | | Add newline for consistency | Terry Chia | 2014-07-06 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #1212 from reaperhulk/improve-ec-docs | Alex Gaynor | 2014-07-04 | 3 | -36/+39 |
|\ \ | | | | | | | Improve EC docs | ||||
| * | | Improve EC docs | Paul Kehrer | 2014-07-04 | 3 | -36/+39 |
|/ / | | | | | | | | | | | | | | | * Fix some typos in links * Reorder docs to prioritize example above Numbers classes * Add more info to changelog * Add `Lange` to spelling wordlist since it fails on my machine (but not on the CI...so weird) | ||||
* | | Merge pull request #1195 from public/ec-safety-docs | Paul Kehrer | 2014-07-03 | 2 | -6/+25 |
|\ \ | | | | | | | Advice on choosing a curve | ||||
| * | | Advice on choosing a curve | Alex Stapleton | 2014-07-03 | 2 | -6/+25 |
| | | | |||||
* | | | Merge pull request #1211 from Ayrx/use-stdlib-constant-compare | Alex Stapleton | 2014-07-03 | 1 | -3/+13 |
|\ \ \ | | | | | | | | | Added preference for stdlib's compare_digest to constant_time | ||||
| * | | | Added preference for stdlib's compare_digest to constant_time | Terry Chia | 2014-07-03 | 1 | -3/+13 |
|/ / / | |||||
* | | | Merge pull request #1208 from reaperhulk/add-cc-binding | Alex Gaynor | 2014-07-02 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | add a binding that is needed for RSA in security.framework | ||||
| * | | | add a binding that is needed for RSA in security.framework | Paul Kehrer | 2014-07-02 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #1201 from alex/no-more-truncation | Paul Kehrer | 2014-07-01 | 6 | -19/+37 |
|\ \ \ | | | | | | | | | Fixes #1200 -- disallow GCM truncation by default | ||||
| * | | | Simplify code and add test | Alex Gaynor | 2014-06-30 | 3 | -2/+7 |
| | | | | |||||
| * | | | Improve docs | Alex Gaynor | 2014-06-30 | 1 | -6/+8 |
| | | | | |||||
| * | | | Typo fix | Alex Gaynor | 2014-06-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixes #1200 -- disallow GCM truncation by default | Alex Gaynor | 2014-06-29 | 6 | -18/+29 |
| | | | | |||||
* | | | | Merge pull request #1207 from reaperhulk/rename-a-method | Alex Gaynor | 2014-07-01 | 3 | -14/+14 |
|\ \ \ \ | | | | | | | | | | | rename a method in the cc backend for clarity | ||||
| * | | | | rename the rest of the method | Paul Kehrer | 2014-07-01 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | rename a method in the cc backend for clarity | Paul Kehrer | 2014-06-30 | 2 | -11/+11 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #1205 from alex/docs-typo | Laurens Van Houtven | 2014-06-30 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Fix a mistake in a docs link | ||||
| * | | | Fix a mistake in a docs link | Alex Gaynor | 2014-06-30 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #1204 from reaperhulk/split-commoncrypto-backend-ciphers | Alex Gaynor | 2014-06-30 | 2 | -170/+194 |
|\ \ \ | |/ / |/| | | split commoncrypto backend - ciphers |