summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #317 from tlsfuzzer/more-docsHEADmasterHubert Kario2023-03-023-21/+185
|\ | | | | More tests and docs
| * 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
|\ | | | | Add CodeQL fixes
| * 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 scanning
| * 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
|\ \ | |/ |/| Ci updates
| * test_pyecdsa: make coverage realisticHubert Kario2023-02-241-2/+2
| | | | | | | | we want to test both with and without openssl command present
| * test_numbertheory: make test coverage realisticHubert Kario2023-02-241-2/+2
| |
| * test_jacobi: make coverage realisticHubert Kario2023-02-241-1/+1
| | | | | | | | | | Since it's a test case, only one course of action is actually expected so there is no branch at this point, even if the with: never returns
| * 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
| | | | | | | | | | # Conflicts: # tox.ini
| * 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
| | | | | | | | | | as ubuntu-18.04 is no longer supported, we need to start using newer version
| * Drop support for python 3.3 and python 3.4Hubert Kario2023-02-247-57/+10
|/ | | | | | | | | As Github actions is dropping support for Ubuntu-18.04 images and those are the only ones that support easy execution of python 3.3 and python 3.4 environments, support for py3.3 and 3.4 would be hard to ensure. For old systems python 2.6 and 2.7 support will remain.
* Merge pull request #308 from tlsfuzzer/hypothesis-paramsHubert Kario2022-10-253-13/+13
|\ | | | | tighter bounds for hypothesis parameters
| * 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 glossary
| * 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 equation
| * fixup the curve equationHubert Kario2022-07-091-1/+1
|/
* Merge pull request #290 from tomato42/docs-updatesHubert Kario2022-07-0911-97/+662
|\ | | | | Docs updates
| * 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 Python 3.11 to test matrix, update python 3.10 docs
| * 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
|\ | | | | Selecting curve by name