Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #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) | ||||
| * | move where we gc dsa data, improve dsa key checking | Paul Kehrer | 2014-06-26 | 2 | -23/+29 |
| | | |||||
| * | dsa docs | Paul Kehrer | 2014-06-25 | 1 | -0/+37 |
| | | |||||
| * | DSA opaque OpenSSL | Paul Kehrer | 2014-06-25 | 5 | -110/+319 |
| | | |||||
* | | Merge pull request #1188 from reaperhulk/fix-1167 | Alex Gaynor | 2014-06-27 | 1 | -0/+3 |
|\ \ | | | | | | | add note about enchant dependency for spellcheck in docs | ||||
| * | | add note about enchant dependency for spellcheck in docs | Paul Kehrer | 2014-06-27 | 1 | -0/+3 |
|/ / | |||||
* | | Merge pull request #1186 from alex/line-wrap | Alex Stapleton | 2014-06-26 | 1 | -4/+4 |
|\ \ | | | | | | | Wrap a long line (seriously, why is doc8 not catching these) | ||||
| * | | Wrap a long line (seriously, why is doc8 not catching these) | Alex Gaynor | 2014-06-26 | 1 | -4/+4 |
|/ / | |||||
* | | Merge pull request #1184 from reaperhulk/rsa-read-only-keysize | Alex Gaynor | 2014-06-26 | 1 | -2/+10 |
|\ \ | | | | | | | Make OpenSSL RSA key_size attr read only | ||||
| * | | Make OpenSSL RSA key_size attr read only | Paul Kehrer | 2014-06-25 | 1 | -2/+10 |
| | | | |||||
* | | | Merge pull request #1183 from alex/line-wrap | David Reid | 2014-06-25 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Wrap a long line in the docs, unclear why doc8 didn't catch this | ||||
| * | | | Wrap a long line in the docs, unclear why doc8 didn't catch this | Alex Gaynor | 2014-06-25 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #1182 from kennwhite/patch-1 | Paul Kehrer | 2014-06-25 | 1 | -3/+3 |
|\ \ \ | |/ / |/| | | Updating risk assessment to match CERT's language | ||||
| * | | Updating risk assessment to match CERT's language | kennwhite | 2014-06-25 | 1 | -3/+3 |
|/ / | |||||
* | | Merge pull request #1181 from reaperhulk/split-openssl-backend-hash | David Reid | 2014-06-25 | 2 | -51/+71 |
|\ \ | | | | | | | Split OpenSSL backend into separate files (hashes) | ||||
| * | | Split OpenSSL backend into separate files (hashes) | Paul Kehrer | 2014-06-25 | 2 | -51/+71 |
|/ / | |||||
* | | Merge pull request #1180 from alex/short-link | David Reid | 2014-06-25 | 1 | -3/+3 |
|\ \ | | | | | | | Use the short link version for various things | ||||
| * | | Use the short link version for various things | Alex Gaynor | 2014-06-25 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #1173 from Ayrx/ecc-fix | Alex Stapleton | 2014-06-25 | 2 | -10/+16 |
|\ \ \ | |/ / |/| | | Fixed Fedora 20 ECC error | ||||
| * | | Removed unnecessary tests | Ayrx | 2014-06-25 | 1 | -10/+0 |
| | | | |||||
| * | | Fixed AssertionError on missing curves | Ayrx | 2014-06-24 | 3 | -10/+26 |
| | | | |||||
* | | | Merge pull request #1178 from reaperhulk/split-openssl-backend-mac | Alex Gaynor | 2014-06-25 | 3 | -121/+162 |
|\ \ \ | |_|/ |/| | | Split OpenSSL backend into separate files (hmac/cmac) |