aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-03Upgrade python/asn1crypto to 1.0.0 am: bbe5f36e27Haibo Huang
2019-10-03Upgrade python/asn1crypto to 1.0.0Haibo Huang
2019-10-02Upgrade python/asn1crypto to 1.0.0ndk-sysroot-r21Haibo Huang
2019-10-02Version 1.0.0wbond
2019-10-02Add badge for GitHub Actionswbond
2019-10-01Preserve the ability to pass core.Null() into ocsp.CertStatus()wbond
2019-10-01Added ocsp.StatusGood() and ocsp.StatusUnknown() for ocsp.CerStatus().nativewbond
2019-10-01Allow X.509 certificates with improperly encoded DNSName and EmailAddresswbond
2019-10-01Prevent UnboundLocalError on empty asn1crypto.x509.IPAddress()wbond
2019-10-01Handle BER-encoded indefinite length values betterwbond
2019-09-28Add trailer info to .debug() outputwbond
2019-09-28When copying a BER-encoded indefinite-length value, force it to be DER-encodedwbond
2019-09-27Restrict core.IntegerBitString() and core.IntegerOctetString() to positive in...wbond
2019-09-27Merge pull request #148 from joernheissler/bit_string_parsingWill Bond
2019-09-23Fix CircleCI to check out repo for PyPy jobwbond
2019-09-23Change GA names so that different architectures are used on Windowswbond
2019-09-23Add some Mac and Windows envs from CircleCI and AppVeyorwbond
2019-09-23Remove some AppVeyor envs that are available on GitHub Actionswbond
2019-09-23Parallelize CircleCI builds, remove envs available on GitHub Actionswbond
2019-09-23Fix encoding of tag values over 30wbond
2019-09-23Fix passing class_ to core.Asn1Value(), add support for passing methodwbond
2019-09-21Add unused_bits property to BitString classesJörn Heissler
2019-09-21Add testcase from X.690 §8.6.4.2Jörn Heissler
2019-09-21Refactor BitString parsingJörn Heissler
2019-09-21Merge pull request #138 from space88man/rsassa_pssWill Bond
2019-09-21Add tests for RSAPSS key OIDwbond
2019-09-14Try waiting longer and retrying more times for codecovwbond
2019-09-14Restore various Python versions to AppVeyorwbond
2019-09-14Explicitly invoke command in AppVeyor powershell configwbond
2019-09-14More AppVeyor tweakswbond
2019-09-14Try revised AppVeyor configwbond
2019-09-14Work around Git settings in GitHub Actions Windows environmentswbond
2019-09-14Add GitHub Actions CIwbond
2019-09-14Try to make sure setuptools in installed for PyPy on AppVeyorwbond
2019-09-14Limit the number of times we retry upload to codecovwbond
2019-09-14Remove CA cert no longer needed on AppVeyorwbond
2019-09-13Improve compatibility with old versions of distutilswbond
2019-09-13Improve handling flaky codecov upload endpointwbond
2019-09-13Another CI fix related to package installswbond
2019-09-13Fix setuptools-based deps installs on Python 2.7wbond
2019-09-13Add GitHub Actions support to coverage uploaderwbond
2019-09-13Create asn1crypto_tests package, along with supporting toolingwbond
2019-09-10Ensure keys.NamedCurve.register() works if setup() has been run or notwbond
2019-08-21Fix ValueError in keys.NamedCurve.register()wbond
2019-08-21Ensure EC private keys are encoded to the correct width, per RFC 5915wbond
2019-08-10Mark master as working towards 0.25.0wbond
2019-08-10Add support for disabling codecov via JSONwbond
2019-08-10Try to improve submitting codecov infowbond
2019-08-10Formatting tweakswbond
2019-08-10Merge pull request #146 from joernheissler/fix_time_parsingWill Bond