aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-25Merge pull request #171 from commonism/encrypt_key_prefWill Bond
2019-12-25Merge pull request #169 from joernheissler/i167Will Bond
2019-11-22Update tox.ini to run Python 3.8wbond
2019-11-22Don't print env info twice when running ci taskwbond
2019-11-22Update dev/_import.py from oscryptowbond
2019-11-22Update GitHub Actions for High Sierra removalwbond
2019-11-20lintMarkus Kötter
2019-11-20lintMarkus Kötter
2019-11-20id-aa-encrypKeyPref - as defined in RFC2633Markus Kötter
2019-11-19fix fq import namesMarkus Kötter
2019-11-19add support for id-aa-encrypKeyPref in pkcs7/cms mail signaturesMarkus Kötter
2019-11-11Add __getinitargs__ method to util.timezoneJörn Heissler
2019-11-05Merge pull request #166 from joernheissler/i163Will Bond
2019-11-05Merge pull request #165 from joernheissler/fix_key_sizesWill Bond
2019-11-05Merge pull request #164 from joernheissler/i159Will Bond
2019-11-04Fixed some incorrectly computed EC private key sizes.Jörn Heissler
2019-11-04Fix x509.Certificate.subject_directory_attributes_value propertyJörn Heissler
2019-11-04Add brainpool curves from rfc5639Jörn Heissler
2019-11-04Fix Circle CI config for Python 2.6wbond
2019-10-16Version 1.2.0wbond
2019-10-16Remove comments in load_order() showing dependencieswbond
2019-10-14Add asn1crypto.load_order()wbond
2019-10-12Version 1.1.0wbond
2019-10-12Add more (legacy) OIDs to keys.NamedCurve()wbond
2019-10-08Merge pull request #156 from space88man/add-user-idJörn Heissler
2019-10-08Add UID attribute from RFC4519spchan
2019-10-04Version 1.0.1wbond
2019-10-04Fix an absolute import that should have been relativewbond
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