summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #317 from tlsfuzzer/more-docsHEADmasterHubert Kario2023-03-023-21/+185
|\
| * document sigencoding and sigdecoding functionsHubert Kario2023-03-021-18/+104
| * add test coverage for canonicalizing signature encodersHubert Kario2023-03-021-2/+80
| * test_malformed_sigs: no branches in strategy generatorsHubert Kario2023-03-021-1/+1
|/
* Merge pull request #315 from tlsfuzzer/codeqlHubert Kario2023-02-288-324/+66
|\
| * update badges for CodeQLHubert Kario2023-02-281-2/+1
| * test_pyecdsa: remove unused variableHubert Kario2023-02-281-2/+0
| * _rwlock: remove dead codeHubert Kario2023-02-282-266/+0
| * explain why literal `!=` is used in assertsHubert Kario2023-02-281-0/+4
| * don't mix import styles for imports from moduleHubert Kario2023-02-281-46/+56
| * don't use lambdas as simple wrappersHubert Kario2023-02-282-6/+4
| * remove duplicate `intersphinx_mapping` in docs gen configHubert Kario2023-02-281-2/+0
| * test_malformed_sigs: make sure variable is initialisedHubert Kario2023-02-281-0/+1
|/
* Merge pull request #309 from lgtm-migrator/codeqlHubert Kario2023-02-281-0/+41
|\
| * Add CodeQL workflow for GitHub code scanningLGTM Migrator2022-11-091-0/+41
* | Merge pull request #313 from tlsfuzzer/ci-updatesHubert Kario2023-02-2811-98/+62
|\ \ | |/ |/|
| * test_pyecdsa: make coverage realisticHubert Kario2023-02-241-2/+2
| * test_numbertheory: make test coverage realisticHubert Kario2023-02-241-2/+2
| * test_jacobi: make coverage realisticHubert Kario2023-02-241-1/+1
| * use recommended convention for testing that no warnings were raisedHubert Kario2023-02-241-18/+12
| * skip tests breaking coverage on pypyHubert Kario2023-02-241-4/+10
| * add testing on python 3.12Hubert Kario2023-02-243-7/+18
| * use release version of python 3.11 for testingHubert Kario2023-02-241-1/+1
| * upgrade containers to ubuntu-20.04Hubert Kario2023-02-241-9/+9
| * Drop support for python 3.3 and python 3.4Hubert Kario2023-02-247-57/+10
|/
* Merge pull request #308 from tlsfuzzer/hypothesis-paramsHubert Kario2022-10-253-13/+13
|\
| * tighter bounds for hypothesis parametersHubert Kario2022-10-243-13/+13
* | Merge pull request #306 from tlsfuzzer/curve-equationHubert Kario2022-07-141-1/+1
|\ \ | |/ |/|
| * fix curve equation in the glossaryHubert Kario2022-07-101-1/+1
|/
* Release 0.18.0python-ecdsa-0.18.0Hubert Kario2022-07-091-0/+25
* fix typo in source indexHubert Kario2022-07-091-1/+1
* Merge pull request #303 from tlsfuzzer/equation-fixHubert Kario2022-07-091-1/+1
|\
| * fixup the curve equationHubert Kario2022-07-091-1/+1
|/
* Merge pull request #290 from tomato42/docs-updatesHubert Kario2022-07-0911-97/+662
|\
| * fixup formatting in keys moduleHubert Kario2022-07-081-1/+1
| * Expand quickstart - add basic operationsHubert Kario2022-07-081-0/+157
| * expand on ECC basicsHubert Kario2022-07-081-14/+77
| * ec arithmetic additionsHubert Kario2022-07-081-1/+13
| * document that EdDSA is supported tooHubert Kario2022-07-081-2/+5
| * add description of low level elliptic curve operationsHubert Kario2022-07-084-1/+134
| * better cross-module linking in ecdsa.keysHubert Kario2022-07-081-25/+34
| * start basics and quickstart modulesHubert Kario2022-07-083-1/+139
| * move all glossary items to single fileHubert Kario2022-07-083-68/+68
| * add glossary moduleHubert Kario2022-07-083-2/+30
| * add eddsa module to autogenHubert Kario2022-07-082-0/+8
| * docs: general project descriptionHubert Kario2022-07-081-0/+14
|/
* Merge pull request #302 from tlsfuzzer/py3.11Hubert Kario2022-06-252-5/+6
|\
| * add newly supported pythonsHubert Kario2022-06-251-0/+2
| * Add Python 3.11 to test matrixHubert Kario2022-06-251-5/+4
|/
* Merge pull request #298 from tlsfuzzer/curve-by-nameHubert Kario2022-06-102-1/+73
|\