summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | | | | Adds enum34 as a dependency
| * initial x509 openssl implementationPaul Kehrer2014-12-153-1/+120
| |
* | Merge pull request #1532 from reaperhulk/fix-1531Alex Gaynor2014-12-173-33/+167
|\ \ | | | | | | add OpenSSH DSS public key loading
| * | 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
| | | | | | | | | | | | fixes #1531
* | | Merge pull request #1536 from alex/coveralls-svgPaul Kehrer2014-12-171-1/+1
|\ \ \ | | | | | | | | Use an SVG for coveralls
| * | | 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 script
| * | | Removed bogus, unused section from travis install scriptAlex Gaynor2014-12-171-3/+0
|/ / / | | | | | | | | | We don't run py3pep8 checks on OS X, and if we did, this code was nonsense since OS X doesn't have apt-get
* | | Merge pull request #1534 from callidus/masterAlex Gaynor2014-12-175-2/+29
|\ \ \ | |/ / |/| | Adding more X509 related cffi bindings
| * | Moving things about to prevent compiler warnings with newer OpenSSLTim Kelsey2014-12-172-4/+4
| | | | | | | | | | | | | | | - some of these bindings changed to const in various newer OpenSSL versions. Moving them to macros section to acccount for this
| * | Making EVP_sha* bindings none conditional.Tim Kelsey2014-12-171-7/+4
| | | | | | | | | | | | - these were added in OpenSSL 0.9.8, a supported version.
| * | Merge branch 'master' of https://github.com/callidus/cryptographyTim Kelsey2014-12-170-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/cryptography/hazmat/bindings/openssl/asn1.py src/cryptography/hazmat/bindings/openssl/evp.py
| | * | Adding more cffi bindings to openssl backend.Tim Kelsey2014-12-155-1/+41
| | | | | | | | | | | | | | | | - specifically adding items relating to X509 certificates.
| * | | Adding more cffi bindings to openssl backend.Tim Kelsey2014-12-175-1/+31
| |/ / | | | | | | | | | - specifically adding items relating to X509 certificates.
* | | Merge pull request #1530 from alex/sleepPaul Kehrer2014-12-161-0/+3
|\ \ \ | | | | | | | | Fixed #1372 -- sleep before checking if the build completed to ensure the buidl exists
| * | | Fixed #1372 -- sleep before checking if the build completed to ensure the ↵Alex Gaynor2014-12-161-0/+3
|/ / / | | | | | | | | | buidl exists
* | | Merge pull request #1528 from reaperhulk/cms-flagsAlex Gaynor2014-12-161-0/+61
|\ \ \ | |_|/ |/| | bind some cms flags
| * | 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 SSH public key loading
| * | 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
| | | | | | | | | | | | | | | Also moved several of the SSH key splitting and validation checks up into the load_ssh_public_key method since they will apply to more than just RSA. Added additional checks to make sure the key doesn't contain extraneous data
| * | Removed redundant tests for _load_ssh_rsa_public_key since it is now a ↵Mark Adams2014-12-132-69/+25
| | | | | | | | | | | | non-public part of the API and made a number of minor changes to tests and documentation
| * | 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 ↵Mark Adams2014-12-134-66/+44
| | | | | | | | | | | | issues on test_serialization.
| * | Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow ↵Mark Adams2014-12-135-3/+207
| | | | | | | | | | | | | | | | | | for loading of OpenSSH RSA public keys Also added load_ssh_public_key as a generic method that can be later extended to support more public key algorithms.
* | | Merge pull request #1525 from alex/style-fixPaul Kehrer2014-12-144-17/+17
|\ \ \ | | | | | | | | A handful of style fixes for the bindings
| * | | 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.
| * | | 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
|\ \ \ | |/ / |/| | add several new x509 test vectors
| * | 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
|\ \ \ | | | | | | | | Fixes #1518 -- document the captilazation of lcass names