aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1213 from reaperhulk/update-release-docsAlex Stapleton2014-07-071-4/+19
|\ \ | |/ |/|
| * 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.Terry Chia2014-07-071-0/+10
* | | Merge pull request #1217 from reaperhulk/add-static-to-changelogAlex Stapleton2014-07-061-0/+4
|\ \ \ | |/ / |/| |
| * | 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
|\ \
| * | 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 consistencyTerry Chia2014-07-061-0/+1
|/ /
* | Merge pull request #1212 from reaperhulk/improve-ec-docsAlex Gaynor2014-07-043-36/+39
|\ \
| * | Improve EC docsPaul Kehrer2014-07-043-36/+39
|/ /
* | Merge pull request #1195 from public/ec-safety-docsPaul Kehrer2014-07-032-6/+25
|\ \
| * | 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_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.frameworkPaul Kehrer2014-07-021-0/+1
|/ / /
* | | Merge pull request #1201 from alex/no-more-truncationPaul Kehrer2014-07-016-19/+37
|\ \ \
| * | | 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 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 linkAlex Gaynor2014-06-301-1/+1
|/ / /
* | | Merge pull request #1204 from reaperhulk/split-commoncrypto-backend-ciphersAlex Gaynor2014-06-302-170/+194
|\ \ \ | |/ / |/| |
| * | split commoncrypto backend - ciphersPaul Kehrer2014-06-292-170/+194
|/ /
* | Merge pull request #1198 from reaperhulk/split-commoncrypto-backend-hmacAlex Gaynor2014-06-292-40/+59
|\ \
| * | split commoncrypto backend - hmacPaul Kehrer2014-06-292-40/+59
|/ /
* | Merge pull request #1197 from alex/whoopsPaul Kehrer2014-06-292-16/+16
|\ \
| * | Refactor for cleanlinessAlex Gaynor2014-06-291-16/+14
| * | CommonCrypto as wellAlex Gaynor2014-06-291-4/+6
| * | Fixed accidental use of the global backend nameAlex Gaynor2014-06-291-1/+1
* | | Merge pull request #1196 from reaperhulk/split-commoncrypto-backend-hashesAlex Gaynor2014-06-292-44/+63
|\ \ \ | |/ / |/| |
| * | split commoncrypto backend - hashesPaul Kehrer2014-06-292-44/+63
|/ /
* | Merge pull request #1194 from public/move-gcPaul Kehrer2014-06-291-9/+4
|\ \ | |/ |/|
| * These functions can do their own GC nowAlex Stapleton2014-06-291-9/+4
|/
* Merge pull request #1193 from reaperhulk/simplify-some-ec-thingsAlex Stapleton2014-06-292-71/+41
|\
| * reorganize OpenSSL EC backend to remove some unneeded indirectionPaul Kehrer2014-06-282-71/+41
* | Merge pull request #1192 from reaperhulk/move-rsa-encryption-opensslAlex Stapleton2014-06-292-119/+107
|\ \
| * | split OpenSSL RSA enc/dec methods from backendPaul Kehrer2014-06-282-119/+107
| |/