summaryrefslogtreecommitdiff
path: root/src/ecdsa/test_der.py
Commit message (Expand)AuthorAgeFilesLines
* fix LGTM alertsHubert Kario2020-12-111-1/+1
* use correct asserts in der module test coverageHubert Kario2020-12-101-4/+4
* more test coverage for der parsersHubert Kario2020-12-101-0/+79
* Format with blackTaneli Hukkinen2020-01-261-94/+107
* der: don't accept padded subidentifiersHubert Kario2019-11-041-0/+8
* der: fix encoding and decoding OIDsHubert Kario2019-11-031-3/+135
* get rid of the s[x] if isintance(s[x]... idiomHubert Kario2019-10-251-0/+13
* make encode_bitstring and decode_bitstring follow ASN.1Hubert Kario2019-10-171-1/+138
* ensure that the encoding is actually the minimal one for length and integerHubert Kario2019-09-271-0/+94