aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Expand)AuthorAgeFilesLines
* add missing DSABackend numbers loading methods to MultibackendPaul Kehrer2014-07-181-0/+12
* Reorganize the backend interface definitionsAlex Gaynor2014-07-161-35/+35
* Removing the param name from the binding for X509V3_EXT_d2i in accordence wit...Carlos D. Garza2014-07-151-1/+1
* Adding binding for void *X509V3_EXT_d2i(X509_EXTENSION *ext);Carlos D. Garza2014-07-151-0/+1
* Raise ValueError if the password doesn't fitAlex Stapleton2014-07-111-21/+20
* Merge pull request #1249 from alex/factor-key-loadingDavid Reid2014-07-101-2/+10
|\
| * Factor out the key loading logic to make it easier to have other key loading ...Alex Gaynor2014-07-101-2/+10
* | Merge pull request #1246 from Ayrx/add-bindingAlex Gaynor2014-07-101-0/+1
|\ \ | |/ |/|
| * Add GENERAL_NAMES_free bindingTerry Chia2014-07-101-0/+1
* | Add a sensible repr to RSAPublicNumbersTerry Chia2014-07-101-0/+3
|/
* Merge pull request #1237 from reaperhulk/fix-1229Alex Gaynor2014-07-101-2/+0
|\
| * 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
|\
| * 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
|\ \
| * | 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
|\
| * 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 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
| |/
* | Merge pull request #1191 from reaperhulk/dsa-deprecate-backend-methodsAlex Stapleton2014-06-291-0/+12
|\ \
| * | deprecate DSA backend methodsPaul Kehrer2014-06-281-0/+12
| |/
* / deprecate concrete DSA classes and update DSA docsPaul Kehrer2014-06-271-0/+30
|/