Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
* | | deprecate backend method names for elliptic curve number loading | Paul Kehrer | 2014-09-27 | 1 | -2/+2 | |
|/ | | | | fixes #1270 | |||||
* | Slight clarification of the load_pem_public_key docs | Alex Gaynor | 2014-09-26 | 1 | -2/+2 | |
| | ||||||
* | Added all changes lost in merge reset | michael-hart | 2014-09-26 | 1 | -0/+6 | |
| | ||||||
* | Part 1 of rebase, with corrections for pep8 | michael-hart | 2014-09-26 | 1 | -0/+21 | |
| | ||||||
* | small cleanup to docs | Paul Kehrer | 2014-09-24 | 2 | -22/+15 | |
| | ||||||
* | Updated spelling_wordlist.txt | michael-hart | 2014-09-24 | 1 | -0/+1 | |
| | | | | Updated the spelling list to allow for RSA in the vectors README. | |||||
* | Update spelling_wordlist.txt | michael-hart | 2014-09-24 | 1 | -0/+6 | |
| | | | Added some keywords for vector documentation | |||||
* | Update test-vectors.rst | michael-hart | 2014-09-24 | 1 | -5/+27 | |
| | | | Updated the readme with custom vectors, although formatting errors seem to exist | |||||
* | Implemented support for loading EC private keys | unknown | 2014-09-11 | 1 | -1/+1 | |
| | | | | | | Loads Elliptic Curve private keys from .PEM files, whether encrypted or unencrypted, given that the encryption method is supported. Also included changes to the test files and documentation for said method. | |||||
* | Grammar from @reaperhulk | Alex Gaynor | 2014-09-09 | 1 | -1/+1 | |
| | ||||||
* | Try a different phrasing | Alex Gaynor | 2014-09-08 | 1 | -4/+5 | |
| | ||||||
* | Start moving everything to the new API | Alex Gaynor | 2014-09-08 | 1 | -2/+43 | |
| | ||||||
* | typo fix | Alex Gaynor | 2014-09-08 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into pem-loading-backend | Alex Gaynor | 2014-09-08 | 3 | -1/+4 | |
|\ | ||||||
| * | All the other pages use sentence case titles. | Alex Stapleton | 2014-08-25 | 1 | -1/+1 | |
| | | ||||||
| * | add the spelling wordlist additions as well | Paul Kehrer | 2014-08-21 | 1 | -0/+2 | |
| | | ||||||
| * | add OpenSSL from RHEL/CentOS 7 to testing list | Paul Kehrer | 2014-08-09 | 1 | -0/+1 | |
| | | ||||||
* | | Document the new interface | Alexander Gaynor | 2014-07-19 | 1 | -2/+19 | |
|/ | ||||||
* | Reorder the backend interfaces in the docs to group them more sensibly | Alexander Gaynor | 2014-07-18 | 1 | -73/+72 | |
| | ||||||
* | Merge pull request #1265 from reaperhulk/update-platforms | Alex Gaynor | 2014-07-16 | 1 | -2/+2 | |
|\ | | | | | update testing platforms/OpenSSL versions | |||||
| * | update testing platforms/OpenSSL versions | Paul Kehrer | 2014-07-14 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #1264 from public/dh-vectors | Paul Kehrer | 2014-07-16 | 1 | -0/+1 | |
|\ \ | |/ |/| | NIST KASVS values for DH and ECDH | |||||
| * | NIST KASVS values for DH and ECDH | Alex Stapleton | 2014-07-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | http://csrc.nist.gov/groups/STM/cavp/documents/keymgmt/kastestvectors.zip Only the "Static" scheme is added here since we are only testing the primitive DH and ECDH key agreement operation. | |||||
* | | Merge pull request #1261 from alex/we-are-the-six-percent | Paul Kehrer | 2014-07-12 | 1 | -2/+1 | |
|\ \ | | | | | | | Remove the 6% chance this test will fail -- refs #1259 | |||||
| * | | No point showing a ... | Alex Gaynor | 2014-07-12 | 1 | -2/+1 | |
| | | | ||||||
| * | | Remove the 6% chance this test will fail -- refs #1259 | Alex Gaynor | 2014-07-12 | 1 | -1/+1 | |
| |/ | ||||||
* / | Try to make the examples of verifying an HMAC/CMAC clearer -- refs #1259 | Alex Gaynor | 2014-07-12 | 2 | -2/+6 | |
|/ | ||||||
* | Get rid of remaining pycon blocks | Alex Stapleton | 2014-07-12 | 4 | -6/+23 | |
| | ||||||
* | Turn this into a doctest block | Alex Gaynor | 2014-07-11 | 1 | -7/+35 | |
| |