aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1512 from alex/change-debian-definePaul Kehrer2014-12-091-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 Gaynor2014-12-081-5/+5
|/ / | | | | | | using the same one as CPython.
* | Merge pull request #1502 from reaperhulk/fix-1285Alex Gaynor2014-12-0814-57/+160
|\ \ | | | | | | Support decoding RFC 6979 signatures to (r, s)
| * | Stupid mistake number one billion.Paul Kehrer2014-12-071-0/+8
| | |
| * | directly test r, s for integer-nessPaul Kehrer2014-12-072-5/+10
| | |
| * | catch PyAsn1Error for encoding signature as wellPaul Kehrer2014-12-072-3/+15
| | |
| * | add comment describing how the ASN.1 sequence in a test is invalidPaul Kehrer2014-12-071-0/+2
| | |
| * | catch PyAsn1Error when decoding rfc6979 signaturePaul Kehrer2014-12-062-1/+11
| | |
| * | assign tuple to multiple vars for better readabilityPaul Kehrer2014-11-301-4/+4
| | |
| * | error if signature has trailing bytesPaul Kehrer2014-11-302-0/+11
| | |
| * | add changelog entryPaul Kehrer2014-11-271-0/+2
| | |
| * | add encode_rfc6979_signature and refactor tests to use itPaul Kehrer2014-11-277-53/+66
| | |
| * | add decode_rfc6979_signature helper for DSA/ECDSAPaul Kehrer2014-11-275-2/+44
| | |
| * | add pyasn1 as a dependencyPaul Kehrer2014-11-273-3/+1
| | |
* | | Merge pull request #1491 from reaperhulk/randomize-testsAlex Gaynor2014-12-071-0/+7
|\ \ \ | | | | | | | | add a tox target to randomize tests
| * | | add a tox target to randomize testsPaul Kehrer2014-11-241-0/+7
| | | |
* | | | Merge pull request #1511 from delroth/masterAlex Gaynor2014-12-061-0/+1
|\ \ \ \ | | | | | | | | | | OpenSSL binding: add support for NETSCAPE_SPKI_b64_decode
| * | | | OpenSSL binding: add support for NETSCAPE_SPKI_b64_decodePierre Bourdon2014-12-071-0/+1
|/ / / /
* | | | Merge pull request #1510 from public/more-x509Paul Kehrer2014-12-064-0/+60
|\ \ \ \ | | | | | | | | | | Add various bits useful when generating X509 certs
| * | | | Add various bits useful when generating X509 certsAlex Stapleton2014-12-064-0/+60
|/ / / /
* | | | Merge pull request #1509 from alex/tox-envDonald Stufft2014-12-053-24/+24
|\ \ \ \ | | | | | | | | | | Change the envvar for tox env to the officla tox one
| * | | | Change the envvar for tox env to the officla tox oneAlex Gaynor2014-12-053-24/+24
|/ / / /
* | | | Merge pull request #1504 from reaperhulk/update-bindings-dev-docsAlex Gaynor2014-11-291-0/+4
|\ \ \ \ | |_|/ / |/| | | Update dev docs to add information regarding recompilation
| * | | update docs to fix #1481Paul Kehrer2014-11-291-0/+4
|/ / /
* | | Merge pull request #1501 from reaperhulk/change-loaderAlex Gaynor2014-11-273-5/+8
|\ \ \ | | | | | | | | Alter vector file loader to support passing read mode
| * | | alter vector file loader to support passing read modePaul Kehrer2014-11-273-5/+8
| | | |
* | | | Merge pull request #1500 from vovka-korovka/masterPaul Kehrer2014-11-271-0/+2
|\ \ \ \ | |/ / / |/| | | Export X509_STORE_load_locations and X509_STORE_set_default_paths
| * | | Remove stray spaceVladimir Didenko2014-11-271-1/+1
| | | |
| * | | Export X509_STORE_load_locations and X509_STORE_set_default_paths functions. ↵Vladimir Didenko2014-11-271-0/+2
|/ / / | | | | | | | | | They are necessary if you want to verify certificates offline.
* | | Merge pull request #1496 from reaperhulk/x509-multibackendAlex Gaynor2014-11-263-2/+47
|\ \ \ | |_|/ |/| | X509Backend support in multibackend
| * | add X509Backend support to multibackendPaul Kehrer2014-11-263-2/+47
| | |
* | | Merge pull request #1493 from reaperhulk/x509-test-vectorsDonald Stufft2014-11-261559-0/+27962
|\ \ \ | |/ / |/| | add NIST PKITS X.509 vectors
| * | add NIST PKITS X.509 vectorsPaul Kehrer2014-11-241559-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-interfaceAlex Gaynor2014-11-265-0/+128
|\ \ | | | | | | X509 interfaces
| * | add X509Certificate version attributePaul Kehrer2014-11-252-0/+12
| | |
| * | add load_der_x509_certificate X509Backend methodPaul Kehrer2014-11-242-0/+13
| | |
| * | link datetime better and add naïve to spelling listPaul Kehrer2014-11-242-2/+3
| | |
| * | update docs with review feedbackPaul Kehrer2014-11-242-8/+10
| | |
| * | add backend interface for loading x509 certificatesPaul Kehrer2014-11-242-0/+23
| | |
| * | Initial minimal X509Certificate interfacesPaul Kehrer2014-11-242-0/+77
| | | | | | | | | | | | | | | This will be expanded in the future to include algorithm identifier, subject, issuer, extensions, etc
* | | Merge pull request #1497 from reaperhulk/update-supported-platformsAlex Gaynor2014-11-261-1/+1
|\ \ \ | | | | | | | | add Yosemite to our list of tested/supported platforms
| * | | add Yosemite to our list of tested/supported platformsPaul Kehrer2014-11-261-1/+1
|/ / /
* | | Merge pull request #1492 from reaperhulk/add-cc-bindingAlex Gaynor2014-11-242-1/+3
|\ \ \ | |_|/ |/| | Add SecItemExport CC Binding
| * | change the cfdataref typedef to be more flexible/correctPaul Kehrer2014-11-241-1/+1
| | |
| * | add SecItemExport bindingPaul Kehrer2014-11-241-0/+2
|/ /
* | Merge pull request #1488 from alex/no-sslv3Paul Kehrer2014-11-241-0/+16
|\ \ | | | | | | Support compilation on platforms, such as debian expiremental, which are compiled without SSLv3
| * | Support compilation on platforms, such as debian expiremental, which are ↵Alex Gaynor2014-11-241-0/+16
| |/ | | | | | | compiled without SSLv3
* | Merge pull request #1490 from public/dsa-errPaul Kehrer2014-11-241-5/+1
|\ \ | |/ |/| Don't check DSA error stack
| * Don't check DSA error stackAlex Stapleton2014-11-241-5/+1
|/
* Merge pull request #1487 from alex/more-docs-fixesPaul Kehrer2014-11-232-6/+5
|\ | | | | A few more docs fixes