Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2437 from reaperhulk/ecdhe-docs | Hynek Schlawack | 2015-10-21 | 1 | -0/+5 |
|\ | | | | | add a little bit to the docs about ECDHE | ||||
| * | add a little bit about ECDHE | Paul Kehrer | 2015-10-20 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #2439 from pyca/alex-patch-1 | Paul Kehrer | 2015-10-21 | 1 | -2/+1 |
|\ \ | | | | | | | Switch back to a released version of codecov | ||||
| * | | Switch back to a released version of codecov | Alex Gaynor | 2015-10-21 | 1 | -2/+1 |
| | | | |||||
* | | | Merge pull request #2438 from pyca/int-width | Hynek Schlawack | 2015-10-21 | 2 | -36/+2 |
|\ \ \ | |/ / |/| | | Remove long comments and workarounds, use new cffi syntax | ||||
| * | | Remove long comments and workarounds, use new cffi syntax | Alex Gaynor | 2015-10-21 | 2 | -36/+2 |
|/ / | |||||
* | | Merge pull request #2436 from reaperhulk/extensions-repr | Alex Gaynor | 2015-10-20 | 2 | -0/+19 |
|\ \ | |/ |/| | add __repr__ to x509.Extensions | ||||
| * | add __repr__ to x509.Extensions | Paul Kehrer | 2015-10-20 | 2 | -0/+19 |
|/ | | | | fix #2434 | ||||
* | Merge pull request #2427 from alex/ecdh | Paul Kehrer | 2015-10-19 | 11 | -5/+219 |
|\ | | | | | ECDH take 4 | ||||
| * | better place for this test | Alex Gaynor | 2015-10-19 | 2 | -7/+16 |
| | | |||||
| * | another test | Alex Gaynor | 2015-10-19 | 1 | -0/+7 |
| | | |||||
| * | removed unused code, and added a test | Alex Gaynor | 2015-10-19 | 1 | -12/+13 |
| | | |||||
| * | be more pro-active in handling invalid keys | Alex Gaynor | 2015-10-18 | 1 | -23/+27 |
| | | |||||
| * | better document hte iface | Alex Gaynor | 2015-10-17 | 2 | -0/+26 |
| | | |||||
| * | one more | Alex Gaynor | 2015-10-17 | 1 | -1/+1 |
| | | |||||
| * | clearer language | Alex Gaynor | 2015-10-17 | 1 | -2/+2 |
| | | |||||
| * | backwards syntax | Alex Gaynor | 2015-10-17 | 1 | -1/+1 |
| | | |||||
| * | unused import | Alex Gaynor | 2015-10-17 | 1 | -1/+0 |
| | | |||||
| * | unused | Alex Gaynor | 2015-10-17 | 1 | -6/+0 |
| | | |||||
| * | changelog | Alex Gaynor | 2015-10-17 | 1 | -0/+2 |
| | | |||||
| * | a refactor to the API | Alex Gaynor | 2015-10-17 | 9 | -142/+98 |
| | | |||||
| * | Add an Elliptic Curve Key Exchange Algorithm(ECDH) | Simo Sorce | 2015-10-17 | 9 | -3/+219 |
| | | | | | | | | | | | | | | | | | | The ECDH Key Exchange algorithm as standardized in NIST publication 800-56A Revision 2 Includes tests with vectors from NIST. Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | | Merge pull request #2417 from etrauschke/vectors_inval_certissuer | Paul Kehrer | 2015-10-19 | 2 | -0/+13 |
|\ \ | | | | | | | Add CRL to vectors for testing invalid certificateIssuer entry extension | ||||
| * | | add crl file to test-vectors.rst | Erik Trauschke | 2015-10-15 | 1 | -0/+2 |
| | | | |||||
| * | | add new CRL to test invalid certIssuer entry extension | Erik Trauschke | 2015-10-15 | 1 | -0/+11 |
| | | | |||||
| * | | Merge branch 'master', remote-tracking branch 'upstream/master' | Erik Trauschke | 2015-10-15 | 0 | -0/+0 |
| | | | |||||
* | | | Merge pull request #2422 from Lukasa/static-build-docs | Paul Kehrer | 2015-10-19 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Add --no-cache-dir when building static wheels. | ||||
| * | | | Add --no-use-wheel when building static wheels. | Cory Benfield | 2015-10-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #2425 from reaperhulk/fix-encoding-der-added | Alex Gaynor | 2015-10-19 | 1 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | make it clearer when PEM and DER encoding support was added | ||||
| * | | | | fix extra space | Paul Kehrer | 2015-10-17 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | make it clearer when PEM and DER encoding support was added | Paul Kehrer | 2015-10-17 | 1 | -2/+4 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #2429 from simo5/patch-1 | Alex Gaynor | 2015-10-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix param name | ||||
| * | | | | Fix EC's generate_private_key param name | simo5 | 2015-10-18 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | The first parameter is curve, not backend Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | | | | Merge pull request #2431 from Ayrx/fix-docstring | Alex Gaynor | 2015-10-19 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Fix wrong mention of class in docstring. | ||||
| * | | | Fix wrong mention of class in docstring. | Terry Chia | 2015-10-18 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #2419 from simo5/killKEX | Paul Kehrer | 2015-10-16 | 3 | -42/+0 |
|\ \ \ | | | | | | | | | Kill Key Exchange as a separate interface | ||||
| * | | | Kill Key Exchange as a separate interface | Simo Sorce | 2015-10-15 | 3 | -42/+0 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Ultimately it was decided that ECDH and the others can be implemented as simple classes without the overhead of an interface. So ... let's kill it, it was a fun process. Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | | | Merge pull request #2416 from etrauschke/d2i_bindings | Alex Gaynor | 2015-10-15 | 1 | -0/+2 |
|\ \ \ | |_|/ |/| | | add binding for d2i_GENERAL_NAMES() | ||||
| * | | add binding for d2i_GENERAL_NAMES() | Erik Trauschke | 2015-10-15 | 1 | -0/+2 |
|/ / | |||||
* | | Merge pull request #2414 from simo5/fixECtestLoader | Paul Kehrer | 2015-10-13 | 2 | -3/+3 |
|\ \ | | | | | | | Fix load_kasvs_ecdh_vectors() COUNT sourcing | ||||
| * | | Fix load_kasvs_ecdh_vectors() COUNT sourcing | Simo Sorce | 2015-10-13 | 2 | -3/+3 |
|/ / | | | | | | | | | | | | | | | | | COUNT is a decimal number in test files, but was erroneously read and converted as if the source was a hexadecimal number. Fix the loader and test the fix. Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | | Merge pull request #2413 from ddcc/master | Paul Kehrer | 2015-10-13 | 2 | -2/+32 |
|\ \ | | | | | | | extend pkcs7 openssl bindings | ||||
| * | | extend pkcs7 openssl bindings | Dominic Chen | 2015-10-13 | 2 | -2/+32 |
| | | | |||||
* | | | Merge pull request #2412 from alex/correct-syntax | Paul Kehrer | 2015-10-13 | 1 | -6/+6 |
|\ \ \ | | | | | | | | | Use the right reST syntax for these | ||||
| * | | | Use the right reST syntax for these | Alex Gaynor | 2015-10-12 | 1 | -6/+6 |
| |/ / | |||||
* | | | Merge pull request #2411 from gutworth/patch-1 | Alex Gaynor | 2015-10-13 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | Indicate the return type of CertificateBuilder.sign | ||||
| * | | nuke trailing whitespace | Benjamin Peterson | 2015-10-12 | 1 | -1/+1 |
| | | | |||||
| * | | use :returns: and put annotation in the correct place | Benjamin Peterson | 2015-10-12 | 1 | -2/+2 |
| | | | |||||
| * | | Indicate the return type of CertificateBuilder.sign | Benjamin Peterson | 2015-10-12 | 1 | -0/+2 |
|/ / | |||||
* | | Merge pull request #2409 from simo5/InvalidECfix | Alex Gaynor | 2015-10-12 | 2 | -2/+35 |
|\ \ | | | | | | | Catch Invalid X or Y points and raise a ValueError |