aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-22Add support for RFC 6486 (#90)Russ Housley
2019-10-21Updated the handling of maps for use with openType for RFC 3279 (#89)Russ Housley
2019-10-20Add support for RFC 6955 (#88)Russ Housley
2019-10-19Improve test for RFC3709 with a real world certificate (#87)Russ Housley
2019-10-17Add support for RFC 6960 (#85)Russ Housley
2019-10-17Declare support for Python 3.8 (#86)Aliaksei Urbanski
Python 3.8 is there, so I believe that it would be nice to declare support and add tests for it on CI. Python 3.8.0 release announcement: https://discuss.python.org/t/python-3-8-0-is-now-available/2478 These changes also: - add .venv/ to .gitignore
2019-10-15Add tests for RFC 3852 and RFC 4211 (#83)Russ Housley
2019-10-14Add tests for RFC 3280 and RFC 3281 (#82)Russ Housley
2019-10-13Add support for RFC 7229 (#81)Russ Housley
2019-10-12Improve test routines for modules that use certificate extensions (#80)Russ Housley
Improve test routines for modules that use certificate extensions
2019-10-12Add support for RFC 7633 (#79)Russ Housley
2019-10-09Prepare for 0.2.8Ilya Etingof
2019-10-09Release 0.2.7Ilya Etingof
2019-10-09Add support for RFC 7773 (#78)Russ Housley
2019-10-08Add support for RFC 7914 (#77)Russ Housley
2019-10-07Add support for RFC 8017 (#76)Russ Housley
2019-10-07Add test for RFC 3447 (#75)Russ Housley
2019-10-06Add support for RFC 8209 (#74)Russ Housley
* Add support for RFC 8209
2019-10-05Add support for RFC 8358 (#73)Russ Housley
2019-10-05Add support for RFC 8360 (#72)Russ Housley
2019-10-04Add support for RFC 8479 (#71)Russ Housley
Added support for RFC 8479
2019-10-03Add support for RFC 8419 (#70)Russ Housley
2019-10-02Add support for RFC 8398 (#69)Russ Housley
2019-10-02Update map used for OpenTypes in RFC 5958 (#68)Russ Housley
2019-10-01Add support for RFC 8494 (#67)Russ Housley
2019-09-28Add support for RFC 5751 (#66)Russ Housley
* Add support for RFC 5751
2019-09-23Add support for RFC 6210 (#65)Russ Housley
2019-09-19Fix typo in CHANGESIlya Etingof
2019-09-19Add support for RFC 5934 (#64)Russ Housley
2019-09-08Fix malformed `rfc6402.RevRepContent` layoutIlya Etingof
2019-09-08Add support for RFC 5990 (#63)Russ Housley
2019-09-08Add support for RFC 3894 and openTypes map cleanup (#62)Russ Housley
2019-09-03Add support for RFC 7906 (#61)Russ Housley
2019-09-01Updates to RFC2459, RFC5280, and RFC6211 (#60)Russ Housley
Add `WithComponentsConstraint` where applicable.
2019-09-01Push pyasn1 requirement to 0.4.7Ilya Etingof
To support upcoming `SET ... WITH COMPONENTS` constraint.
2019-08-29Add support for RFC 6211 and RFC 8649 (#59)Russ Housley
2019-08-18Improve opentypes maps for RFC3709, RFC6402, RFC7191, and RFC8226 (#57)Russ Housley
2019-08-17Add more RFCsRuss Housley
Added ASN.1 modules for RFC298, RFC3770, RFC5914, RFC 6010, RFC6031, RFC6032, RFC7030, RFC7292, and RFC8018
2019-08-13Add map for opentype to RFC 3565 (#55)Russ Housley
2019-08-01Upgrade python/pyasn1-modules to v0.2.6 am: 019c5a7506 am: d4a3294049 am: ↵Haibo Huang
1d51459ce3 am: 4f5a26696f am: 54cd45bf74 Change-Id: I8cc766fa3be7b5a5fd9773f5dc49a83169882734
2019-08-01Upgrade python/pyasn1-modules to v0.2.6 am: 019c5a7506 am: d4a3294049 am: ↵Haibo Huang
1d51459ce3 am: 4f5a26696f Change-Id: I919b0cef23d4c7a313c718e3c23d3cbe1d14b1ab
2019-08-01Upgrade python/pyasn1-modules to v0.2.6 am: 019c5a7506 am: d4a3294049Haibo Huang
am: 1d51459ce3 Change-Id: Iacb899652e2807480c987bb77b94f547cd888292
2019-08-01Upgrade python/pyasn1-modules to v0.2.6 am: 019c5a7506Haibo Huang
am: d4a3294049 Change-Id: I7cc7202506eb4a909b42efb2b769724d1ce5194f
2019-08-01Upgrade python/pyasn1-modules to v0.2.6ndk-sysroot-r21Haibo Huang
am: 019c5a7506 Change-Id: I5e4a12d6ee1c6f34df1c1008ad0ba1824d1a57cf
2019-08-01Upgrade python/pyasn1-modules to v0.2.6Haibo Huang
Exempt-From-Owner-Approval: Upgrade library Test: None Change-Id: Ifb2d58b44b10a51ea19e02f4021c23596cc2b2f1
2019-08-01Prepere for 0.2.7Ilya Etingof
2019-08-01Release 0.2.6Ilya Etingof
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-23Add in TEST_MAPPING for acloud unittests. am: bb1cabafb0 am: 8868d1936b am: ↵Kevin Cheng
4e5d60b736 am: bcbfaa94a3 am: 4576d93a34 Change-Id: I63c848c8f1af3c2419a5d9eb86bfba1ff9be697a