Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | flake8 | Alex Gaynor | 2015-11-01 | 1 | -2/+2 | |
| | | ||||||
| * | corrected a few typos in comments | Alex Gaynor | 2015-11-01 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #2462 from reaperhulk/pypy4-mac | Hynek Schlawack | 2015-11-01 | 2 | -7/+11 | |
|\ \ | |/ |/| | pypy 4 for travis mac builders | |||||
| * | use pypy4 on mac | Paul Kehrer | 2015-11-01 | 1 | -2/+2 | |
| | | ||||||
| * | switch to directly grabbing pyenv rather than using homebrew on mac | Paul Kehrer | 2015-11-01 | 2 | -5/+9 | |
|/ | ||||||
* | Merge pull request #2459 from alex/pypy-4 | Paul Kehrer | 2015-11-01 | 1 | -2/+2 | |
|\ | | | | | pypy 4.0.0 | |||||
| * | pypy 4.0.0 | Alex Gaynor | 2015-10-29 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #2458 from PeterHamilton/add-elliptic-curve-test-fixtures | Paul Kehrer | 2015-11-01 | 2 | -11/+298 | |
|\ \ | |/ |/| | Adding elliptic curve test fixtures | |||||
| * | Swapping modified x509 test with modified ec test | Peter Hamilton | 2015-10-30 | 2 | -14/+4 | |
| | | ||||||
| * | Fixing fixture import order | Peter Hamilton | 2015-10-30 | 1 | -1/+1 | |
| | | ||||||
| * | Adding test usage for elliptic curve fixtures | Peter Hamilton | 2015-10-30 | 1 | -2/+3 | |
| | | | | | | | | This change enables test coverage for the elliptic curve fixtures by adding elliptic curve fixtures to an x509 test case. | |||||
| * | Adding elliptic curve test fixtures | Peter Hamilton | 2015-10-29 | 1 | -0/+296 | |
|/ | | | | This change adds pre-generated elliptic curve keys to be used in elliptic curve tests. | |||||
* | Merge pull request #2455 from alex/different-curves | Paul Kehrer | 2015-10-29 | 2 | -1/+32 | |
|\ | | | | | Error cleanly if the public and private keys to an ECDH key exchange … | |||||
| * | please flake8 | Alex Gaynor | 2015-10-29 | 1 | -1/+1 | |
| | | ||||||
| * | Error cleanly if the public and private keys to an ECDH key exchange are on ↵ | Alex Gaynor | 2015-10-28 | 2 | -1/+32 | |
| | | | | | | | | different curves | |||||
* | | Merge pull request #2457 from reaperhulk/deprecation-dance | Alex Gaynor | 2015-10-29 | 2 | -16/+1 | |
|\ \ | |/ |/| | do the deprecation dance for the twelfth release | |||||
| * | oh right pep8 is a thing | Paul Kehrer | 2015-10-29 | 1 | -3/+0 | |
| | | ||||||
| * | do the deprecation dance for the twelfth release | Paul Kehrer | 2015-10-29 | 2 | -13/+1 | |
|/ | ||||||
* | Merge pull request #2454 from reaperhulk/reopen-master | Alex Gaynor | 2015-10-28 | 3 | -2/+7 | |
|\ | | | | | reopen master for development on the twelfth release | |||||
| * | reopen master for development on the twelfth release | Paul Kehrer | 2015-10-29 | 3 | -2/+7 | |
|/ | ||||||
* | Merge pull request #2453 from reaperhulk/1.1-release | Alex Gaynor | 2015-10-28 | 3 | -7/+10 | |
|\ | | | | | bump version and update changelog for eleventh release (1.1) | |||||
| * | bump version and update changelog for eleventh release (1.1) | Paul Kehrer | 2015-10-29 | 3 | -7/+10 | |
|/ | | | | Add some missing changelog entries | |||||
* | Merge pull request #2450 from reaperhulk/numbers-repr | Alex Gaynor | 2015-10-27 | 2 | -0/+11 | |
|\ | | | | | add ellipticcurvepublicnumbers repr | |||||
| * | add ellipticcurvepublicnumbers repr | Paul Kehrer | 2015-10-28 | 2 | -0/+11 | |
|/ | ||||||
* | Merge pull request #2447 from reaperhulk/encode-decode-point | Alex Gaynor | 2015-10-27 | 5 | -2/+135 | |
|\ | | | | | add support for encoding/decoding elliptic curve points | |||||
| * | address review feedback | Paul Kehrer | 2015-10-28 | 2 | -12/+2 | |
| | | ||||||
| * | add changelog entry | Paul Kehrer | 2015-10-28 | 1 | -0/+6 | |
| | | ||||||
| * | modify approach to use EllipticCurvePublicNumbers methods | Paul Kehrer | 2015-10-27 | 6 | -152/+136 | |
| | | ||||||
| * | remove support for null points, improve docs | Paul Kehrer | 2015-10-27 | 3 | -12/+13 | |
| | | ||||||
| * | rst continues to be a mystery | Paul Kehrer | 2015-10-27 | 1 | -2/+1 | |
| | | ||||||
| * | fix some docs | Paul Kehrer | 2015-10-27 | 1 | -6/+12 | |
| | | ||||||
| * | add support for encoding/decoding elliptic curve points | Paul Kehrer | 2015-10-26 | 4 | -4/+151 | |
| | | | | | | | | Based on the work of @ronf in #2346. | |||||
* | | Merge pull request #2449 from reaperhulk/document-constructors | Alex Gaynor | 2015-10-27 | 1 | -25/+39 | |
|\ \ | | | | | | | document the constructors for our extensions and general names | |||||
| * | | inline some type declarations in the docs | Paul Kehrer | 2015-10-28 | 1 | -18/+7 | |
| | | | ||||||
| * | | document the constructors for our extensions and general names | Paul Kehrer | 2015-10-28 | 1 | -25/+50 | |
| |/ | | | | | | | | | | | Most of these extensions have the same attributes as constructor args, so for those I only added the args to the class name to avoid large scale duplication. | |||||
* | | Merge pull request #2435 from reaperhulk/fix-2407 | Alex Gaynor | 2015-10-27 | 5 | -6/+52 | |
|\ \ | | | | | | | encode countryName with PrintableString | |||||
| * | | update comment to include a bit more detail | Paul Kehrer | 2015-10-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | work on py3 | Paul Kehrer | 2015-10-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | remove unneeded str | Paul Kehrer | 2015-10-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | switch to using pyasn1_modules for the test | Paul Kehrer | 2015-10-27 | 4 | -15/+17 | |
| | | | ||||||
| * | | encode countryName with PrintableString | Paul Kehrer | 2015-10-20 | 5 | -6/+50 | |
| | | | | | | | | | | | | | | | | | | | | | This commit adds a dependency on asn1crypto for testing purposes to parse the certificate and confirm that countryName is encoded with PrintableString while other fields are UTF8String. This is a test only dep. | |||||
* | | | Merge pull request #2446 from reaperhulk/init-locks | Alex Gaynor | 2015-10-26 | 2 | -2/+8 | |
|\ \ \ | |_|/ |/| | | move lock initialization to during binding import | |||||
| * | | modify sadness prose | Paul Kehrer | 2015-10-27 | 1 | -3/+5 | |
| | | | ||||||
| * | | expand comment | Paul Kehrer | 2015-10-24 | 1 | -1/+3 | |
| | | | ||||||
| * | | move lock initialization to during binding import | Paul Kehrer | 2015-10-24 | 2 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously we attempted to register our openssl locks only if the backend was initialized, but we should really just do it immediately. Consumers like PyOpenSSL already call init_static_locks after importing the binding and if a library wants to replace the locks with something else they can do so themselves. | |||||
* | | | Merge pull request #2220 from reaperhulk/encode-cp | Alex Gaynor | 2015-10-24 | 2 | -0/+179 | |
|\ \ \ | |/ / |/| | | support encoding certificate policies in CertificateBuilder | |||||
| * | | use new ExtensionOID | Paul Kehrer | 2015-10-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | one more assert | Paul Kehrer | 2015-10-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | convert asserts to openssl_assert | Paul Kehrer | 2015-10-24 | 1 | -10/+10 | |
| | | | ||||||
| * | | support encoding certificate policies in CertificateBuilder | Paul Kehrer | 2015-10-24 | 2 | -0/+179 | |
| | | |