Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | address review feedback | Paul Kehrer | 2014-12-15 | 2 | -6/+6 | |
| | | ||||||
| * | update docs, test invalid x509 version | Paul Kehrer | 2014-12-15 | 3 | -2/+7 | |
| | | ||||||
| * | move x509 to top level, add more docs | Paul Kehrer | 2014-12-15 | 2 | -0/+98 | |
| | | ||||||
* | | update docs, hoist b64decode up and re-add test for it | Paul Kehrer | 2014-12-17 | 1 | -4/+9 | |
|/ | ||||||
* | Merge pull request #1527 from alex/pr/1517 | Paul Kehrer | 2014-12-15 | 1 | -0/+39 | |
|\ | | | | | Added SSH public key loading | |||||
| * | A handful of tiny fixes | Alex Gaynor | 2014-12-15 | 1 | -2/+3 | |
| | | ||||||
| * | Minor documentation corrections for load_ssh_public_key | Mark Adams | 2014-12-13 | 1 | -2/+3 | |
| | | ||||||
| * | Privatized the load_ssh_rsa_public_key function and fixed some coverage ↵ | Mark Adams | 2014-12-13 | 1 | -18/+0 | |
| | | | | | | | | issues on test_serialization. | |||||
| * | Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow ↵ | Mark Adams | 2014-12-13 | 1 | -0/+55 | |
| | | | | | | | | | | | | 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 #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 | |
| |