aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-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 docsAlex Gaynor2014-11-061-0/+3
|
* Fixed a few typosAlex Gaynor2014-10-221-4/+4
|
* added docs stuff on when addedAlex Gaynor2014-10-201-0/+2
|
* Merge branch 'master' into multi-fernetAlex Gaynor2014-10-201-2/+28
|\
| * A few docs formatting nitsAlex Gaynor2014-10-201-4/+5
| |
| * Add to changelog. Document deprecation.Terry Chia2014-10-201-0/+2
| |
| * Add missing period.Terry Chia2014-10-201-1/+1
| |
| * Add docs.Terry Chia2014-10-201-2/+25
| |
* | Added docs for multifernetAlex Gaynor2014-10-201-3/+31
|/
* update OpenSSL versions we test against in the docsPaul Kehrer2014-10-151-2/+2
|
* Remove outdated information from FAQ.Terry Chia2014-10-111-29/+0
|
* remove deprecated DSA classes/methods and update testsPaul Kehrer2014-09-302-200/+0
|
* remove docs for fully deprecated classes/methodsPaul Kehrer2014-09-292-337/+0
|
* Merge pull request #1367 from alex/line-lengthPaul Kehrer2014-09-291-1/+2
|\ | | | | Wrap lines appropriately
| * Wrap lines appropriatelyAlex Gaynor2014-09-291-1/+2
| |
* | add an ignore path for doc8 + fix a long line causing failuresPaul Kehrer2014-09-291-2/+2
|/
* Merge pull request #1345 from reaperhulk/ec-withnumbersAlex Gaynor2014-09-271-1/+35
|\ | | | | Elliptic Curve WithNumbers Support
| * fix naming mistake in the docs (for DSA and the new EC docs)Paul Kehrer2014-09-271-2/+2
| |
| * add EC WithNumbers interfaces and docsPaul Kehrer2014-09-271-0/+34
| |
* | deprecate backend method names for elliptic curve number loadingPaul Kehrer2014-09-271-2/+2
|/ | | | fixes #1270
* Slight clarification of the load_pem_public_key docsAlex Gaynor2014-09-261-2/+2
|
* Added all changes lost in merge resetmichael-hart2014-09-261-0/+6
|
* Part 1 of rebase, with corrections for pep8michael-hart2014-09-261-0/+21
|
* small cleanup to docsPaul Kehrer2014-09-242-22/+15
|
* Updated spelling_wordlist.txtmichael-hart2014-09-241-0/+1
| | | | Updated the spelling list to allow for RSA in the vectors README.
* Update spelling_wordlist.txtmichael-hart2014-09-241-0/+6
| | | Added some keywords for vector documentation
* Update test-vectors.rstmichael-hart2014-09-241-5/+27
| | | Updated the readme with custom vectors, although formatting errors seem to exist
* Implemented support for loading EC private keysunknown2014-09-111-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 @reaperhulkAlex Gaynor2014-09-091-1/+1
|
* Try a different phrasingAlex Gaynor2014-09-081-4/+5
|
* Start moving everything to the new APIAlex Gaynor2014-09-081-2/+43
|
* typo fixAlex Gaynor2014-09-081-1/+1
|
* Merge branch 'master' into pem-loading-backendAlex Gaynor2014-09-083-1/+4
|\
| * All the other pages use sentence case titles.Alex Stapleton2014-08-251-1/+1
| |
| * add the spelling wordlist additions as wellPaul Kehrer2014-08-211-0/+2
| |
| * add OpenSSL from RHEL/CentOS 7 to testing listPaul Kehrer2014-08-091-0/+1
| |
* | Document the new interfaceAlexander Gaynor2014-07-191-2/+19
|/
* Reorder the backend interfaces in the docs to group them more sensiblyAlexander Gaynor2014-07-181-73/+72
|
* Merge pull request #1265 from reaperhulk/update-platformsAlex Gaynor2014-07-161-2/+2
|\ | | | | update testing platforms/OpenSSL versions
| * update testing platforms/OpenSSL versionsPaul Kehrer2014-07-141-2/+2
| |
* | Merge pull request #1264 from public/dh-vectorsPaul Kehrer2014-07-161-0/+1
|\ \ | |/ |/| NIST KASVS values for DH and ECDH
| * NIST KASVS values for DH and ECDHAlex Stapleton2014-07-161-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-percentPaul Kehrer2014-07-121-2/+1
|\ \ | | | | | | Remove the 6% chance this test will fail -- refs #1259
| * | No point showing a ...Alex Gaynor2014-07-121-2/+1
| | |
| * | Remove the 6% chance this test will fail -- refs #1259Alex Gaynor2014-07-121-1/+1
| |/
* / Try to make the examples of verifying an HMAC/CMAC clearer -- refs #1259Alex Gaynor2014-07-122-2/+6
|/
* Get rid of remaining pycon blocksAlex Stapleton2014-07-124-6/+23
|
* Turn this into a doctest blockAlex Gaynor2014-07-111-7/+35
|
* Fixed name of the functionAlex Gaynor2014-07-111-2/+3
|