aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed example in the serialization docsAlex Gaynor2014-07-111-2/+3
|
* Mention both RFCsAlex Gaynor2014-07-101-4/+4
|
* Document what the PEM headers look like in more casesAlex Gaynor2014-07-101-8/+12
|
* document methods on RSA/DSA Numbers classesPaul Kehrer2014-07-102-0/+49
|
* these functions were removed before 0.5 releasePaul Kehrer2014-07-101-38/+0
|
* Merge pull request #1225 from alex/deprecationAlex Stapleton2014-07-081-2/+2
|\ | | | | Advanced and remove the deprecated MGF1 sale length code
| * Advanced and remove the deprecated MGF1 sale length codeAlex Gaynor2014-07-071-2/+2
| |
* | Remove merge leftoversTerry Chia2014-07-081-1/+0
|/
* Merge pull request #1213 from reaperhulk/update-release-docsAlex Stapleton2014-07-071-4/+19
|\ | | | | add openssl version check instructions to release docs
| * expand the release instructions to check windows wheel linkingPaul Kehrer2014-07-061-4/+12
| |