aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
...
| * | fix compilation of commoncrypto backend under 10.8Paul Kehrer2014-07-091-2/+0
| |/
* / add TraditionalOpenSSLSerializationBackend to MultiBackendPaul Kehrer2014-07-091-1/+14
|/
* Factor out a function from key loadingAlex Gaynor2014-07-082-72/+70
|
* Merge branch 'master' into deprecationAlex Gaynor2014-07-083-2/+13
|\
| * open master for development on the sixth releasePaul Kehrer2014-07-071-1/+1
| |
| * 0.5.1 version bumpPaul Kehrer2014-07-071-1/+1
| |
| * remove unneeded try/catchPaul Kehrer2014-07-071-4/+1
| |
| * change some nomenclaturePaul Kehrer2014-07-072-3/+3
| |
| * add PKCS8SerializationBackend support to MultiBackendPaul Kehrer2014-07-072-1/+15
| |
* | 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-073-38/+10
|/
* update to version 0.5Paul Kehrer2014-07-071-1/+1
|
* Merge pull request #1206 from reaperhulk/static-windows-buildsAlex Stapleton2014-07-061-1/+15
|\ | | | | switch to static linking on windows and update installation page
| * change env variable name, handle empty stringPaul Kehrer2014-07-051-3/+3
| |
| * switch to env variable based static/dynamic switch for windowsPaul Kehrer2014-07-021-4/+15
| |
| * don't need libraries twice.Paul Kehrer2014-06-301-1/+0
| |
| * switch to static linking on windows and update installation pagePaul Kehrer2014-06-301-0/+4
| |
* | Added preference for stdlib's compare_digest to constant_timeTerry Chia2014-07-031-3/+13
| |
* | 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-012-4/+7
|\ \ | | | | | | Fixes #1200 -- disallow GCM truncation by default
| * | Simplify code and add testAlex Gaynor2014-06-301-0/+2
| | |
| * | Fixes #1200 -- disallow GCM truncation by defaultAlex Gaynor2014-06-292-4/+5
| | |
* | | rename a method in the cc backend for clarityPaul Kehrer2014-06-302-11/+11
| |/ |/|
* | split commoncrypto backend - ciphersPaul Kehrer2014-06-292-170/+194
|/
* split commoncrypto backend - hmacPaul Kehrer2014-06-292-40/+59
|
* Merge pull request #1197 from alex/whoopsPaul Kehrer2014-06-292-16/+16
|\ | | | | Fixed accidental use of the global backend name
| * 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
| |
* | split commoncrypto backend - hashesPaul Kehrer2014-06-292-44/+63
|/
* 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 indirection
| * 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 backend
| * | split OpenSSL RSA enc/dec methods from backendPaul Kehrer2014-06-282-119/+107
| |/
* | Merge pull request #1191 from reaperhulk/dsa-deprecate-backend-methodsAlex Stapleton2014-06-291-0/+12
|\ \ | | | | | | deprecate DSA backend methods
| * | deprecate DSA backend methodsPaul Kehrer2014-06-281-0/+12
| |/
* / deprecate concrete DSA classes and update DSA docsPaul Kehrer2014-06-271-0/+30
|/
* add multibackend support for new DSABackend methodPaul Kehrer2014-06-271-0/+6
|
* Merge pull request #1179 from reaperhulk/dsa-numbers-opaque-backendDavid Reid2014-06-275-68/+268
|\ | | | | DSA Opaque Keys for OpenSSL
| * rename backend method, add some docsPaul Kehrer2014-06-273-6/+6
| |
| * add generate_private_key to DSAParameters + add a new function to dsaPaul Kehrer2014-06-275-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 checkingPaul Kehrer2014-06-262-23/+29
| |
| * DSA opaque OpenSSLPaul Kehrer2014-06-253-56/+233
| |
* | Make OpenSSL RSA key_size attr read onlyPaul Kehrer2014-06-251-2/+10
| |
* | Split OpenSSL backend into separate files (hashes)Paul Kehrer2014-06-252-51/+71
| |
* | Merge pull request #1173 from Ayrx/ecc-fixAlex Stapleton2014-06-251-9/+15
|\ \ | | | | | | Fixed Fedora 20 ECC error
| * | Fixed AssertionError on missing curvesAyrx2014-06-241-9/+15
| | |
* | | Split OpenSSL backend into separate files (hmac/cmac)Paul Kehrer2014-06-253-121/+162
| |/ |/|