aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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
| * A few more docs fixesAlex Gaynor2014-11-232-6/+5
|/
* Merge pull request #1486 from alex/docs-fixesPaul Kehrer2014-11-231-11/+12
|\ | | | | A handful of different fixes for the interface docs
| * A handful of different fixes for the interface docsAlex Gaynor2014-11-221-11/+12
|/
* Merge pull request #1485 from alex/docs-syntaxPaul Kehrer2014-11-203-10/+10
|\ | | | | fixed a syntax error in the docs
| * fixed a syntax error in the docsAlex Gaynor2014-11-203-10/+10
|/
* Merge pull request #1484 from alex/re-encode-thingPaul Kehrer2014-11-182-40/+19
|\ | | | | Upgrade the encryption algorithm on another thing. This uses the same PBES2 parameters as the previous one.
| * Update docsAlex Gaynor2014-11-181-2/+3
| |
| * Upgrade the encryption algorithm on another thing. This uses the same PBES2 ↵Alex Gaynor2014-11-181-38/+16
|/ | | | | | parameters as the previous one. If someone has a choice for a 2nd algorithm, I'm happy to do that. See previous PR for ideas about how to review
* Merge pull request #1483 from alex/upgrade-cipherPaul Kehrer2014-11-171-4/+5
|\ | | | | Re-encrypts one of our vectors from a truly atrocious algorithm (single DES, MD5) to a PBES#2 based one (PBKDF2HMAC + AES)
| * Re-encrypts one of our vectors from a truly atrocious algorithm (single DES, ↵Alex Gaynor2014-11-171-4/+5
|/ | | | | | MD5) to a PBES#2 based one (PBKDF2HMAC + AES) Refs #1390
* Merge pull request #1482 from reaperhulk/update-ignoresAlex Gaynor2014-11-171-2/+1
|\ | | | | update ignores for new project structure
| * update ignores for new project structurePaul Kehrer2014-11-171-2/+1
| |
* | Merge pull request #1480 from alex/document-in-more-placesDavid Reid2014-11-172-0/+12
|\ \ | | | | | | Describe teh format of the result of signer.finalize(). Fixes #1479
| * | Describe teh format of the result of signer.finalize(). Fixes #1479Alex Gaynor2014-11-172-0/+12
| |/
* | Merge pull request #1477 from alex/improve-docsDavid Reid2014-11-171-4/+8
|\ \ | |/ |/| Improved the interface docs for DSA and ECDSA signatures
| * Improved the interface docs for DSA and ECDSA signaturesAlex Gaynor2014-11-171-4/+8
|/
* Merge pull request #1476 from alex/license-shenaginsDonald Stufft2014-11-16151-1808/+460
|\ | | | | Update the license header for every source file, as well as the documentation.
| * Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-16151-1808/+460
|/ | | | Fixes #1209
* Merge pull request #1474 from dstufft/disable-implicit-compileAlex Gaynor2014-11-142-0/+25
|\ | | | | Monkeypatch the CFFI Verifier to prevent the implicit compile
| * Monkeypatch the CFFI Verifier to prevent the implicit compileDonald Stufft2014-11-142-0/+25
|/
* Merge pull request #1468 from dstufft/move-to-srcPaul Kehrer2014-11-14101-6/+21
|\ | | | | Move the cryptography package into a src/ subdirectory