Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | catch PyAsn1Error for encoding signature as well | Paul Kehrer | 2014-12-07 | 2 | -3/+15 |
| | | |||||
| * | add comment describing how the ASN.1 sequence in a test is invalid | Paul Kehrer | 2014-12-07 | 1 | -0/+2 |
| | | |||||
| * | catch PyAsn1Error when decoding rfc6979 signature | Paul Kehrer | 2014-12-06 | 2 | -1/+11 |
| | | |||||
| * | assign tuple to multiple vars for better readability | Paul Kehrer | 2014-11-30 | 1 | -4/+4 |
| | | |||||
| * | error if signature has trailing bytes | Paul Kehrer | 2014-11-30 | 2 | -0/+11 |
| | | |||||
| * | add changelog entry | Paul Kehrer | 2014-11-27 | 1 | -0/+2 |
| | | |||||
| * | add encode_rfc6979_signature and refactor tests to use it | Paul Kehrer | 2014-11-27 | 7 | -53/+66 |
| | | |||||
| * | add decode_rfc6979_signature helper for DSA/ECDSA | Paul Kehrer | 2014-11-27 | 5 | -2/+44 |
| | | |||||
| * | add pyasn1 as a dependency | Paul Kehrer | 2014-11-27 | 3 | -3/+1 |
| | | |||||
* | | Merge pull request #1491 from reaperhulk/randomize-tests | Alex Gaynor | 2014-12-07 | 1 | -0/+7 |
|\ \ | | | | | | | add a tox target to randomize tests | ||||
| * | | add a tox target to randomize tests | Paul Kehrer | 2014-11-24 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #1511 from delroth/master | Alex Gaynor | 2014-12-06 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | OpenSSL binding: add support for NETSCAPE_SPKI_b64_decode | ||||
| * | | | OpenSSL binding: add support for NETSCAPE_SPKI_b64_decode | Pierre Bourdon | 2014-12-07 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #1510 from public/more-x509 | Paul Kehrer | 2014-12-06 | 4 | -0/+60 |
|\ \ \ | | | | | | | | | Add various bits useful when generating X509 certs | ||||
| * | | | Add various bits useful when generating X509 certs | Alex Stapleton | 2014-12-06 | 4 | -0/+60 |
|/ / / | |||||
* | | | Merge pull request #1509 from alex/tox-env | Donald Stufft | 2014-12-05 | 3 | -24/+24 |
|\ \ \ | | | | | | | | | Change the envvar for tox env to the officla tox one | ||||
| * | | | Change the envvar for tox env to the officla tox one | Alex Gaynor | 2014-12-05 | 3 | -24/+24 |
|/ / / | |||||
* | | | Merge pull request #1504 from reaperhulk/update-bindings-dev-docs | Alex Gaynor | 2014-11-29 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | Update dev docs to add information regarding recompilation | ||||
| * | | update docs to fix #1481 | Paul Kehrer | 2014-11-29 | 1 | -0/+4 |
|/ / | |||||
* | | Merge pull request #1501 from reaperhulk/change-loader | Alex Gaynor | 2014-11-27 | 3 | -5/+8 |
|\ \ | | | | | | | Alter vector file loader to support passing read mode | ||||
| * | | alter vector file loader to support passing read mode | Paul Kehrer | 2014-11-27 | 3 | -5/+8 |
| | | | |||||
* | | | Merge pull request #1500 from vovka-korovka/master | Paul Kehrer | 2014-11-27 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | Export X509_STORE_load_locations and X509_STORE_set_default_paths | ||||
| * | | Remove stray space | Vladimir Didenko | 2014-11-27 | 1 | -1/+1 |
| | | | |||||
| * | | Export X509_STORE_load_locations and X509_STORE_set_default_paths functions. ↵ | Vladimir Didenko | 2014-11-27 | 1 | -0/+2 |
|/ / | | | | | | | They are necessary if you want to verify certificates offline. | ||||
* | | Merge pull request #1496 from reaperhulk/x509-multibackend | Alex Gaynor | 2014-11-26 | 3 | -2/+47 |
|\ \ | | | | | | | X509Backend support in multibackend | ||||
| * | | add X509Backend support to multibackend | Paul Kehrer | 2014-11-26 | 3 | -2/+47 |
| | | | |||||
* | | | Merge pull request #1493 from reaperhulk/x509-test-vectors | Donald Stufft | 2014-11-26 | 1559 | -0/+27962 |
|\ \ \ | |/ / |/| | | add NIST PKITS X.509 vectors | ||||
| * | | add NIST PKITS X.509 vectors | Paul Kehrer | 2014-11-24 | 1559 | -0/+27962 |
| |/ | | | | | | | | | http://csrc.nist.gov/groups/ST/crypto_apps_infra/pki/pkitesting.html http://csrc.nist.gov/groups/ST/crypto_apps_infra/documents/PKITS_data.zip | ||||
* | | Merge pull request #1442 from reaperhulk/x509-interface | Alex Gaynor | 2014-11-26 | 5 | -0/+128 |
|\ \ | | | | | | | X509 interfaces | ||||
| * | | add X509Certificate version attribute | Paul Kehrer | 2014-11-25 | 2 | -0/+12 |
| | | | |||||
| * | | add load_der_x509_certificate X509Backend method | Paul Kehrer | 2014-11-24 | 2 | -0/+13 |
| | | | |||||
| * | | link datetime better and add naïve to spelling list | Paul Kehrer | 2014-11-24 | 2 | -2/+3 |
| | | | |||||
| * | | update docs with review feedback | Paul Kehrer | 2014-11-24 | 2 | -8/+10 |
| | | | |||||
| * | | add backend interface for loading x509 certificates | Paul Kehrer | 2014-11-24 | 2 | -0/+23 |
| | | | |||||
| * | | Initial minimal X509Certificate interfaces | Paul Kehrer | 2014-11-24 | 2 | -0/+77 |
| | | | | | | | | | | | | | | | This will be expanded in the future to include algorithm identifier, subject, issuer, extensions, etc |