aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [automerger skipped] DO NOT MERGE - ↵android-mainline-11.0.0_r1android11-mainline-releaseandroid11-devXin Li2019-10-300-0/+0
|\ | | | | | | | | | | | | | | | | qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-master am: f7e72735b6 am: eeb43cc103 -s ours am skip reason: subject contains skip directive Change-Id: I62f1079e81cef2db1cda361be262797fac7977d9
| * DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into ↵android-r-preview-4android-r-preview-3android-r-preview-2Xin Li2019-10-300-0/+0
| |\ | | | | | | | | | | | | | | | | | | | | | stage-aosp-master am: f7e72735b6 Change-Id: I7653205fdf2cea6d5c0a73b2181142b6f7bae28f
| | * DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into ↵android-r-preview-1Xin Li2019-10-300-0/+0
| | |\ | | |/ | |/| | | | | | | | | | | | | stage-aosp-master Bug: 142003500 Change-Id: Ie63484c7724203524ff87f1caddfcd02909fc161
* | | Upgrade python/pyasn1-modules to v0.2.6 am: 019c5a7506 am: d4a3294049 am: ↵Haibo Huang2019-08-0187-373/+5006
|\| | | | | | | | | | | | | | | | | | | | | | | 1d51459ce3 am: 4f5a26696f am: 54cd45bf74 Change-Id: I8cc766fa3be7b5a5fd9773f5dc49a83169882734
| * | Upgrade python/pyasn1-modules to v0.2.6 am: 019c5a7506 am: d4a3294049 am: ↵Haibo Huang2019-08-0187-373/+5006
| |\| | | | | | | | | | | | | | | | | | | | | | 1d51459ce3 am: 4f5a26696f Change-Id: I919b0cef23d4c7a313c718e3c23d3cbe1d14b1ab
| | * Upgrade python/pyasn1-modules to v0.2.6 am: 019c5a7506 am: d4a3294049Haibo Huang2019-08-0187-373/+5006
| | |\ | | | | | | | | | | | | | | | | | | | | am: 1d51459ce3 Change-Id: Iacb899652e2807480c987bb77b94f547cd888292
| | | * Upgrade python/pyasn1-modules to v0.2.6 am: 019c5a7506Haibo Huang2019-08-0187-373/+5006
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | am: d4a3294049 Change-Id: I7cc7202506eb4a909b42efb2b769724d1ce5194f
| | | | * Upgrade python/pyasn1-modules to v0.2.6ndk-sysroot-r21Haibo Huang2019-08-0187-373/+5006
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 019c5a7506 Change-Id: I5e4a12d6ee1c6f34df1c1008ad0ba1824d1a57cf
| | | | | * Upgrade python/pyasn1-modules to v0.2.6Haibo Huang2019-08-0187-373/+5006
| | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exempt-From-Owner-Approval: Upgrade library Test: None Change-Id: Ifb2d58b44b10a51ea19e02f4021c23596cc2b2f1
| | | | | | * Release 0.2.6Ilya Etingof2019-08-014-16/+13
| | | | | | |
| | | | | | * Make SIZE OF constraint operational (#46)Ilya Etingof2019-07-3123-105/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | | | | * Add opentypes maps for RFC 4055 and RFC 5480 (#54)Russ Housley2019-07-305-9/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add open types maps for RFC 4055 and RFC 5480
| | | | | | * Disable Py 3.2 & 3.3. in Travis CIIlya Etingof2019-07-201-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Unit tests fail to import, dunno why.
| | | | | | * Add PEM reader unit testIlya Etingof2019-07-202-1/+113
| | | | | | |
| | | | | | * Unit tests runner returns proper error status to OSIlya Etingof2019-07-2039-41/+161
| | | | | | |
| | | | | | * Fix up unit tests following previous commitIlya Etingof2019-07-209-2/+2
| | | | | | |
| | | | | | * Added maps for use with openType (#53)Russ Housley2019-07-2031-208/+866
| | | | | | |
| | | | | | * Add support for opentype for RFC 2986 (#52)Russ Housley2019-07-173-84/+38
| | | | | | |
| | | | | | * Add openType support for CMS Content Types and CMS Attributes in the RFC5652 ↵Russ Housley2019-07-153-6/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | module (#51)
| | | | | | * Updated rfc5280.py for AlgorithmIdentifier opentype support (#50)Russ Housley2019-07-143-4/+158
| | | | | | |
| | | | | | * Fix test_rfc2986 issuesIlya Etingof2019-07-062-5/+13
| | | | | | |
| | | | | | * Add decodeOpenTypes test to test_rfc2986.py (#49)Russ Housley2019-07-051-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add decodeOpenTypes test to test_rfc2986.py
| | | | | | * Add support for RFC 5035 (#48)Russ Housley2019-06-274-0/+343
| | | | | | |
| | | | | | * Add openType support for ORAddress Extension Attributes in rfc5280.py (#47)Russ Housley2019-06-252-2/+39
| | | | | | |
| | | | | | * Add support for RFC 7191 (#44)Russ Housley2019-06-154-0/+438
| | | | | | |
| | | | | | * Add support for RFC 8619 (#43)Russ Housley2019-06-114-1/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for RFC 8619
| | | | | | * Add support for RFC 7296 (#42)Russ Housley2019-06-034-0/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for RFC 7296
| | | | | | * Add support for RFC 5940 (#41)Russ Housley2019-05-314-0/+146
| | | | | | |
| | | | | | * Add support for RFC 5915 (#40)Russ Housley2019-05-314-0/+82
| | | | | | |
| | | | | | * Add support for RFC 2634 (#38)Russ Housley2019-05-294-2/+476
| | | | | | |
| | | | | | * Fix up followed RFC4073 additionIlya Etingof2019-05-242-0/+3
| | | | | | |
| | | | | | * Add support for RFC 4073 (#37)Russ Housley2019-05-242-0/+179
| | | | | | |
| | | | | | * Register RFC3274 test suiteIlya Etingof2019-05-232-1/+3
| | | | | | |
| | | | | | * Add support for RFC 3274 (#36)Russ Housley2019-05-233-2/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for RFC 3274
| | | | | | * Correct typo about RFC 3709 #34Ilya Etingof2019-05-162-3/+2
| | | | | | |
| | | | | | * Add support for RFC3709Ilya Etingof2019-05-144-0/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cherry-picked from [1]. 1. https://github.com/etingof/pyasn1-modules/pull/33
| | | | | | * Finalize RFC3161 supportIlya Etingof2019-05-112-0/+2
| | | | | | |
| | | | | | * Add support for RFC 3161 (#32)Russ Housley2019-05-112-0/+225
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add module and test for RFC 3161 (Time-Stamp Protocol)
| | | | | | * Finalize rfc8520 commitIlya Etingof2019-05-082-1/+4
| | | | | | |
| | | | | | * Add support for RFC 8520 (#31)Russ Housley2019-05-082-0/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for RFC 8520
| | | | | | * Update CHANGES on RFC5480Ilya Etingof2019-05-072-0/+3
| | | | | | |
| | | | | | * Add support for RFC 5480 (#30)Russ Housley2019-05-072-0/+234
| | | | | | |
| | | | | | * PEP8 latest additionsIlya Etingof2019-04-2514-139/+159
| | | | | | |
| | | | | | * Fix up previous commitIlya Etingof2019-04-255-3/+102
| | | | | | |
| | | | | | * Add RFC3560, RFC5649, and RFC6019 (#28)Russ Housley2019-04-256-24/+254
| | | | | | |
| | | | | | * Prepare for 0.2.6Ilya Etingof2019-04-242-1/+6
| | | | | | |
| | | | | | * Fix unit test modules registrationIlya Etingof2019-04-241-7/+7
| | | | | | |
* | | | | | | Add in TEST_MAPPING for acloud unittests. am: bb1cabafb0 am: 8868d1936b am: ↵Kevin Cheng2019-07-231-0/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4e5d60b736 am: bcbfaa94a3 am: 4576d93a34 Change-Id: I63c848c8f1af3c2419a5d9eb86bfba1ff9be697a
| * | | | | | Add in TEST_MAPPING for acloud unittests. am: bb1cabafb0 am: 8868d1936b am: ↵Kevin Cheng2019-07-231-0/+8
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4e5d60b736 am: bcbfaa94a3 Change-Id: Ie775f36b6a3e861637d54dc2411fc15fffef337f
| | * | | | | Add in TEST_MAPPING for acloud unittests. am: bb1cabafb0 am: 8868d1936bKevin Cheng2019-07-231-0/+8
| |/| | | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | am: 4e5d60b736 Change-Id: Ibbe2f34b1f0d8a9571e42f0318417b84520b7dfd