aboutsummaryrefslogtreecommitdiff
path: root/asn1crypto
AgeCommit message (Expand)Author
2019-10-02Upgrade python/asn1crypto to 1.0.0ndk-sysroot-r21Haibo Huang
2019-10-02Version 1.0.0wbond
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 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-21Refactor BitString parsingJörn Heissler
2019-09-21Merge pull request #138 from space88man/rsassa_pssWill Bond
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-10Formatting tweakswbond
2019-08-08Add more allowed formats for UTCTime and GeneralizedTimeJörn Heissler
2019-08-08Refactor extended_date and extended_datetimeJörn Heissler
2019-08-08Improve timezone supportJörn Heissler
2019-08-08Corner cases in int_to_bytesJörn Heissler
2019-08-01Tweak the names given to the Microsoft Authenticode OIDswbond
2019-08-01Merge pull request #135 from shuxin/patch-1Will Bond
2019-08-01Add parameters for rsaes_oaep in cms.KeyEncryptionAlgorithmwbond
2019-08-01Update KeyEncryptionAlgorithmId OID mapping for 1.2.840.113549.1.1.1wbond
2019-08-01Merge pull request #111 from luckylud/pull-request-rsaes_oaepWill Bond
2019-08-01Add encryption algorithm id for RC4wbond
2019-07-19Merge pull request #137 from dpward/masterwbond
2019-07-13Move functionality to derive public keys from private keys into oscryptowbond
2019-04-29keys.py: add RSASSA_PSS to private key classesspchan
2019-04-24keys.py: add RSASSA_PSS OIDs from RFC4055spchan
2019-04-22Fix missing return value from core.Choice.parse() used by core.Choice.chosenDavid Ward
2019-04-17Merge commit '6060d29' into importKevin Cheng
2019-04-04support windows pe file nested sha256 signatureshuxin
2019-02-19Add type checks for sequence fieldswbond
2019-02-18Fix core.Choice().contents to work when the chosen alternative is a Choice alsowbond
2019-02-14Update keys.pyJörn Heissler
2019-02-14Add secp256k1 to NamedCurvesnkostoulas
2018-10-03Merge pull request #116 from wiml/sha3Jörn Heissler
2018-10-03Minor typo fixFred Rolland
2018-09-21Add NIST OIDs for SHA-3 (and SHAKE) algorithms.Wim Lewis
2018-09-04Only normalize URIs when comparingwbond
2018-08-07Add rsaes_oaep to KeyEncryptionAlgorithmIdLudovic Watteaux
2018-07-06Fix a bug where parsing a broken core.Sequence or core.SequenceOf could leave...wbond
2018-07-03Grammar fixJörn Heissler