Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1498 from reaperhulk/x509-more-vectors | Alex Stapleton | 2014-12-13 | 1 | -21/+42 |
|\ | | | | | add several new x509 test vectors | ||||
| * | rename DSA test vector certificate to be more clear | Paul Kehrer | 2014-12-12 | 1 | -1/+2 |
| | | |||||
| * | add ECDSA certificate that does not have a named curve OID | Paul Kehrer | 2014-12-12 | 1 | -0/+2 |
| | | |||||
| * | add several new x509 test vectors | Paul Kehrer | 2014-11-26 | 1 | -21/+39 |
| | | |||||
* | | 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 |
| | | | |||||
* | | | Use HTTPS for a number of URLs in the docs | Alex Gaynor | 2014-12-12 | 8 | -10/+10 |
|/ / | |||||
* | | Merge pull request #1502 from reaperhulk/fix-1285 | Alex Gaynor | 2014-12-08 | 4 | -2/+32 |
|\ \ | | | | | | | Support decoding RFC 6979 signatures to (r, s) | ||||
| * | | add encode_rfc6979_signature and refactor tests to use it | Paul Kehrer | 2014-11-27 | 1 | -0/+10 |
| | | | |||||
| * | | add decode_rfc6979_signature helper for DSA/ECDSA | Paul Kehrer | 2014-11-27 | 4 | -2/+22 |
| |/ | |||||
* / | update docs to fix #1481 | Paul Kehrer | 2014-11-29 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #1493 from reaperhulk/x509-test-vectors | Donald Stufft | 2014-11-26 | 1 | -0/+6 |
|\ | | | | | add NIST PKITS X.509 vectors | ||||
| * | add NIST PKITS X.509 vectors | Paul Kehrer | 2014-11-24 | 1 | -0/+6 |
| | | | | | | | | | | 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 | 3 | -0/+74 |
|\ \ | | | | | | | X509 interfaces | ||||
| * | | add X509Certificate version attribute | Paul Kehrer | 2014-11-25 | 1 | -0/+6 |
| | | | |||||
| * | | add load_der_x509_certificate X509Backend method | Paul Kehrer | 2014-11-24 | 1 | -0/+7 |
| | | | |||||
| * | | 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 | 1 | -0/+14 |
| | | | |||||
| * | | Initial minimal X509Certificate interfaces | Paul Kehrer | 2014-11-24 | 1 | -0/+44 |
| |/ | | | | | | | | | This will be expanded in the future to include algorithm identifier, subject, issuer, extensions, etc | ||||
* / | add Yosemite to our list of tested/supported platforms | Paul Kehrer | 2014-11-26 | 1 | -1/+1 |
|/ | |||||
* | A few more docs fixes | Alex Gaynor | 2014-11-23 | 2 | -6/+5 |
| | |||||
* | A handful of different fixes for the interface docs | Alex Gaynor | 2014-11-22 | 1 | -11/+12 |
| | |||||
* | fixed a syntax error in the docs | Alex Gaynor | 2014-11-20 | 3 | -10/+10 |
| | |||||
* | Update docs | Alex Gaynor | 2014-11-18 | 1 | -2/+3 |
| | |||||
* | Merge pull request #1480 from alex/document-in-more-places | David Reid | 2014-11-17 | 2 | -0/+12 |
|\ | | | | | Describe teh format of the result of signer.finalize(). Fixes #1479 | ||||
| * | Describe teh format of the result of signer.finalize(). Fixes #1479 | Alex Gaynor | 2014-11-17 | 2 | -0/+12 |
| | | |||||
* | | Improved the interface docs for DSA and ECDSA signatures | Alex Gaynor | 2014-11-17 | 1 | -4/+8 |
|/ | |||||
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 4 | -37/+17 |
| | | | | Fixes #1209 | ||||
* | Move the cryptography package into a src/ subdirectory | Donald Stufft | 2014-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | Due to differences in how py.test determines which module to ``import`` the test suite actually runs against the cryptography which is in the *current* directory instead of the cryptography which is installed. The problem essentially boils down to when there is a tests/__init__.py then py.test adds the current directory to the front of the sys.path, causing it to take precedence over the installed location. This means that running the tests relies on the implicit compile that CFFI does instead of testing against what people will actually be runnning, which is the module compiled by setup.py. | ||||
* | Refs #1209 -- clearly state the licensing requirements in the docs | Alex Gaynor | 2014-11-06 | 1 | -0/+3 |
| | |||||
* | Fixed a few typos | Alex Gaynor | 2014-10-22 | 1 | -4/+4 |
| | |||||
* | added docs stuff on when added | Alex Gaynor | 2014-10-20 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into multi-fernet | Alex Gaynor | 2014-10-20 | 1 | -2/+28 |
|\ | |||||
| * | A few docs formatting nits | Alex Gaynor | 2014-10-20 | 1 | -4/+5 |
| | | |||||
| * | Add to changelog. Document deprecation. | Terry Chia | 2014-10-20 | 1 | -0/+2 |
| | | |||||
| * | Add missing period. | Terry Chia | 2014-10-20 | 1 | -1/+1 |
| | | |||||
| * | Add docs. | Terry Chia | 2014-10-20 | 1 | -2/+25 |
| | | |||||
* | | Added docs for multifernet | Alex Gaynor | 2014-10-20 | 1 | -3/+31 |
|/ | |||||
* | update OpenSSL versions we test against in the docs | Paul Kehrer | 2014-10-15 | 1 | -2/+2 |
| | |||||
* | Remove outdated information from FAQ. | Terry Chia | 2014-10-11 | 1 | -29/+0 |
| | |||||
* | remove deprecated DSA classes/methods and update tests | Paul Kehrer | 2014-09-30 | 2 | -200/+0 |
| | |||||
* | remove docs for fully deprecated classes/methods | Paul Kehrer | 2014-09-29 | 2 | -337/+0 |
| | |||||
* | Merge pull request #1367 from alex/line-length | Paul Kehrer | 2014-09-29 | 1 | -1/+2 |
|\ | | | | | Wrap lines appropriately | ||||
| * | Wrap lines appropriately | Alex Gaynor | 2014-09-29 | 1 | -1/+2 |
| | | |||||
* | | add an ignore path for doc8 + fix a long line causing failures | Paul Kehrer | 2014-09-29 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #1345 from reaperhulk/ec-withnumbers | Alex Gaynor | 2014-09-27 | 1 | -1/+35 |
|\ | | | | | Elliptic Curve WithNumbers Support | ||||
| * | fix naming mistake in the docs (for DSA and the new EC docs) | Paul Kehrer | 2014-09-27 | 1 | -2/+2 |
| | | |||||
| * | add EC WithNumbers interfaces and docs | Paul Kehrer | 2014-09-27 | 1 | -0/+34 |
| | |