aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Expand)AuthorAgeFilesLines
* change some nomenclaturePaul Kehrer2014-07-072-3/+3
* add PKCS8SerializationBackend support to MultiBackendPaul Kehrer2014-07-072-1/+15
* 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
|/
* 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
|\
| * 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
| * 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 AssertionError on missing curvesAyrx2014-06-241-9/+15
* | | Split OpenSSL backend into separate files (hmac/cmac)Paul Kehrer2014-06-253-121/+162
| |/ |/|
* | rename cipher->ciphersPaul Kehrer2014-06-242-1/+1
* | Split OpenSSL backend into separate files (cipher contexts)Paul Kehrer2014-06-242-201/+223
* | Merge pull request #1176 from reaperhulk/split-openssl-backend-dsaAlex Gaynor2014-06-242-69/+90
|\ \
| * | Split OpenSSL backend into separate files (DSA)Paul Kehrer2014-06-242-69/+90
* | | Merge pull request #1132 from public/opaque-dsa-interfacesPaul Kehrer2014-06-241-61/+1
|\ \ \ | |/ / |/| |
| * | Remove numbers from DSA interfacesAlex Stapleton2014-06-141-61/+1
* | | Merge pull request #1174 from reaperhulk/split-openssl-backend-rsaAlex Gaynor2014-06-242-468/+496
|\ \ \
| * | | Split OpenSSL backend into separate files (RSA)Paul Kehrer2014-06-232-468/+496
* | | | Merge pull request #1168 from reaperhulk/dsa-with-numbers-interfacesAlex Gaynor2014-06-231-0/+27
|\ \ \ \ | |/ / / |/| | |
| * | | add DSAWithNumbers subinterfacesPaul Kehrer2014-06-231-0/+27