Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |||||
| * | | split commoncrypto backend - ciphers | Paul Kehrer | 2014-06-29 | 2 | -170/+194 | |
|/ / | ||||||
* | | Merge pull request #1198 from reaperhulk/split-commoncrypto-backend-hmac | Alex Gaynor | 2014-06-29 | 2 | -40/+59 | |
|\ \ | | | | | | | split commoncrypto backend - hmac | |||||
| * | | split commoncrypto backend - hmac | Paul Kehrer | 2014-06-29 | 2 | -40/+59 | |
|/ / | ||||||
* | | Merge pull request #1197 from alex/whoops | Paul Kehrer | 2014-06-29 | 2 | -16/+16 | |
|\ \ | | | | | | | Fixed accidental use of the global backend name | |||||
| * | | Refactor for cleanliness | Alex Gaynor | 2014-06-29 | 1 | -16/+14 | |
| | | | ||||||
| * | | CommonCrypto as well | Alex Gaynor | 2014-06-29 | 1 | -4/+6 | |
| | | | ||||||
| * | | Fixed accidental use of the global backend name | Alex Gaynor | 2014-06-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #1196 from reaperhulk/split-commoncrypto-backend-hashes | Alex Gaynor | 2014-06-29 | 2 | -44/+63 | |
|\ \ \ | |/ / |/| | | split commoncrypto backend - hashes | |||||
| * | | split commoncrypto backend - hashes | Paul Kehrer | 2014-06-29 | 2 | -44/+63 | |
|/ / | ||||||
* | | Merge pull request #1194 from public/move-gc | Paul Kehrer | 2014-06-29 | 1 | -9/+4 | |
|\ \ | |/ |/| | These functions can do their own GC now | |||||
| * | These functions can do their own GC now | Alex Stapleton | 2014-06-29 | 1 | -9/+4 | |
|/ | ||||||
* | Merge pull request #1193 from reaperhulk/simplify-some-ec-things | Alex Stapleton | 2014-06-29 | 2 | -71/+41 | |
|\ | | | | | reorganize OpenSSL EC backend to remove some unneeded indirection | |||||
| * | reorganize OpenSSL EC backend to remove some unneeded indirection | Paul Kehrer | 2014-06-28 | 2 | -71/+41 | |
| | | ||||||
* | | Merge pull request #1192 from reaperhulk/move-rsa-encryption-openssl | Alex Stapleton | 2014-06-29 | 2 | -119/+107 | |
|\ \ | | | | | | | split OpenSSL RSA enc/dec methods from backend | |||||
| * | | split OpenSSL RSA enc/dec methods from backend | Paul Kehrer | 2014-06-28 | 2 | -119/+107 | |
| |/ | ||||||
* | | Merge pull request #1191 from reaperhulk/dsa-deprecate-backend-methods | Alex Stapleton | 2014-06-29 | 4 | -0/+40 | |
|\ \ | | | | | | | deprecate DSA backend methods | |||||
| * | | deprecate DSA backend methods | Paul Kehrer | 2014-06-28 | 4 | -0/+40 | |
| |/ | ||||||
* | | Merge pull request #1190 from reaperhulk/dsa-deprecate-concrete | Alex Stapleton | 2014-06-29 | 4 | -120/+176 | |
|\ \ | |/ |/| | deprecate concrete DSA classes and update DSA docs | |||||
| * | deprecate concrete DSA classes and update DSA docs | Paul Kehrer | 2014-06-27 | 4 | -120/+176 | |
|/ | ||||||
* | Merge pull request #1189 from reaperhulk/dsa-new-method-multibackend | Alex Gaynor | 2014-06-27 | 2 | -0/+15 | |
|\ | | | | | add multibackend support for new DSABackend method | |||||
| * | add multibackend support for new DSABackend method | Paul Kehrer | 2014-06-27 | 2 | -0/+15 | |
|/ | ||||||
* | Merge pull request #1179 from reaperhulk/dsa-numbers-opaque-backend | David Reid | 2014-06-27 | 10 | -122/+435 | |
|\ | | | | | DSA Opaque Keys for OpenSSL | |||||
| * | rename backend method, add some docs | Paul Kehrer | 2014-06-27 | 4 | -6/+22 | |
| | | ||||||
| * | add generate_private_key to DSAParameters + add a new function to dsa | Paul Kehrer | 2014-06-27 | 8 | -17/+62 | |
| | | | | | | | | | | | | | | dsa.generate_private_key(key_size, backend) will allow you to generate a new DSA key and implicitly generate new parameters. This streamlines the common case and will be an avenue to support future backends that don't allow independent generation of DSAParameters (e.g. CommonCrypto) |