aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-251-0/+8
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-251-3/+4
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-2511-8/+498
| | | |\ \ \ \ \ \
| | | * | | | | | | OpenSSL backend code for CRLsErik Trauschke2015-09-248-4/+681
* | | | | | | | | | Merge pull request #2437 from reaperhulk/ecdhe-docsHynek Schlawack2015-10-211-0/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add a little bit about ECDHEPaul Kehrer2015-10-201-0/+5
* | | | | | | | | | | Merge pull request #2439 from pyca/alex-patch-1Paul Kehrer2015-10-211-2/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Switch back to a released version of codecovAlex Gaynor2015-10-211-2/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2438 from pyca/int-widthHynek Schlawack2015-10-212-36/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove long comments and workarounds, use new cffi syntaxAlex Gaynor2015-10-212-36/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2436 from reaperhulk/extensions-reprAlex Gaynor2015-10-202-0/+19
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | add __repr__ to x509.ExtensionsPaul Kehrer2015-10-202-0/+19
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2427 from alex/ecdhPaul Kehrer2015-10-1911-5/+219
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | better place for this testAlex Gaynor2015-10-192-7/+16
| * | | | | | | | | another testAlex Gaynor2015-10-191-0/+7
| * | | | | | | | | removed unused code, and added a testAlex Gaynor2015-10-191-12/+13
| * | | | | | | | | be more pro-active in handling invalid keysAlex Gaynor2015-10-181-23/+27
| * | | | | | | | | better document hte ifaceAlex Gaynor2015-10-172-0/+26
| * | | | | | | | | one moreAlex Gaynor2015-10-171-1/+1
| * | | | | | | | | clearer languageAlex Gaynor2015-10-171-2/+2
| * | | | | | | | | backwards syntaxAlex Gaynor2015-10-171-1/+1
| * | | | | | | | | unused importAlex Gaynor2015-10-171-1/+0
| * | | | | | | | | unusedAlex Gaynor2015-10-171-6/+0
| * | | | | | | | | changelogAlex Gaynor2015-10-171-0/+2
| * | | | | | | | | a refactor to the APIAlex Gaynor2015-10-179-142/+98
| * | | | | | | | | Add an Elliptic Curve Key Exchange Algorithm(ECDH)Simo Sorce2015-10-179-3/+219
* | | | | | | | | | Merge pull request #2417 from etrauschke/vectors_inval_certissuerPaul Kehrer2015-10-192-0/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add crl file to test-vectors.rstErik Trauschke2015-10-151-0/+2
| * | | | | | | | | | add new CRL to test invalid certIssuer entry extensionErik Trauschke2015-10-151-0/+11
| * | | | | | | | | | Merge branch 'master', remote-tracking branch 'upstream/master'Erik Trauschke2015-10-150-0/+0
* | | | | | | | | | | Merge pull request #2422 from Lukasa/static-build-docsPaul Kehrer2015-10-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add --no-use-wheel when building static wheels.Cory Benfield2015-10-181-1/+1
* | | | | | | | | | | | Merge pull request #2425 from reaperhulk/fix-encoding-der-addedAlex Gaynor2015-10-191-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fix extra spacePaul Kehrer2015-10-171-1/+1
| * | | | | | | | | | | | make it clearer when PEM and DER encoding support was addedPaul Kehrer2015-10-171-2/+4
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2429 from simo5/patch-1Alex Gaynor2015-10-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix EC's generate_private_key param namesimo52015-10-181-1/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2431 from Ayrx/fix-docstringAlex Gaynor2015-10-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix wrong mention of class in docstring.Terry Chia2015-10-181-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #2419 from simo5/killKEXPaul Kehrer2015-10-163-42/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Kill Key Exchange as a separate interfaceSimo Sorce2015-10-153-42/+0
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #2416 from etrauschke/d2i_bindingsAlex Gaynor2015-10-151-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | add binding for d2i_GENERAL_NAMES()Erik Trauschke2015-10-151-0/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2414 from simo5/fixECtestLoaderPaul Kehrer2015-10-132-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix load_kasvs_ecdh_vectors() COUNT sourcingSimo Sorce2015-10-132-3/+3
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2413 from ddcc/masterPaul Kehrer2015-10-132-2/+32
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | extend pkcs7 openssl bindingsDominic Chen2015-10-132-2/+32
* | | | | | | | | | | Merge pull request #2412 from alex/correct-syntaxPaul Kehrer2015-10-131-6/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use the right reST syntax for theseAlex Gaynor2015-10-121-6/+6
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #2411 from gutworth/patch-1Alex Gaynor2015-10-131-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |