aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove malloc_debug_init as it has occasionally caused compile issuesPaul Kehrer2015-11-051-1/+0
* Merge pull request #2387 from reaperhulk/x509-signatureAlex Gaynor2015-11-047-3/+239
|\
| * rename tbs_certificate to tbs_certificate_bytes, add a commentPaul Kehrer2015-11-035-13/+14
| * skip checkPaul Kehrer2015-11-031-0/+1
| * add support for Certificate signature and tbs_certificatePaul Kehrer2015-11-037-3/+237
|/
* Merge pull request #2464 from alex/more-aggressivePaul Kehrer2015-11-021-1/+2
|\
| * Provide more aggressive language about dropping 2.6Alex Gaynor2015-11-011-1/+2
|/
* Merge pull request #2461 from alex/typosPaul Kehrer2015-11-011-4/+4
|\
| * flake8Alex Gaynor2015-11-011-2/+2
| * corrected a few typos in commentsAlex Gaynor2015-11-011-3/+3
* | Merge pull request #2462 from reaperhulk/pypy4-macHynek Schlawack2015-11-012-7/+11
|\ \ | |/ |/|
| * use pypy4 on macPaul Kehrer2015-11-011-2/+2
| * switch to directly grabbing pyenv rather than using homebrew on macPaul Kehrer2015-11-012-5/+9
|/
* Merge pull request #2459 from alex/pypy-4Paul Kehrer2015-11-011-2/+2
|\
| * pypy 4.0.0Alex Gaynor2015-10-291-2/+2
* | Merge pull request #2458 from PeterHamilton/add-elliptic-curve-test-fixturesPaul Kehrer2015-11-012-11/+298
|\ \ | |/ |/|
| * Swapping modified x509 test with modified ec testPeter Hamilton2015-10-302-14/+4
| * Fixing fixture import orderPeter Hamilton2015-10-301-1/+1
| * Adding test usage for elliptic curve fixturesPeter Hamilton2015-10-301-2/+3
| * Adding elliptic curve test fixturesPeter Hamilton2015-10-291-0/+296
|/
* Merge pull request #2455 from alex/different-curvesPaul Kehrer2015-10-292-1/+32
|\
| * please flake8Alex Gaynor2015-10-291-1/+1
| * Error cleanly if the public and private keys to an ECDH key exchange are on d...Alex Gaynor2015-10-282-1/+32
* | Merge pull request #2457 from reaperhulk/deprecation-danceAlex Gaynor2015-10-292-16/+1
|\ \ | |/ |/|
| * oh right pep8 is a thingPaul Kehrer2015-10-291-3/+0
| * do the deprecation dance for the twelfth releasePaul Kehrer2015-10-292-13/+1
|/
* Merge pull request #2454 from reaperhulk/reopen-masterAlex Gaynor2015-10-283-2/+7
|\
| * reopen master for development on the twelfth releasePaul Kehrer2015-10-293-2/+7
|/
* Merge pull request #2453 from reaperhulk/1.1-releaseAlex Gaynor2015-10-283-7/+10
|\
| * bump version and update changelog for eleventh release (1.1)Paul Kehrer2015-10-293-7/+10
|/
* Merge pull request #2450 from reaperhulk/numbers-reprAlex Gaynor2015-10-272-0/+11
|\
| * add ellipticcurvepublicnumbers reprPaul Kehrer2015-10-282-0/+11
|/
* Merge pull request #2447 from reaperhulk/encode-decode-pointAlex Gaynor2015-10-275-2/+135
|\
| * address review feedbackPaul Kehrer2015-10-282-12/+2
| * add changelog entryPaul Kehrer2015-10-281-0/+6
| * modify approach to use EllipticCurvePublicNumbers methodsPaul Kehrer2015-10-276-152/+136
| * remove support for null points, improve docsPaul Kehrer2015-10-273-12/+13
| * rst continues to be a mysteryPaul Kehrer2015-10-271-2/+1
| * fix some docsPaul Kehrer2015-10-271-6/+12
| * add support for encoding/decoding elliptic curve pointsPaul Kehrer2015-10-264-4/+151
* | Merge pull request #2449 from reaperhulk/document-constructorsAlex Gaynor2015-10-271-25/+39
|\ \
| * | inline some type declarations in the docsPaul Kehrer2015-10-281-18/+7
| * | document the constructors for our extensions and general namesPaul Kehrer2015-10-281-25/+50
| |/
* | Merge pull request #2435 from reaperhulk/fix-2407Alex Gaynor2015-10-275-6/+52
|\ \
| * | update comment to include a bit more detailPaul Kehrer2015-10-271-2/+2
| * | work on py3Paul Kehrer2015-10-271-2/+2
| * | remove unneeded strPaul Kehrer2015-10-271-2/+2
| * | switch to using pyasn1_modules for the testPaul Kehrer2015-10-274-15/+17
| * | encode countryName with PrintableStringPaul Kehrer2015-10-205-6/+50
* | | Merge pull request #2446 from reaperhulk/init-locksAlex Gaynor2015-10-262-2/+8
|\ \ \ | |_|/ |/| |