aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules
AgeCommit message (Collapse)Author
2019-08-01Upgrade python/pyasn1-modules to v0.2.6Haibo Huang
Exempt-From-Owner-Approval: Upgrade library Test: None Change-Id: Ifb2d58b44b10a51ea19e02f4021c23596cc2b2f1
2019-07-31Make SIZE OF constraint operational (#46)Ilya Etingof
Changes `ValueSizeConstraint` erroneously applied to `SequenceOf` and `SetOf` objects via `subtypeConstraint` attribute to be applied via `sizeSpec` attribute. Although `sizeSpec` takes the same constraint objects as `subtypeConstraint`, the former is only verified on de/serialization i.e. when the [constructed] object at hand is fully populated, while the latter is applied to [scalar] types at the moment of instantiation. This change also bumps pyasn1 requirement to 0.4.6.
2019-07-30Add opentypes maps for RFC 4055 and RFC 5480 (#54)Russ Housley
* Add open types maps for RFC 4055 and RFC 5480
2019-07-20Added maps for use with openType (#53)Russ Housley
2019-07-17Add support for opentype for RFC 2986 (#52)Russ Housley
2019-07-15Add openType support for CMS Content Types and CMS Attributes in the RFC5652 ↵Russ Housley
module (#51)
2019-07-14Updated rfc5280.py for AlgorithmIdentifier opentype support (#50)Russ Housley
2019-06-27Add support for RFC 5035 (#48)Russ Housley
2019-06-25Add openType support for ORAddress Extension Attributes in rfc5280.py (#47)Russ Housley
2019-06-15Add support for RFC 7191 (#44)Russ Housley
2019-06-12Upgrade python/pyasn1-modules to v0.2.5Haibo Huang
Exempt-From-Owner-Approval: Upgrade library Test: None Change-Id: I9d1b05db890cecc0a50d40ab2311f61237b6fa9c
2019-06-11Add support for RFC 8619 (#43)Russ Housley
Add support for RFC 8619
2019-06-03Add support for RFC 7296 (#42)Russ Housley
* Add support for RFC 7296
2019-05-31Add support for RFC 5940 (#41)Russ Housley
2019-05-31Add support for RFC 5915 (#40)Russ Housley
2019-05-29Add support for RFC 2634 (#38)Russ Housley
2019-05-24Add support for RFC 4073 (#37)Russ Housley
2019-05-23Add support for RFC 3274 (#36)Russ Housley
* Add support for RFC 3274
2019-05-16Correct typo about RFC 3709 #34Ilya Etingof
2019-05-14Add support for RFC3709Ilya Etingof
Cherry-picked from [1]. 1. https://github.com/etingof/pyasn1-modules/pull/33
2019-05-11Add support for RFC 3161 (#32)Russ Housley
Add module and test for RFC 3161 (Time-Stamp Protocol)
2019-05-08Add support for RFC 8520 (#31)Russ Housley
* Add support for RFC 8520
2019-05-07Add support for RFC 5480 (#30)Russ Housley
2019-04-25PEP8 latest additionsIlya Etingof
2019-04-25Fix up previous commitIlya Etingof
2019-04-25Add RFC3560, RFC5649, and RFC6019 (#28)Russ Housley
2019-04-24Prepare for 0.2.6Ilya Etingof
2019-04-23Add support for RFC5958, RFC8410 and RFC8418 (#27)Russ Housley
Add modules and tests for RFC5958, RFC8410 and RFC8418
2019-04-23Add RFC3565 (#26)Russ Housley
Implements the use of the Elliptic Curve Diffie-Hellman Key Agreement Algorithm with X25519 and X448 in the Cryptographic Message Syntax (CMS)
2019-04-22Add RFC4108 (#25)Russ Housley
Add CMS Firmware Wrapper (RFC4108)
2019-04-11Add RFC3779 (#24)Ilya Etingof
2019-04-11Prepare for 0.2.5Ilya Etingof
2019-03-05Add rfc4055 (#22)Russ Housley
Additional Algorithms and Identifiers for RSA Cryptography for use in Certificates and CRLs
2019-01-26Release 0.2.4Ilya Etingof
2019-01-26Add RFC8226 (#21)Ilya Etingof
Implement RFC8226 Implements JWT Claim Constraints and TN Authorization List for X.509 certificate extensions. Also fixes bug in `rfc5280.AlgorithmIdentifier` ANY type definition.
2018-12-31Merge pull request #20 from russhousley/masterIlya Etingof
Add modules for RFC5083 and RFC5084
2018-12-30Update rfc5084.pyRuss Housley
Add the INTEGER constraints for AES_CCM_ICVlen and AES_GCM_ICVlen.
2018-12-29 Extend copyright notice to the year 2019Ilya Etingof
2018-12-28Create rfc5084.pyRuss Housley
2018-12-28Create rfc5083.pyRuss Housley
2018-07-03Update package_path to use '_' instead of '-' so imports work.android-p-preview-5Kevin Cheng
Bug: 80314772 Bug: 111133123 Test: m acloud && acloud create ... with service account Change-Id: Icb7c26333832a11657383ee9b36941dc3f7ab7ed
2018-06-28bumped package versionIlya Etingof
2018-06-13Merge commit '5662c43' into pyasn1-modules_0.2.1android-p-preview-4chojoyce
Initial commit of pyasn1-modules 0.2.1 with history. Added: - Android.bp - MODULE_LICENSE_BSD - NOTICE - METADATA Bug: b/80314772 Test: Compiled acloud with pyasn1-modules and was able to import pyasn1-modules. Change-Id: I3f15a09e02bb7e6f12d8cc12eb999248463b98e4
2018-03-29copyright years updated, SF refs removedIlya Etingof
2018-03-28Updated author nameJoel Johnson
2018-03-28Formatted rfc2986Joel Johnson
2017-11-23imports pep8'ed and optimizedIlya Etingof
2017-09-26fixed OCSP ResponderID component taggingIlya Etingof
2017-09-13WIP: open types supportIlya Etingof
2017-09-10WIP: open types supportIlya Etingof