aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Expand)AuthorAgeFilesLines
* Further formatting changesmichael-hart2014-09-121-1/+1
* Corrected formattingunknown2014-09-121-1/+2
* Adjusted formatting and added EC checkunknown2014-09-121-1/+1
* Implemented support for loading EC private keysunknown2014-09-111-0/+5
* multibacken for docsAlex Gaynor2014-09-081-2/+13
* remove duplicate argumentAlex Gaynor2014-09-081-2/+2
* Explicitly deprecate these as wellAlex Gaynor2014-09-081-2/+18
* fixesAlex Gaynor2014-09-081-0/+1
* Start moving everything to the new APIAlex Gaynor2014-09-082-7/+29
* Merge branch 'master' into pem-loading-backendAlex Gaynor2014-09-089-75/+92
|\
| * Verify that padding is an instance of AsymmetircPadding before trying to use ...Alex Gaynor2014-08-251-0/+3
| * Merge pull request #1302 from alex/move-to-filesAlex Stapleton2014-08-243-23/+53
| |\
| | * Added back license headersAlex Gaynor2014-08-112-0/+27
| | * Revert "Added include guards, and license headers"Alex Gaynor2014-08-112-36/+0
| | * Added include guards, and license headersAlex Gaynor2014-08-112-0/+36
| | * Refs #1301 -- moved constant time code into it's own .c and .h filesAlex Gaynor2014-08-113-23/+26
| * | link corefoundation in the CC binding.Paul Kehrer2014-08-211-1/+3
| * | conditionally declare X509_V_FLAG_PARTIAL_CHAINPaul Kehrer2014-08-141-3/+12
| * | Added d2i_PKCS7_bio to bindingsAlex Gaynor2014-08-131-0/+1
| |/
| * fix warnings caused by signature changes from beta1 to beta2Paul Kehrer2014-08-091-4/+4
| * X509_VERIFY_PARAM_set_hostflags is available in 1.0.2-beta2Paul Kehrer2014-08-091-13/+3
| * Removed need for Binding entry_pointTerry Chia2014-07-283-30/+5
| * Added entry_points.Terry Chia2014-07-271-13/+16
| * shorten comment line length for PEP-8Adam Goodman2014-07-231-3/+4
| * Merge branch 'master' into reorder_libsAdam Goodman2014-07-237-61/+97
| |\
| * | reorder libssl/libcrypto on linker command lineAdam Goodman2014-07-091-1/+4
* | | Merge branch 'master' into pem-loading-backendAlexander Gaynor2014-07-192-0/+13
|\ \ \ | | |/ | |/|
| * | Merge pull request #1275 from crc32a/masterAlex Gaynor2014-07-181-0/+1
| |\ \
| | * | Adding binding for NID_issuer_alt_name cause we may need it in pyopensslCarlos D. Garza2014-07-181-0/+1
| * | | add missing DSABackend numbers loading methods to MultibackendPaul Kehrer2014-07-181-0/+12
| |/ /
* / / Added PEMSerializationBackend interfaceAlex Gaynor2014-07-181-0/+10
|/ /
* | 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