pyasn1-alt-modules 0.4.4__tar.gz → 0.4.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pyasn1-alt-modules might be problematic. Click here for more details.
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/CHANGES.txt +14 -0
- {pyasn1-alt-modules-0.4.4/pyasn1_alt_modules.egg-info → pyasn1_alt_modules-0.4.5}/PKG-INFO +3 -8
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/__init__.py +1 -1
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6402.py +11 -3
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8708.py +3 -2
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9480.py +17 -3
- pyasn1_alt_modules-0.4.5/pyasn1_alt_modules/rfc9579.py +89 -0
- pyasn1_alt_modules-0.4.5/pyasn1_alt_modules/rfc9582.py +107 -0
- pyasn1_alt_modules-0.4.5/pyasn1_alt_modules/rfc9598.py +52 -0
- pyasn1_alt_modules-0.4.5/pyasn1_alt_modules/rfc9608.py +35 -0
- pyasn1_alt_modules-0.4.5/pyasn1_alt_modules/rfc9629.py +100 -0
- pyasn1_alt_modules-0.4.5/pyasn1_alt_modules/rfc9654.py +241 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5/pyasn1_alt_modules.egg-info}/PKG-INFO +3 -8
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules.egg-info/SOURCES.txt +13 -1
- pyasn1_alt_modules-0.4.5/pyasn1_alt_modules.egg-info/requires.txt +1 -0
- pyasn1_alt_modules-0.4.5/requirements.txt +1 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/setup.cfg +2 -2
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/setup.py +6 -18
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/__main__.py +7 -2
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8708.py +2 -2
- pyasn1_alt_modules-0.4.5/tests/test_rfc9579.py +129 -0
- pyasn1_alt_modules-0.4.5/tests/test_rfc9582.py +117 -0
- pyasn1_alt_modules-0.4.5/tests/test_rfc9598.py +65 -0
- pyasn1_alt_modules-0.4.5/tests/test_rfc9608.py +65 -0
- pyasn1_alt_modules-0.4.5/tests/test_rfc9629.py +76 -0
- pyasn1_alt_modules-0.4.5/tests/test_rfc9654.py +177 -0
- pyasn1-alt-modules-0.4.4/pyasn1_alt_modules.egg-info/requires.txt +0 -1
- pyasn1-alt-modules-0.4.4/requirements.txt +0 -1
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/LICENSE.txt +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/MANIFEST.in +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/README.md +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/opentypemap.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/pem.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc1155.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc1157.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc1901.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc1902.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc1905.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2040.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2251.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2314.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2315.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2437.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2459.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2511.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2528.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2560.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2631.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2634.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2743.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2876.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2898.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2985.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2986.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3058.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3114.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3125.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3161.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3217.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3274.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3279.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3280.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3281.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3370.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3412.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3414.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3447.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3537.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3546.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3560.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3565.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3657.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3709.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3739.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3770.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3779.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3820.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3852.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3874.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4010.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4043.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4055.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4056.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4059.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4073.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4108.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4210.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4211.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4231.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4262.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4334.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4357.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4366.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4387.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4476.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4490.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4491.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4683.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4985.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4998.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5035.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5055.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5083.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5084.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5126.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5208.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5275.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5276.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5280.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5480.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5544.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5636.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5639.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5649.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5652.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5697.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5698.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5751.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5752.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5753.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5755.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5913.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5914.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5915.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5916.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5917.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5924.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5934.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5940.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5958.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5990.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6010.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6019.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6031.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6032.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6066.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6120.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6170.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6187.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6210.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6211.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6482.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6484.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6486.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6487.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6492.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6493.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6494.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6664.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6955.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6960.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6962.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7030.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7191.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7229.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7292.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7296.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7508.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7585.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7633.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7693.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7773.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7836.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7894.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7906.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7914.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8017.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8018.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8103.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8209.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8226.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8358.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8360.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8398.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8410.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8418.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8419.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8479.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8494.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8520.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8619.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8649.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8692.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8696.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8702.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8737.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8769.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8894.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8951.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8954.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8994.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8995.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9044.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9092.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9118.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9174.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9189.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9215.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9286.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9289.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9310.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9323.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9336.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9337.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9345.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9385.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9399.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9481.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9509.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9548.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules.egg-info/dependency_links.txt +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules.egg-info/top_level.txt +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules.egg-info/zip-safe +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/__init__.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_opentypemap.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_pem.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2040.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2314.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2315.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2437.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2459.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2511.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2528.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2560.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2631.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2634.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2743.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2876.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2898.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2985.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2986.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3058.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3114.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3125.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3161.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3217.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3274.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3279.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3280.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3281.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3370.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3447.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3537.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3546.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3560.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3565.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3657.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3709.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3739.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3770.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3779.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3820.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3852.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3874.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4010.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4043.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4055.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4056.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4059.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4073.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4108.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4210.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4211.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4231.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4262.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4334.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4357.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4366.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4387.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4476.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4490.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4491.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4683.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4985.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4998.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5035.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5055.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5083.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5084.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5126.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5208.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5275.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5276.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5280.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5480.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5544.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5636.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5639.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5649.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5652.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5697.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5698.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5751.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5752.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5753.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5755.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5913.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5914.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5915.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5916.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5917.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5924.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5934.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5940.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5958.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5990.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6010.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6019.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6031.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6032.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6066.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6120.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6170.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6187.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6210.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6211.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6402.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6482.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6484.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6486.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6487.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6492.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6493.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6494.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6664.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6955.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6960.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6962.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7030.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7191.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7229.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7292.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7296.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7508.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7585.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7633.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7693.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7773.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7836.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7894.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7906.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7914.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8017.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8018.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8103.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8209.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8226.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8358.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8360.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8398.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8410.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8418.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8419.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8479.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8494.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8520.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8619.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8649.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8692.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8696.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8702.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8737.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8769.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8894.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8951.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8954.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8994.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8995.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9044.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9092.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9118.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9174.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9189.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9215.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9286.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9289.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9310.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9323.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9336.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9337.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9345.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9385.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9399.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9480.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9481.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9509.py +0 -0
- {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9548.py +0 -0
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
Revision 0.4.5, released 02-09-2024
|
|
2
|
+
-----------------------------------
|
|
3
|
+
- Require pyasn1 0.5.0 to force people to the maintained version
|
|
4
|
+
- Dropped support for EOL Python 2.7, 3.6, and 3.7
|
|
5
|
+
- Added RFC9598 for Internationalized Email Addresses in X.509 Certificates
|
|
6
|
+
- Added RFC9582 for RPKI Route Origin Authorizations (ROAs)
|
|
7
|
+
- Added RFC9579 for Use of PBMAC1 in the PKCS #12 Syntax
|
|
8
|
+
- Improve RFC9480 by updating the algorithm identifier map and fix typo
|
|
9
|
+
- Improve RFC8708 by addressing errata eid7963, which only changes a comment
|
|
10
|
+
- Added RFC9608 for the noRevAvail Certificate Extension
|
|
11
|
+
- Improve RFC6401 by addressing errata eid3943, eid5931, and eid6571
|
|
12
|
+
- Added RFC9629 for CMS KEMRecipientInfo
|
|
13
|
+
- Added RFC9654 for Online Certificate Status Protocol (OCSP) Nonce Extension
|
|
14
|
+
|
|
1
15
|
Revision 0.4.4, released 03-22-2024
|
|
2
16
|
-----------------------------------
|
|
3
17
|
- Added support for Python 3.12, and dropped support for Python 3.5.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyasn1-alt-modules
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.5
|
|
4
4
|
Summary: A alternate collection of ASN.1-based protocols modules.
|
|
5
5
|
Home-page: https://github.com/russhousley/pyasn1-alt-modules
|
|
6
6
|
Author: Russ Housley
|
|
@@ -18,22 +18,17 @@ Classifier: Intended Audience :: Telecommunications Industry
|
|
|
18
18
|
Classifier: License :: OSI Approved :: BSD License
|
|
19
19
|
Classifier: Natural Language :: English
|
|
20
20
|
Classifier: Operating System :: OS Independent
|
|
21
|
-
Classifier: Programming Language :: Python :: 2
|
|
22
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
23
21
|
Classifier: Programming Language :: Python :: 3
|
|
24
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
25
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
26
22
|
Classifier: Programming Language :: Python :: 3.8
|
|
27
23
|
Classifier: Programming Language :: Python :: 3.9
|
|
28
24
|
Classifier: Programming Language :: Python :: 3.10
|
|
29
25
|
Classifier: Programming Language :: Python :: 3.11
|
|
30
26
|
Classifier: Programming Language :: Python :: 3.12
|
|
31
27
|
Classifier: Topic :: Communications
|
|
32
|
-
Classifier: Topic :: System :: Monitoring
|
|
33
|
-
Classifier: Topic :: System :: Networking :: Monitoring
|
|
34
28
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
35
|
-
Requires-Python: >=
|
|
29
|
+
Requires-Python: >=3.8
|
|
36
30
|
Description-Content-Type: text/plain
|
|
37
31
|
License-File: LICENSE.txt
|
|
32
|
+
Requires-Dist: pyasn1>=0.5.0
|
|
38
33
|
|
|
39
34
|
A collection of ASN.1 modules expressed in form of pyasn1 classes. Includes protocols PDUs definition (SNMP, LDAP, OCSP, and so on) as well as various data structures (X.509, PKCS, and so on).
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# http://www.python.org/dev/peps/pep-0396/
|
|
2
|
-
__version__ = '0.4.
|
|
2
|
+
__version__ = '0.4.5'
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
# Modified by Russ Housley to add a maps for CMC Control Attributes
|
|
7
7
|
# and CMC Content Types for use with opentypes.
|
|
8
8
|
# Modified by Russ Housley to include the opentypemap manager.
|
|
9
|
+
# Modified by Russ Housley for errata 3943, 5931, and 6571.
|
|
9
10
|
#
|
|
10
11
|
# Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
|
|
11
12
|
# Copyright (c) 2021-2024, Vigil Security, LLC
|
|
@@ -15,6 +16,9 @@
|
|
|
15
16
|
#
|
|
16
17
|
# ASN.1 source from:
|
|
17
18
|
# https://www.rfc-editor.org/rfc/rfc6402.txt
|
|
19
|
+
# https://www.rfc-editor.org/errata/eid3943
|
|
20
|
+
# https://www.rfc-editor.org/errata/eid5931
|
|
21
|
+
# https://www.rfc-editor.org/errata/eid6571
|
|
18
22
|
#
|
|
19
23
|
from pyasn1.type import char
|
|
20
24
|
from pyasn1.type import constraint
|
|
@@ -57,9 +61,11 @@ class ChangeSubjectName(univ.Sequence):
|
|
|
57
61
|
pass
|
|
58
62
|
|
|
59
63
|
|
|
64
|
+
# https://www.rfc-editor.org/errata/eid3943
|
|
60
65
|
ChangeSubjectName.componentType = namedtype.NamedTypes(
|
|
61
66
|
namedtype.OptionalNamedType('subject', rfc5280.Name()),
|
|
62
|
-
namedtype.OptionalNamedType('subjectAlt', rfc5280.GeneralNames()
|
|
67
|
+
namedtype.OptionalNamedType('subjectAlt', rfc5280.GeneralNames().subtype(
|
|
68
|
+
implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1)))
|
|
63
69
|
)
|
|
64
70
|
|
|
65
71
|
|
|
@@ -159,7 +165,8 @@ CMCStatusInfoV2.componentType = namedtype.NamedTypes(
|
|
|
159
165
|
componentType=namedtype.NamedTypes(
|
|
160
166
|
namedtype.NamedType('failInfoOID', univ.ObjectIdentifier()),
|
|
161
167
|
namedtype.NamedType('failInfoValue', AttributeValue()))
|
|
162
|
-
)
|
|
168
|
+
).subtype(implicitTag=tag.Tag(
|
|
169
|
+
tag.tagClassContext, tag.tagFormatConstructed, 1))
|
|
163
170
|
)
|
|
164
171
|
)
|
|
165
172
|
)
|
|
@@ -501,7 +508,8 @@ class ExtensionReq(univ.SequenceOf):
|
|
|
501
508
|
ExtensionReq.componentType = rfc5280.Extension()
|
|
502
509
|
ExtensionReq.sizeSpec = constraint.ValueSizeConstraint(1, MAX)
|
|
503
510
|
|
|
504
|
-
|
|
511
|
+
# https://www.rfc-editor.org/errata/eid5931
|
|
512
|
+
id_kp_cmcArchive = _buildOid(rfc5280.id_kp, 29)
|
|
505
513
|
|
|
506
514
|
id_cmc_publishCert = _buildOid(id_cmc, 30)
|
|
507
515
|
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
#
|
|
10
10
|
# ASN.1 source from:
|
|
11
11
|
# https://www.rfc-editor.org/rfc/rfc8708.txt
|
|
12
|
+
# https://www.rfc-editor.org/errata/eid7963
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
from pyasn1.type import univ
|
|
@@ -38,5 +39,5 @@ class HSS_LMS_HashSig_PublicKey(univ.OctetString):
|
|
|
38
39
|
|
|
39
40
|
pk_HSS_LMS_HashSig = rfc5280.SubjectPublicKeyInfo()
|
|
40
41
|
pk_HSS_LMS_HashSig['algorithm'] = sa_HSS_LMS_HashSig
|
|
41
|
-
# pk_HSS_LMS_HashSig['subjectPublicKey'] CONTAINS
|
|
42
|
-
#
|
|
42
|
+
# pk_HSS_LMS_HashSig['subjectPublicKey'] CONTAINS the
|
|
43
|
+
# HSS/LMS public key without any ASN.1 encoding
|
|
@@ -3,8 +3,10 @@
|
|
|
3
3
|
#
|
|
4
4
|
# Created by Russ Housley with minor assistance from asn1ate v.0.6.0.
|
|
5
5
|
# Modified by Russ Housley to make InfoTypeAndValue['infoType'] optional.
|
|
6
|
+
# Modified by Russ Housley to update the algorithmIdentifierMap.
|
|
7
|
+
# Modified bt Russ Housley to correct typo in SignKeyPairTypesValue.
|
|
6
8
|
#
|
|
7
|
-
# Copyright (c) 2021, Vigil Security, LLC
|
|
9
|
+
# Copyright (c) 2021-2024, Vigil Security, LLC
|
|
8
10
|
# License: http://vigilsec.com/pyasn1_alt_modules_license.txt
|
|
9
11
|
#
|
|
10
12
|
# Updates to the Certificate Management Protocol (CMP)
|
|
@@ -30,6 +32,8 @@ from pyasn1_alt_modules import rfc5652
|
|
|
30
32
|
from pyasn1_alt_modules import rfc6402
|
|
31
33
|
from pyasn1_alt_modules import opentypemap
|
|
32
34
|
|
|
35
|
+
algorithmIdentifierMap = opentypemap.get('algorithmIdentifierMap')
|
|
36
|
+
|
|
33
37
|
cmpInfoTypeAndValueMap = opentypemap.get('cmpInfoTypeAndValueMap')
|
|
34
38
|
|
|
35
39
|
cmsAttributesMap = opentypemap.get('cmsAttributesMap')
|
|
@@ -537,7 +541,7 @@ class CAProtEncCertValue(CMPCertificate):
|
|
|
537
541
|
|
|
538
542
|
id_it_signKeyPairTypes = id_it + (2,)
|
|
539
543
|
|
|
540
|
-
class
|
|
544
|
+
class SignKeyPairTypesValue(univ.SequenceOf):
|
|
541
545
|
componentType = AlgorithmIdentifier()
|
|
542
546
|
|
|
543
547
|
|
|
@@ -675,7 +679,7 @@ class CRLsValue(univ.SequenceOf):
|
|
|
675
679
|
|
|
676
680
|
_cmpInfoTypeAndValueMapUpdate = {
|
|
677
681
|
id_it_caProtEncCert: CAProtEncCertValue(),
|
|
678
|
-
id_it_signKeyPairTypes:
|
|
682
|
+
id_it_signKeyPairTypes: SignKeyPairTypesValue(),
|
|
679
683
|
id_it_encKeyPairTypes: EncKeyPairTypesValue(),
|
|
680
684
|
id_it_preferredSymmAlg: PreferredSymmAlgValue(),
|
|
681
685
|
id_it_caKeyUpdateInfo: CAKeyUpdateInfoValue(),
|
|
@@ -711,6 +715,16 @@ _cmsAttributesMapUpdate = {
|
|
|
711
715
|
cmsAttributesMap.update(_cmsAttributesMapUpdate)
|
|
712
716
|
|
|
713
717
|
|
|
718
|
+
# Update the Algorithm Identifier map
|
|
719
|
+
|
|
720
|
+
_algorithmIdentifierMapUpdate = {
|
|
721
|
+
id_PasswordBasedMac: PBMParameter(),
|
|
722
|
+
id_DHBasedMac: DHBMParameter(),
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
algorithmIdentifierMap.update(_algorithmIdentifierMapUpdate)
|
|
726
|
+
|
|
727
|
+
|
|
714
728
|
# Since pyasn1 does not naturally handle recursive definitions, this hack:
|
|
715
729
|
#
|
|
716
730
|
NestedMessageContent._componentType = PKIMessages()
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This file is part of pyasn1-alt-modules software.
|
|
3
|
+
#
|
|
4
|
+
# Created by Russ Housley.
|
|
5
|
+
#
|
|
6
|
+
# Copyright (c) 2024, Vigil Security, LLC
|
|
7
|
+
# License: http://vigilsec.com/pyasn1-alt-modules-license.txt
|
|
8
|
+
#
|
|
9
|
+
# Use of PBMAC1 in the PKCS #12 Syntax
|
|
10
|
+
#
|
|
11
|
+
# ASN.1 source from:
|
|
12
|
+
# https://www.rfc-editor.org/rfc/rfc9579.txt
|
|
13
|
+
#
|
|
14
|
+
|
|
15
|
+
from pyasn1.type import univ
|
|
16
|
+
|
|
17
|
+
from pyasn1_alt_modules import rfc5280
|
|
18
|
+
from pyasn1_alt_modules import rfc8018
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
# Import from RFC 5280
|
|
22
|
+
|
|
23
|
+
AlgorithmIdentifier = rfc5280.AlgorithmIdentifier
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
# Import from RFC 8018
|
|
27
|
+
|
|
28
|
+
rsadsi = rfc8018.rsadsi
|
|
29
|
+
|
|
30
|
+
pkcs = rfc8018.pkcs
|
|
31
|
+
|
|
32
|
+
pkcs_5 = rfc8018.pkcs_5
|
|
33
|
+
|
|
34
|
+
id_hmacWithSHA1 = rfc8018.id_hmacWithSHA1
|
|
35
|
+
|
|
36
|
+
id_hmacWithSHA224 = rfc8018.id_hmacWithSHA224
|
|
37
|
+
|
|
38
|
+
id_hmacWithSHA256 = rfc8018.id_hmacWithSHA256
|
|
39
|
+
|
|
40
|
+
id_hmacWithSHA384 = rfc8018.id_hmacWithSHA384
|
|
41
|
+
|
|
42
|
+
id_hmacWithSHA512 = rfc8018.id_hmacWithSHA512
|
|
43
|
+
|
|
44
|
+
id_hmacWithSHA512_224 = rfc8018.id_hmacWithSHA512_224
|
|
45
|
+
|
|
46
|
+
id_hmacWithSHA512_256 = rfc8018.id_hmacWithSHA512_256
|
|
47
|
+
|
|
48
|
+
id_PBMAC1 = rfc8018.id_PBMAC1
|
|
49
|
+
|
|
50
|
+
PBMAC1_params = rfc8018.PBMAC1_params
|
|
51
|
+
|
|
52
|
+
id_PBKDF2 = rfc8018.id_PBKDF2
|
|
53
|
+
|
|
54
|
+
PBKDF2_params = rfc8018.PBKDF2_params
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
# HMAC algorithm identifiers
|
|
58
|
+
|
|
59
|
+
algid_hmacWithSHA1 = AlgorithmIdentifier()
|
|
60
|
+
algid_hmacWithSHA1['algorithm'] = id_hmacWithSHA1
|
|
61
|
+
algid_hmacWithSHA1['parameters'] = univ.Null("")
|
|
62
|
+
|
|
63
|
+
algid_hmacWithSHA224 = AlgorithmIdentifier()
|
|
64
|
+
algid_hmacWithSHA224['algorithm'] = id_hmacWithSHA224
|
|
65
|
+
algid_hmacWithSHA224['parameters'] = univ.Null("")
|
|
66
|
+
|
|
67
|
+
algid_hmacWithSHA256 = AlgorithmIdentifier()
|
|
68
|
+
algid_hmacWithSHA256['algorithm'] = id_hmacWithSHA256
|
|
69
|
+
algid_hmacWithSHA256['parameters'] = univ.Null("")
|
|
70
|
+
|
|
71
|
+
algid_hmacWithSHA384 = AlgorithmIdentifier()
|
|
72
|
+
algid_hmacWithSHA384['algorithm'] = id_hmacWithSHA384
|
|
73
|
+
algid_hmacWithSHA384['parameters'] = univ.Null("")
|
|
74
|
+
|
|
75
|
+
algid_hmacWithSHA512 = AlgorithmIdentifier()
|
|
76
|
+
algid_hmacWithSHA512['algorithm'] = id_hmacWithSHA512
|
|
77
|
+
algid_hmacWithSHA512['parameters'] = univ.Null("")
|
|
78
|
+
|
|
79
|
+
algid_hmacWithSHA512_224 = AlgorithmIdentifier()
|
|
80
|
+
algid_hmacWithSHA512_224['algorithm'] = id_hmacWithSHA512_224
|
|
81
|
+
algid_hmacWithSHA512_224['parameters'] = univ.Null("")
|
|
82
|
+
|
|
83
|
+
algid_hmacWithSHA512_256 = AlgorithmIdentifier()
|
|
84
|
+
algid_hmacWithSHA512_256['algorithm'] = id_hmacWithSHA512_256
|
|
85
|
+
algid_hmacWithSHA512_256['parameters'] = univ.Null("")
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
# No need to Update the Algorithm Identifier map or the S/MIME Capabilities map;
|
|
89
|
+
# these updates were handled by importing RFC 8018.
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This file is part of pyasn1-alt-modules software.
|
|
3
|
+
#
|
|
4
|
+
# Created by Russ Housley with assistance from asn1ate v.0.6.0.
|
|
5
|
+
#
|
|
6
|
+
# Copyright (c) 2024, Vigil Security, LLC
|
|
7
|
+
# License: http://vigilsec.com/pyasn1-alt-modules-license.txt
|
|
8
|
+
#
|
|
9
|
+
# RPKI Route Origin Authorizations (ROAs)
|
|
10
|
+
#
|
|
11
|
+
# ASN.1 source from:
|
|
12
|
+
# https://www.rfc-editor.org/rfc/rfc9582.txt
|
|
13
|
+
#
|
|
14
|
+
|
|
15
|
+
from pyasn1.type import constraint
|
|
16
|
+
from pyasn1.type import namedtype
|
|
17
|
+
from pyasn1.type import tag
|
|
18
|
+
from pyasn1.type import univ
|
|
19
|
+
|
|
20
|
+
from pyasn1_alt_modules import rfc5652
|
|
21
|
+
from pyasn1_alt_modules import opentypemap
|
|
22
|
+
|
|
23
|
+
cmsContentTypesMap = opentypemap.get('cmsContentTypesMap')
|
|
24
|
+
|
|
25
|
+
MAX = float('inf')
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
id_ct_routeOriginAuthz = univ.ObjectIdentifier('1.2.840.113549.1.9.16.1.24')
|
|
29
|
+
|
|
30
|
+
afi_IPv4 = univ.OctetString(hexValue='0001').subtype(
|
|
31
|
+
subtypeSpec=constraint.ValueSizeConstraint(2, 2))
|
|
32
|
+
|
|
33
|
+
afi_IPv6 = univ.OctetString(hexValue='0002').subtype(
|
|
34
|
+
subtypeSpec=constraint.ValueSizeConstraint(2, 2))
|
|
35
|
+
|
|
36
|
+
ub_IPv4 = univ.Integer(32)
|
|
37
|
+
|
|
38
|
+
ub_IPv6 = univ.Integer(128)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
class ASID(univ.Integer):
|
|
42
|
+
subtypeSpec = constraint.ValueRangeConstraint(0, 4294967295)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
class ROAIPAddress(univ.Sequence):
|
|
46
|
+
componentType = namedtype.NamedTypes(
|
|
47
|
+
namedtype.NamedType('address', univ.BitString()),
|
|
48
|
+
# For IPv4, the maximum size of the BitString is ub_IPv4 bits
|
|
49
|
+
# For IPv6, the maximum size of the BitString is ub_IPv6 bits
|
|
50
|
+
namedtype.OptionalNamedType('maxLength', univ.Integer())
|
|
51
|
+
# For IPv4, the maximum value of the Integer is ub_IPv4
|
|
52
|
+
# For IPv6, the maximum value of the Integer is ub_IPv6
|
|
53
|
+
)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
class ROAAddresses(univ.SequenceOf):
|
|
57
|
+
componentType = ROAIPAddress()
|
|
58
|
+
subtypeSpec = constraint.ValueSizeConstraint(1, MAX)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
ROAIPAddressIPv4 = ROAIPAddress
|
|
62
|
+
|
|
63
|
+
ROAIPAddressIPv6 = ROAIPAddress
|
|
64
|
+
|
|
65
|
+
ROAAddressesIPv4 = ROAAddresses
|
|
66
|
+
|
|
67
|
+
ROAAddressesIPv6 = ROAAddresses
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
class ROAIPAddressFamily(univ.Sequence):
|
|
71
|
+
componentType = namedtype.NamedTypes(
|
|
72
|
+
namedtype.NamedType('addressFamily',
|
|
73
|
+
univ.OctetString().subtype(
|
|
74
|
+
subtypeSpec=constraint.ValueSizeConstraint(2, 2))),
|
|
75
|
+
namedtype.NamedType('addresses', ROAAddresses())
|
|
76
|
+
)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
class RouteOriginAttestation(univ.Sequence):
|
|
80
|
+
componentType = namedtype.NamedTypes(
|
|
81
|
+
namedtype.DefaultedNamedType('version',
|
|
82
|
+
univ.Integer().subtype(explicitTag=tag.Tag(
|
|
83
|
+
tag.tagClassContext, tag.tagFormatSimple, 0)).subtype(value=0)),
|
|
84
|
+
namedtype.NamedType('asID', ASID()),
|
|
85
|
+
namedtype.NamedType('ipAddrBlocks',
|
|
86
|
+
univ.SequenceOf(componentType=ROAIPAddressFamily()).subtype(
|
|
87
|
+
subtypeSpec=constraint.ValueSizeConstraint(1, 2)))
|
|
88
|
+
)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
addressFamilyIPv4 = ROAIPAddressFamily()
|
|
92
|
+
addressFamilyIPv4['addressFamily'] = afi_IPv4
|
|
93
|
+
addressFamilyIPv4['addresses'] = ROAAddressesIPv4()
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
addressFamilyIPv6 = ROAIPAddressFamily()
|
|
97
|
+
addressFamilyIPv6['addressFamily'] = afi_IPv6
|
|
98
|
+
addressFamilyIPv6['addresses'] = ROAAddressesIPv6()
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
# Update the CMS Content Types Map
|
|
102
|
+
|
|
103
|
+
_cmsContentTypesMapUpdate = {
|
|
104
|
+
id_ct_routeOriginAuthz: RouteOriginAttestation(),
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
cmsContentTypesMap.update(_cmsContentTypesMapUpdate)
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This file is part of pyasn1-alt-modules software.
|
|
3
|
+
#
|
|
4
|
+
# Created by Russ Housley.
|
|
5
|
+
#
|
|
6
|
+
# Copyright (c) 2024, Vigil Security, LLC
|
|
7
|
+
# License: http://vigilsec.com/pyasn1-alt-modules-license.txt
|
|
8
|
+
#
|
|
9
|
+
# Internationalized Email Addresses in X.509 Certificates
|
|
10
|
+
#
|
|
11
|
+
# ASN.1 source from:
|
|
12
|
+
# https://www.rfc-editor.org/rfc/rfc9598.txt
|
|
13
|
+
#
|
|
14
|
+
|
|
15
|
+
from pyasn1.type import char
|
|
16
|
+
from pyasn1.type import constraint
|
|
17
|
+
from pyasn1.type import univ
|
|
18
|
+
|
|
19
|
+
from pyasn1_alt_modules import rfc5280
|
|
20
|
+
from pyasn1_alt_modules import opentypemap
|
|
21
|
+
|
|
22
|
+
otherNamesMap = opentypemap.get('otherNamesMap')
|
|
23
|
+
|
|
24
|
+
MAX = float('inf')
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
# SmtpUTF8Mailbox contains Mailbox as specified in Section 3.3 of RFC 6531.
|
|
28
|
+
# RFC 9598 requires that the domain name be represented as A-labels.
|
|
29
|
+
|
|
30
|
+
id_pkix = rfc5280.id_pkix
|
|
31
|
+
|
|
32
|
+
id_on = id_pkix + (8, )
|
|
33
|
+
|
|
34
|
+
id_on_SmtpUTF8Mailbox = id_on + (9, )
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
class SmtpUTF8Mailbox(char.UTF8String):
|
|
38
|
+
subtypeSpec = constraint.ValueSizeConstraint(1, MAX)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
on_SmtpUTF8Mailbox = rfc5280.AnotherName()
|
|
42
|
+
on_SmtpUTF8Mailbox['type-id'] = id_on_SmtpUTF8Mailbox
|
|
43
|
+
on_SmtpUTF8Mailbox['value'] = SmtpUTF8Mailbox()
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
# Update the Other Names Map
|
|
47
|
+
|
|
48
|
+
_otherNamesMapUpdate = {
|
|
49
|
+
id_on_SmtpUTF8Mailbox: SmtpUTF8Mailbox(),
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
otherNamesMap.update(_otherNamesMapUpdate)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This file is part of pyasn1-alt-modules software.
|
|
3
|
+
#
|
|
4
|
+
# Created by Russ Housley.
|
|
5
|
+
#
|
|
6
|
+
# Copyright (c) 2024, Vigil Security, LLC
|
|
7
|
+
# License: http://vigilsec.com/pyasn1-alt-modules-license.txt
|
|
8
|
+
#
|
|
9
|
+
# The noRevAvail Certificate Extension
|
|
10
|
+
#
|
|
11
|
+
# ASN.1 source from:
|
|
12
|
+
# https://www.rfc-editor.org/rfc/rfc9608.txt
|
|
13
|
+
#
|
|
14
|
+
|
|
15
|
+
from pyasn1.type import univ
|
|
16
|
+
from pyasn1_alt_modules import opentypemap
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
certificateExtensionsMap = opentypemap.get('certificateExtensionsMap')
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# Object Identifiers
|
|
23
|
+
|
|
24
|
+
id_ce = univ.ObjectIdentifier((2, 5, 29, ))
|
|
25
|
+
|
|
26
|
+
id_ce_noRevAvail = id_ce + (56, )
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
# Update the Certificate Extensions Map
|
|
30
|
+
|
|
31
|
+
_certificateExtensionsMapUpdate = {
|
|
32
|
+
id_ce_noRevAvail: univ.Null(),
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
certificateExtensionsMap.update(_certificateExtensionsMapUpdate)
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This file is part of pyasn1-alt-modules software.
|
|
3
|
+
#
|
|
4
|
+
# Created by Russ Housley with some help from by asn1ate v.0.6.0.
|
|
5
|
+
#
|
|
6
|
+
# Copyright (c) 2023-2024, Vigil Security, LLC
|
|
7
|
+
# License: http://vigilsec.com/pyasn1-alt-modules-license.txt
|
|
8
|
+
#
|
|
9
|
+
# CMS KEMRecipientInfo
|
|
10
|
+
#
|
|
11
|
+
# ASN.1 source from:
|
|
12
|
+
# https://www.rfc-editor.org/rfc/rfc9629.txt
|
|
13
|
+
#
|
|
14
|
+
|
|
15
|
+
from pyasn1.type import constraint
|
|
16
|
+
from pyasn1.type import namedtype
|
|
17
|
+
from pyasn1.type import tag
|
|
18
|
+
from pyasn1.type import univ
|
|
19
|
+
|
|
20
|
+
from pyasn1_alt_modules import rfc5280
|
|
21
|
+
from pyasn1_alt_modules import rfc5652
|
|
22
|
+
from pyasn1_alt_modules import opentypemap
|
|
23
|
+
|
|
24
|
+
otherRecipientInfoMap = opentypemap.get('otherRecipientInfoMap')
|
|
25
|
+
|
|
26
|
+
MAX = float('inf')
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
# Imports from RFC 5280
|
|
30
|
+
|
|
31
|
+
AlgorithmIdentifier = rfc5280.AlgorithmIdentifier
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
# Imports from RFC 5652
|
|
35
|
+
|
|
36
|
+
CMSVersion = rfc5652.CMSVersion
|
|
37
|
+
|
|
38
|
+
EncryptedKey = rfc5652.EncryptedKey
|
|
39
|
+
|
|
40
|
+
KeyDerivationAlgorithmIdentifier = rfc5652.KeyDerivationAlgorithmIdentifier
|
|
41
|
+
|
|
42
|
+
KeyEncryptionAlgorithmIdentifier = rfc5652.KeyEncryptionAlgorithmIdentifier
|
|
43
|
+
|
|
44
|
+
RecipientIdentifier = rfc5652.RecipientIdentifier
|
|
45
|
+
|
|
46
|
+
UserKeyingMaterial = rfc5652.UserKeyingMaterial
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
# Object Identifiers
|
|
50
|
+
|
|
51
|
+
id_ori = univ.ObjectIdentifier((1, 2, 840, 113549, 1, 9, 16, 13))
|
|
52
|
+
|
|
53
|
+
id_ori_kem = id_ori + (3,)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
# KEMRecipientInfo
|
|
57
|
+
|
|
58
|
+
class KEMAlgorithmIdentifier(AlgorithmIdentifier):
|
|
59
|
+
pass
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
class KEMRecipientInfo(univ.Sequence):
|
|
63
|
+
componentType = namedtype.NamedTypes(
|
|
64
|
+
namedtype.NamedType('version', CMSVersion()),
|
|
65
|
+
namedtype.NamedType('rid', RecipientIdentifier()),
|
|
66
|
+
namedtype.NamedType('kem', KEMAlgorithmIdentifier()),
|
|
67
|
+
namedtype.NamedType('kemct', univ.OctetString()),
|
|
68
|
+
namedtype.NamedType('kdf', KeyDerivationAlgorithmIdentifier()),
|
|
69
|
+
namedtype.NamedType('kekLength',
|
|
70
|
+
univ.Integer().subtype(
|
|
71
|
+
subtypeSpec=constraint.ValueRangeConstraint(1, MAX))),
|
|
72
|
+
namedtype.OptionalNamedType('ukm',
|
|
73
|
+
UserKeyingMaterial().subtype(explicitTag=tag.Tag(
|
|
74
|
+
tag.tagClassContext, tag.tagFormatSimple, 0))),
|
|
75
|
+
namedtype.NamedType('wrap', KeyEncryptionAlgorithmIdentifier()),
|
|
76
|
+
namedtype.NamedType('encryptedKey', EncryptedKey())
|
|
77
|
+
)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
# CMSORIforKEMOtherInfo
|
|
81
|
+
|
|
82
|
+
class CMSORIforKEMOtherInfo(univ.Sequence):
|
|
83
|
+
componentType = namedtype.NamedTypes(
|
|
84
|
+
namedtype.NamedType('wrap', KeyEncryptionAlgorithmIdentifier()),
|
|
85
|
+
namedtype.NamedType('kekLength',
|
|
86
|
+
univ.Integer().subtype(
|
|
87
|
+
subtypeSpec=constraint.ValueRangeConstraint(1, MAX))),
|
|
88
|
+
namedtype.OptionalNamedType('ukm',
|
|
89
|
+
UserKeyingMaterial().subtype(explicitTag=tag.Tag(
|
|
90
|
+
tag.tagClassContext, tag.tagFormatSimple, 0)))
|
|
91
|
+
)
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
# Update the CMS Other Recipient Info Map
|
|
95
|
+
|
|
96
|
+
_otherRecipientInfoMapUpdate = {
|
|
97
|
+
id_ori_kem: KEMRecipientInfo(),
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
otherRecipientInfoMap.update(_otherRecipientInfoMapUpdate)
|