Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Removed bogus, unused section from travis install script | Alex Gaynor | 2014-12-17 | 1 | -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/master | Alex Gaynor | 2014-12-17 | 5 | -2/+29 | |
|\ \ \ | |/ / |/| | | Adding more X509 related cffi bindings | |||||
| * | | Moving things about to prevent compiler warnings with newer OpenSSL | Tim Kelsey | 2014-12-17 | 2 | -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 Kelsey | 2014-12-17 | 1 | -7/+4 | |
| | | | | | | | | | | | | - these were added in OpenSSL 0.9.8, a supported version. | |||||
| * | | Merge branch 'master' of https://github.com/callidus/cryptography | Tim Kelsey | 2014-12-17 | 0 | -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 Kelsey | 2014-12-15 | 5 | -1/+41 | |
| | | | | | | | | | | | | | | | | - specifically adding items relating to X509 certificates. | |||||
| * | | | Adding more cffi bindings to openssl backend. | Tim Kelsey | 2014-12-17 | 5 | -1/+31 | |
| |/ / | | | | | | | | | | - specifically adding items relating to X509 certificates. | |||||
* | | | Merge pull request #1530 from alex/sleep | Paul Kehrer | 2014-12-16 | 1 | -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 Gaynor | 2014-12-16 | 1 | -0/+3 | |
|/ / / | | | | | | | | | | buidl exists | |||||
* | | | Merge pull request #1528 from reaperhulk/cms-flags | Alex Gaynor | 2014-12-16 | 1 | -0/+61 | |
|\ \ \ | |_|/ |/| | | bind some cms flags | |||||
| * | | fix some cffi related warnings | Paul Kehrer | 2014-12-16 | 1 | -20/+20 | |
| | | | ||||||
| * | | properly remove flags that don't exist when CMS is not available | Paul Kehrer | 2014-12-16 | 1 | -0/+20 | |
| | | | ||||||
| * | | bind some cms flags | Paul Kehrer | 2014-12-16 | 1 | -0/+41 | |
|/ / | ||||||
* | | Merge pull request #1527 from alex/pr/1517 | Paul Kehrer | 2014-12-15 | 6 | -6/+244 | |
|\ \ | | | | | | | Added SSH public key loading | |||||
| * | | Added two more tests to get coverage back up | Alex Gaynor | 2014-12-15 | 1 | -1/+17 | |
| | | | ||||||
| * | | two flake8 fixes | Alex Gaynor | 2014-12-15 | 1 | -2/+0 | |
| | | | ||||||
| * | | A handful of tiny fixes | Alex Gaynor | 2014-12-15 | 5 | -59/+77 | |
| | | | ||||||
| * | | Added optimization for Python 3 to use int.from_bytes instead of Python code | Mark Adams | 2014-12-14 | 1 | -1/+7 | |
| | | | ||||||
| * | | Made a couple of minor tweaks to clean up _read_next_string and _read_next_mpint | Mark Adams | 2014-12-14 | 1 | -3/+1 | |
| | | | ||||||
| * | | Added better parsing for RFC 4251 string and mpint values. | Mark Adams | 2014-12-14 | 2 | -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 Adams | 2014-12-13 | 2 | -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_key | Mark Adams | 2014-12-13 | 2 | -3/+4 | |
| | | | ||||||
| * | | Standardized the assignment statement for str_key in TestSSHSerialization. | Mark Adams | 2014-12-13 | 1 | -16/+16 | |
| | | | ||||||
| * | | Privatized the load_ssh_rsa_public_key function and fixed some coverage ↵ | Mark Adams | 2014-12-13 | 4 | -66/+44 | |
| | | | | | | | | | | | | issues on test_serialization. | |||||
| * | | Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow ↵ | Mark Adams | 2014-12-13 | 5 | -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-fix | Paul Kehrer | 2014-12-14 | 4 | -17/+17 | |
|\ \ \ | | | | | | | | | A handful of style fixes for the bindings | |||||
| * | | | A few more style fixes | Alex Gaynor | 2014-12-13 | 3 | -9/+9 | |
| | | | | ||||||
| * | | | Fixed a few other places as well | Alex Gaynor | 2014-12-13 | 3 | -8/+8 | |
| | | | | ||||||
| * | | | Fixed the bio bindings to match our style guide | Alex Gaynor | 2014-12-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #1526 from Ayrx/move-pytest-ini | Alex Gaynor | 2014-12-14 | 2 | -5/+6 | |
|\ \ \ \ | |/ / / |/| | | | Move config in pytest.ini to tox.ini. | |||||
| * | | | Move config in pytest.ini to tox.ini. | Terry Chia | 2014-12-14 | 2 | -5/+6 | |
|/ / / | ||||||
* | | | Merge pull request #1498 from reaperhulk/x509-more-vectors | Alex Stapleton | 2014-12-13 | 7 | -21/+160 | |
|\ \ \ | |/ / |/| | | add several new x509 test vectors | |||||
| * | | rename DSA test vector certificate to be more clear | Paul Kehrer | 2014-12-12 | 2 | -1/+2 | |
| | | | ||||||
| * | | add ECDSA certificate that does not have a named curve OID | Paul Kehrer | 2014-12-12 | 2 | -0/+18 | |
| | | | ||||||
| * | | add several new x509 test vectors | Paul Kehrer | 2014-11-26 | 6 | -21/+141 | |
| | | | ||||||
* | | | Merge pull request #1519 from alex/class-naming | Paul Kehrer | 2014-12-12 | 2 | -0/+4 | |
|\ \ \ | | | | | | | | | Fixes #1518 -- document the captilazation of lcass names | |||||
| * | | | this is a word | Alex Gaynor | 2014-12-12 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Fixes #1518 -- document the captilazation of lcass names | Alex Gaynor | 2014-12-12 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Merge pull request #1520 from alex/https-all-the-things | Paul Kehrer | 2014-12-12 | 8 | -10/+10 | |
|\ \ \ \ | | | | | | | | | | | Use HTTPS for a number of URLs in the docs | |||||
| * | | | | Use HTTPS for a number of URLs in the docs | Alex Gaynor | 2014-12-12 | 8 | -10/+10 | |
| |/ / / | ||||||
* | | | | Merge pull request #1516 from exarkun/SSL_CTX_check_private_key | Paul Kehrer | 2014-12-11 | 1 | -0/+2 | |
|\ \ \ \ | | | | | | | | | | | Bind it. | |||||
| * | | | | Bind it. | Jean-Paul Calderone | 2014-12-11 | 1 | -0/+2 | |
|/ / / / | ||||||
* | | | | Merge pull request #1514 from reaperhulk/ne-eq-fun | Alex Stapleton | 2014-12-11 | 6 | -1/+237 | |
|\ \ \ \ | |/ / / |/| | | | add __ne__ and __eq__ methods to RSA, DSA, and EC numbers classes | |||||
| * | | | add NotImplemented handling | Paul Kehrer | 2014-12-10 | 6 | -0/+28 | |
| | | | | ||||||
| * | | | add __ne__ and __eq__ methods to RSA, DSA, and EC numbers classes | Paul Kehrer | 2014-12-10 | 6 | -1/+209 | |
|/ / / | | | | | | | | | | fixes #1449 | |||||
* | | | Merge pull request #1512 from alex/change-debian-define | Paul Kehrer | 2014-12-09 | 1 | -5/+5 | |
|\ \ \ | | | | | | | | | Fixed #1494 -- switch which define we look for for SSLv3 disabled. We're now using the same one as CPython. | |||||
| * | | | Fixed #1494 -- switch which define we look for for SSLv3 disabled. We're now ↵ | Alex Gaynor | 2014-12-08 | 1 | -5/+5 | |
|/ / / | | | | | | | | | | using the same one as CPython. | |||||
* | | | Merge pull request #1502 from reaperhulk/fix-1285 | Alex Gaynor | 2014-12-08 | 14 | -57/+160 | |
|\ \ \ | |_|/ |/| | | Support decoding RFC 6979 signatures to (r, s) | |||||
| * | | Stupid mistake number one billion. | Paul Kehrer | 2014-12-07 | 1 | -0/+8 | |
| | | | ||||||
| * | | directly test r, s for integer-ness | Paul Kehrer | 2014-12-07 | 2 | -5/+10 | |
| | | |