aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into deprecationAlex Gaynor2014-07-086-4/+42
|\
| * Merge pull request #1227 from reaperhulk/open-for-businessAlex Stapleton2014-07-083-2/+7
| |\ | | | | | | open master for development on the sixth release
| | * open master for development on the sixth releasePaul Kehrer2014-07-073-2/+7
| |/
| * Merge pull request #1226 from reaperhulk/lets-do-051Alex Gaynor2014-07-073-2/+9
| |\ | | | | | | 0.5.1 version bump
| | * 0.5.1 version bumpPaul Kehrer2014-07-073-2/+9
| |/
| * Merge pull request #1222 from reaperhulk/add-pkcs8serialization-multibackendAlex Gaynor2014-07-073-2/+28
| |\ | | | | | | add PKCS8SerializationBackend support to MultiBackend
| | * remove unneeded try/catchPaul Kehrer2014-07-071-4/+1
| | |
| | * change some nomenclaturePaul Kehrer2014-07-073-4/+4
| | |
| | * add PKCS8SerializationBackend support to MultiBackendPaul Kehrer2014-07-073-2/+31
| |/
* | Restore these testsAlex Gaynor2014-07-071-0/+11
| |
* | This is unusedAlex Gaynor2014-07-071-3/+0
| |
* | Unused importAlex Gaynor2014-07-071-2/+0
| |
* | Advanced and remove the deprecated MGF1 sale length codeAlex Gaynor2014-07-075-125/+27
|/
* Merge pull request #1219 from reaperhulk/increment-version-0.5David Reid2014-07-073-6/+4
|\ | | | | update to version 0.5
| * update to version 0.5Paul Kehrer2014-07-073-6/+4
| |
* | Merge pull request #1213 from reaperhulk/update-release-docsAlex Stapleton2014-07-071-4/+19
|\ \ | |/ |/| add openssl version check instructions to release docs
| * expand the release instructions to check windows wheel linkingPaul Kehrer2014-07-061-4/+12
| |
| * add openssl version check instructions to release docsPaul Kehrer2014-07-041-2/+9
| |
* | Merge pull request #1218 from Ayrx/update-security-docPaul Kehrer2014-07-071-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 Chia2014-07-071-0/+10
| | |
* | | Merge pull request #1217 from reaperhulk/add-static-to-changelogAlex Stapleton2014-07-061-0/+4
|\ \ \ | |/ / |/| | add windows static build info to the changelog. fixes #1216
| * | wordsmithingPaul Kehrer2014-07-061-1/+1
| | |
| * | add windows static build info to the changelog. fixes #1216Paul Kehrer2014-07-061-0/+4
|/ /
* | Merge pull request #1206 from reaperhulk/static-windows-buildsAlex Stapleton2014-07-063-8/+53
|\ \ | | | | | | switch to static linking on windows and update installation page
| * | change env variable name, handle empty stringPaul Kehrer2014-07-053-6/+8
| | |
| * | improve unit tests for _get_windows_librariesPaul Kehrer2014-07-031-2/+2
| | |
| * | switch to env variable based static/dynamic switch for windowsPaul Kehrer2014-07-023-8/+41
| | |
| * | don't need libraries twice.Paul Kehrer2014-06-301-1/+0
| | |
| * | switch to static linking on windows and update installation pagePaul Kehrer2014-06-302-6/+17
| | |
* | | Merge pull request #1214 from Ayrx/lol-consistencyAlex Stapleton2014-07-061-0/+1
|\ \ \ | |_|/ |/| | Add newline for consistency
| * | Add newline for consistencyTerry Chia2014-07-061-0/+1
|/ /
* | Merge pull request #1212 from reaperhulk/improve-ec-docsAlex Gaynor2014-07-043-36/+39
|\ \ | | | | | | Improve EC docs
| * | Improve EC docsPaul Kehrer2014-07-043-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-docsPaul Kehrer2014-07-032-6/+25
|\ \ | | | | | | Advice on choosing a curve
| * | Advice on choosing a curveAlex Stapleton2014-07-032-6/+25
| | |
* | | Merge pull request #1211 from Ayrx/use-stdlib-constant-compareAlex Stapleton2014-07-031-3/+13
|\ \ \ | | | | | | | | Added preference for stdlib's compare_digest to constant_time
| * | | Added preference for stdlib's compare_digest to constant_timeTerry Chia2014-07-031-3/+13
|/ / /
* | | Merge pull request #1208 from reaperhulk/add-cc-bindingAlex Gaynor2014-07-021-0/+1
|\ \ \ | | | | | | | | add a binding that is needed for RSA in security.framework
| * | | add a binding that is needed for RSA in security.frameworkPaul Kehrer2014-07-021-0/+1
|/ / /
* | | Merge pull request #1201 from alex/no-more-truncationPaul Kehrer2014-07-016-19/+37
|\ \ \ | | | | | | | | Fixes #1200 -- disallow GCM truncation by default
| * | | Simplify code and add testAlex Gaynor2014-06-303-2/+7
| | | |
| * | | Improve docsAlex Gaynor2014-06-301-6/+8
| | | |
| * | | Typo fixAlex Gaynor2014-06-291-1/+1
| | | |
| * | | Fixes #1200 -- disallow GCM truncation by defaultAlex Gaynor2014-06-296-18/+29
| | | |
* | | | Merge pull request #1207 from reaperhulk/rename-a-methodAlex Gaynor2014-07-013-14/+14
|\ \ \ \ | | | | | | | | | | rename a method in the cc backend for clarity
| * | | | rename the rest of the methodPaul Kehrer2014-07-011-3/+3
| | | | |
| * | | | rename a method in the cc backend for clarityPaul Kehrer2014-06-302-11/+11
| | |_|/ | |/| |
* | | | Merge pull request #1205 from alex/docs-typoLaurens Van Houtven2014-06-301-1/+1
|\ \ \ \ | |/ / / |/| | | Fix a mistake in a docs link
| * | | Fix a mistake in a docs linkAlex Gaynor2014-06-301-1/+1
|/ / /
* | | Merge pull request #1204 from reaperhulk/split-commoncrypto-backend-ciphersAlex Gaynor2014-06-302-170/+194
|\ \ \ | |/ / |/| | split commoncrypto backend - ciphers