aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/ec.rst
Commit message (Collapse)AuthorAgeFilesLines
* add a little bit about ECDHEPaul Kehrer2015-10-201-0/+5
|
* Merge pull request #2427 from alex/ecdhPaul Kehrer2015-10-191-0/+44
|\ | | | | ECDH take 4
| * better document hte ifaceAlex Gaynor2015-10-171-0/+19
| |
| * a refactor to the APIAlex Gaynor2015-10-171-23/+4
| |
| * Add an Elliptic Curve Key Exchange Algorithm(ECDH)Simo Sorce2015-10-171-0/+44
| | | | | | | | | | | | | | | | | | The ECDH Key Exchange algorithm as standardized in NIST publication 800-56A Revision 2 Includes tests with vectors from NIST. Signed-off-by: Simo Sorce <simo@redhat.com>
* | Fix EC's generate_private_key param namesimo52015-10-181-1/+1
|/ | | | | | The first parameter is curve, not backend Signed-off-by: Simo Sorce <simo@redhat.com>
* some commas that look correctAlex Gaynor2015-09-241-1/+1
|
* line lengthAlex Gaynor2015-08-291-4/+4
|
* spellingAlex Gaynor2015-08-291-1/+1
|
* Fixed #2270 -- update citation to something that worksAlex Gaynor2015-08-291-5/+5
|
* Update the docs for the correct RFC in more placesAlex Gaynor2015-08-121-2/+2
|
* resolve incorrect docs/naming around DSA (r, s) tuple encode/decodePaul Kehrer2015-08-101-2/+2
|
* docs changes based on feedbackPaul Kehrer2015-07-041-1/+1
|
* move PublicKeyWithSerialization methods to PublicKeyPaul Kehrer2015-07-041-7/+7
|
* remove docs for WithNumbers classes that are removed in 1.0Paul Kehrer2015-07-041-26/+0
|
* add support for secp256k1Paul Kehrer2015-05-081-0/+8
|
* update ecrypt link in docsPaul Kehrer2015-03-301-1/+1
|
* serialize EC public keysPaul Kehrer2015-03-081-0/+30
|
* format to privateformatPaul Kehrer2015-03-021-4/+4
|
* add support for serialization of EC private keysPaul Kehrer2015-03-011-0/+39
|
* Use HTTPS for a few URLs in the docs that support itAlex Gaynor2015-02-171-1/+1
|
* move asymmetric signature/verification interfacesPaul Kehrer2015-02-161-2/+2
|
* move hash interfacesPaul Kehrer2015-02-131-2/+2
|
* make our docs job nitpicky and fix every broken linkPaul Kehrer2015-02-121-1/+1
|
* move EC interfacesPaul Kehrer2015-02-121-13/+121
|
* add decode_rfc6979_signature helper for DSA/ECDSAPaul Kehrer2014-11-271-1/+3
|
* fixed a syntax error in the docsAlex Gaynor2014-11-201-1/+1
|
* Describe teh format of the result of signer.finalize(). Fixes #1479Alex Gaynor2014-11-171-0/+3
|
* Improve EC docsPaul Kehrer2014-07-041-35/+36
| | | | | | | | * Fix some typos in links * Reorder docs to prioritize example above Numbers classes * Add more info to changelog * Add `Lange` to spelling wordlist since it fails on my machine (but not on the CI...so weird)
* Advice on choosing a curveAlex Stapleton2014-07-031-6/+24
|
* Fixed AssertionError on missing curvesAyrx2014-06-241-1/+1
|
* Fixed a reST syntax issue in the docsAlex Gaynor2014-06-121-0/+16
|
* Merge pull request #1114 from alex/fixed-markupPaul Kehrer2014-06-071-1/+1
|\ | | | | This is a function, not a method
| * This is a function, not a methodAlex Gaynor2014-06-071-1/+1
| |
* | Merge pull request #1107 from public/ecdsa-multibackendPaul Kehrer2014-06-071-1/+1
|\ \ | |/ |/| ECDSA multibackend
| * Multibackend support for ECAlex Stapleton2014-06-071-1/+1
| |
* | Fix syntax error in docsAlex Stapleton2014-06-071-1/+1
|/
* ECDSA backendAlex Stapleton2014-06-071-2/+180
|
* Rename private_key to private_valueAlex Stapleton2014-05-231-3/+3
|
* Add __init__ arguments to docsAlex Stapleton2014-05-231-2/+2
|
* Add docs for EC numbersAlex Stapleton2014-05-231-0/+51