summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * improve tests, remove some outdated commentsPaul Kehrer2014-12-152-10/+19
| * improve x509 load error handlingPaul Kehrer2014-12-152-2/+16
| * add x509v1 testPaul Kehrer2014-12-151-0/+9
| * update docs, test invalid x509 versionPaul Kehrer2014-12-157-4/+29
| * move x509 to top level, add more docsPaul Kehrer2014-12-156-6/+208
| * initial x509 version supportPaul Kehrer2014-12-152-1/+12
| * initial x509 openssl implementationPaul Kehrer2014-12-153-1/+120
* | Merge pull request #1532 from reaperhulk/fix-1531Alex Gaynor2014-12-173-33/+167
|\ \
| * | use the right comparisonPaul Kehrer2014-12-171-2/+2
| * | update docs, hoist b64decode up and re-add test for itPaul Kehrer2014-12-173-15/+27
| * | add OpenSSH DSS public key loadingPaul Kehrer2014-12-162-31/+153
* | | Merge pull request #1536 from alex/coveralls-svgPaul Kehrer2014-12-171-1/+1
|\ \ \
| * | | Use an SVG for coverallsAlex Gaynor2014-12-171-1/+1
|/ / /
* | | Merge pull request #1535 from alex/travis-install-cleanupDonald Stufft2014-12-171-3/+0
|\ \ \
| * | | Removed bogus, unused section from travis install scriptAlex Gaynor2014-12-171-3/+0
|/ / /
* | | Merge pull request #1534 from callidus/masterAlex Gaynor2014-12-175-2/+29
|\ \ \ | |/ / |/| |
| * | Moving things about to prevent compiler warnings with newer OpenSSLTim Kelsey2014-12-172-4/+4
| * | Making EVP_sha* bindings none conditional.Tim Kelsey2014-12-171-7/+4
| * | Merge branch 'master' of https://github.com/callidus/cryptographyTim Kelsey2014-12-170-0/+0
| |\ \
| | * | Adding more cffi bindings to openssl backend.Tim Kelsey2014-12-155-1/+41
| * | | Adding more cffi bindings to openssl backend.Tim Kelsey2014-12-175-1/+31
| |/ /
* | | Merge pull request #1530 from alex/sleepPaul Kehrer2014-12-161-0/+3
|\ \ \
| * | | Fixed #1372 -- sleep before checking if the build completed to ensure the bui...Alex Gaynor2014-12-161-0/+3
|/ / /
* | | Merge pull request #1528 from reaperhulk/cms-flagsAlex Gaynor2014-12-161-0/+61
|\ \ \ | |_|/ |/| |
| * | fix some cffi related warningsPaul Kehrer2014-12-161-20/+20
| * | properly remove flags that don't exist when CMS is not availablePaul Kehrer2014-12-161-0/+20
| * | bind some cms flagsPaul Kehrer2014-12-161-0/+41
|/ /
* | Merge pull request #1527 from alex/pr/1517Paul Kehrer2014-12-156-6/+244
|\ \
| * | Added two more tests to get coverage back upAlex Gaynor2014-12-151-1/+17
| * | two flake8 fixesAlex Gaynor2014-12-151-2/+0
| * | A handful of tiny fixesAlex Gaynor2014-12-155-59/+77
| * | Added optimization for Python 3 to use int.from_bytes instead of Python codeMark Adams2014-12-141-1/+7
| * | Made a couple of minor tweaks to clean up _read_next_string and _read_next_mpintMark Adams2014-12-141-3/+1
| * | Added better parsing for RFC 4251 string and mpint values.Mark Adams2014-12-142-22/+85
| * | Removed redundant tests for _load_ssh_rsa_public_key since it is now a non-pu...Mark Adams2014-12-132-69/+25
| * | Minor documentation corrections for load_ssh_public_keyMark Adams2014-12-132-3/+4
| * | Standardized the assignment statement for str_key in TestSSHSerialization.Mark Adams2014-12-131-16/+16
| * | Privatized the load_ssh_rsa_public_key function and fixed some coverage issue...Mark Adams2014-12-134-66/+44
| * | Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow for...Mark Adams2014-12-135-3/+207
* | | Merge pull request #1525 from alex/style-fixPaul Kehrer2014-12-144-17/+17
|\ \ \
| * | | A few more style fixesAlex Gaynor2014-12-133-9/+9
| * | | Fixed a few other places as wellAlex Gaynor2014-12-133-8/+8
| * | | Fixed the bio bindings to match our style guideAlex Gaynor2014-12-131-1/+1
* | | | Merge pull request #1526 from Ayrx/move-pytest-iniAlex Gaynor2014-12-142-5/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Move config in pytest.ini to tox.ini.Terry Chia2014-12-142-5/+6
|/ / /
* | | Merge pull request #1498 from reaperhulk/x509-more-vectorsAlex Stapleton2014-12-137-21/+160
|\ \ \ | |/ / |/| |
| * | rename DSA test vector certificate to be more clearPaul Kehrer2014-12-122-1/+2
| * | add ECDSA certificate that does not have a named curve OIDPaul Kehrer2014-12-122-0/+18
| * | add several new x509 test vectorsPaul Kehrer2014-11-266-21/+141
* | | Merge pull request #1519 from alex/class-namingPaul Kehrer2014-12-122-0/+4
|\ \ \