Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | fix compilation of commoncrypto backend under 10.8 | Paul Kehrer | 2014-07-09 | 1 | -2/+0 | |
| |/ | ||||||
* / | add TraditionalOpenSSLSerializationBackend to MultiBackend | Paul Kehrer | 2014-07-09 | 1 | -1/+14 | |
|/ | ||||||
* | Factor out a function from key loading | Alex Gaynor | 2014-07-08 | 2 | -72/+70 | |
| | ||||||
* | Merge branch 'master' into deprecation | Alex Gaynor | 2014-07-08 | 3 | -2/+13 | |
|\ | ||||||
| * | open master for development on the sixth release | Paul Kehrer | 2014-07-07 | 1 | -1/+1 | |
| | | ||||||
| * | 0.5.1 version bump | Paul Kehrer | 2014-07-07 | 1 | -1/+1 | |
| | | ||||||
| * | remove unneeded try/catch | Paul Kehrer | 2014-07-07 | 1 | -4/+1 | |
| | | ||||||
| * | change some nomenclature | Paul Kehrer | 2014-07-07 | 2 | -3/+3 | |
| | | ||||||
| * | add PKCS8SerializationBackend support to MultiBackend | Paul Kehrer | 2014-07-07 | 2 | -1/+15 | |
| | | ||||||
* | | 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 | 3 | -38/+10 | |
|/ | ||||||
* | update to version 0.5 | Paul Kehrer | 2014-07-07 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1206 from reaperhulk/static-windows-builds | Alex Stapleton | 2014-07-06 | 1 | -1/+15 | |
|\ | | | | | switch to static linking on windows and update installation page | |||||
| * | change env variable name, handle empty string | Paul Kehrer | 2014-07-05 | 1 | -3/+3 | |
| | | ||||||
| * | switch to env variable based static/dynamic switch for windows | Paul Kehrer | 2014-07-02 | 1 | -4/+15 | |
| | | ||||||
| * | 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 | 1 | -0/+4 | |
| | | ||||||
* | | Added preference for stdlib's compare_digest to constant_time | Terry Chia | 2014-07-03 | 1 | -3/+13 | |
| | | ||||||
* | | 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 | 2 | -4/+7 | |
|\ \ | | | | | | | Fixes #1200 -- disallow GCM truncation by default | |||||
| * | | Simplify code and add test | Alex Gaynor | 2014-06-30 | 1 | -0/+2 | |
| | | | ||||||
| * | | Fixes #1200 -- disallow GCM truncation by default | Alex Gaynor | 2014-06-29 | 2 | -4/+5 | |
| | | | ||||||
* | | | rename a method in the cc backend for clarity | Paul Kehrer | 2014-06-30 | 2 | -11/+11 | |
| |/ |/| | ||||||
* | | split commoncrypto backend - ciphers | Paul Kehrer | 2014-06-29 | 2 | -170/+194 | |
|/ | ||||||
* | 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 | |
| | | ||||||
* | | split commoncrypto backend - hashes | Paul Kehrer | 2014-06-29 | 2 | -44/+63 | |
|/ | ||||||
* | 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 | 1 | -0/+12 | |
|\ \ | | | | | | | deprecate DSA backend methods | |||||
| * | | deprecate DSA backend methods | Paul Kehrer | 2014-06-28 | 1 | -0/+12 | |
| |/ | ||||||
* / | deprecate concrete DSA classes and update DSA docs | Paul Kehrer | 2014-06-27 | 1 | -0/+30 | |
|/ | ||||||
* | add multibackend support for new DSABackend method | Paul Kehrer | 2014-06-27 | 1 | -0/+6 | |
| | ||||||
* | Merge pull request #1179 from reaperhulk/dsa-numbers-opaque-backend | David Reid | 2014-06-27 | 5 | -68/+268 | |
|\ | | | | | DSA Opaque Keys for OpenSSL | |||||
| * | rename backend method, add some docs | Paul Kehrer | 2014-06-27 | 3 | -6/+6 | |
| | | ||||||
| * | add generate_private_key to DSAParameters + add a new function to dsa | Paul Kehrer | 2014-06-27 | 5 | -3/+20 | |
| | | | | | | | | | | | | | | 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 opaque OpenSSL | Paul Kehrer | 2014-06-25 | 3 | -56/+233 | |
| | | ||||||
* | | Make OpenSSL RSA key_size attr read only | Paul Kehrer | 2014-06-25 | 1 | -2/+10 | |
| | | ||||||
* | | Split OpenSSL backend into separate files (hashes) | Paul Kehrer | 2014-06-25 | 2 | -51/+71 | |
| | | ||||||
* | | Merge pull request #1173 from Ayrx/ecc-fix | Alex Stapleton | 2014-06-25 | 1 | -9/+15 | |
|\ \ | | | | | | | Fixed Fedora 20 ECC error | |||||
| * | | Fixed AssertionError on missing curves | Ayrx | 2014-06-24 | 1 | -9/+15 | |
| | | | ||||||
* | | | Split OpenSSL backend into separate files (hmac/cmac) | Paul Kehrer | 2014-06-25 | 3 | -121/+162 | |
| |/ |/| |