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.

Files changed (387) hide show
  1. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/CHANGES.txt +14 -0
  2. {pyasn1-alt-modules-0.4.4/pyasn1_alt_modules.egg-info → pyasn1_alt_modules-0.4.5}/PKG-INFO +3 -8
  3. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/__init__.py +1 -1
  4. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6402.py +11 -3
  5. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8708.py +3 -2
  6. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9480.py +17 -3
  7. pyasn1_alt_modules-0.4.5/pyasn1_alt_modules/rfc9579.py +89 -0
  8. pyasn1_alt_modules-0.4.5/pyasn1_alt_modules/rfc9582.py +107 -0
  9. pyasn1_alt_modules-0.4.5/pyasn1_alt_modules/rfc9598.py +52 -0
  10. pyasn1_alt_modules-0.4.5/pyasn1_alt_modules/rfc9608.py +35 -0
  11. pyasn1_alt_modules-0.4.5/pyasn1_alt_modules/rfc9629.py +100 -0
  12. pyasn1_alt_modules-0.4.5/pyasn1_alt_modules/rfc9654.py +241 -0
  13. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5/pyasn1_alt_modules.egg-info}/PKG-INFO +3 -8
  14. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules.egg-info/SOURCES.txt +13 -1
  15. pyasn1_alt_modules-0.4.5/pyasn1_alt_modules.egg-info/requires.txt +1 -0
  16. pyasn1_alt_modules-0.4.5/requirements.txt +1 -0
  17. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/setup.cfg +2 -2
  18. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/setup.py +6 -18
  19. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/__main__.py +7 -2
  20. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8708.py +2 -2
  21. pyasn1_alt_modules-0.4.5/tests/test_rfc9579.py +129 -0
  22. pyasn1_alt_modules-0.4.5/tests/test_rfc9582.py +117 -0
  23. pyasn1_alt_modules-0.4.5/tests/test_rfc9598.py +65 -0
  24. pyasn1_alt_modules-0.4.5/tests/test_rfc9608.py +65 -0
  25. pyasn1_alt_modules-0.4.5/tests/test_rfc9629.py +76 -0
  26. pyasn1_alt_modules-0.4.5/tests/test_rfc9654.py +177 -0
  27. pyasn1-alt-modules-0.4.4/pyasn1_alt_modules.egg-info/requires.txt +0 -1
  28. pyasn1-alt-modules-0.4.4/requirements.txt +0 -1
  29. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/LICENSE.txt +0 -0
  30. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/MANIFEST.in +0 -0
  31. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/README.md +0 -0
  32. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/opentypemap.py +0 -0
  33. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/pem.py +0 -0
  34. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc1155.py +0 -0
  35. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc1157.py +0 -0
  36. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc1901.py +0 -0
  37. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc1902.py +0 -0
  38. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc1905.py +0 -0
  39. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2040.py +0 -0
  40. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2251.py +0 -0
  41. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2314.py +0 -0
  42. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2315.py +0 -0
  43. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2437.py +0 -0
  44. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2459.py +0 -0
  45. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2511.py +0 -0
  46. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2528.py +0 -0
  47. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2560.py +0 -0
  48. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2631.py +0 -0
  49. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2634.py +0 -0
  50. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2743.py +0 -0
  51. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2876.py +0 -0
  52. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2898.py +0 -0
  53. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2985.py +0 -0
  54. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc2986.py +0 -0
  55. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3058.py +0 -0
  56. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3114.py +0 -0
  57. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3125.py +0 -0
  58. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3161.py +0 -0
  59. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3217.py +0 -0
  60. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3274.py +0 -0
  61. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3279.py +0 -0
  62. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3280.py +0 -0
  63. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3281.py +0 -0
  64. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3370.py +0 -0
  65. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3412.py +0 -0
  66. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3414.py +0 -0
  67. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3447.py +0 -0
  68. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3537.py +0 -0
  69. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3546.py +0 -0
  70. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3560.py +0 -0
  71. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3565.py +0 -0
  72. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3657.py +0 -0
  73. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3709.py +0 -0
  74. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3739.py +0 -0
  75. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3770.py +0 -0
  76. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3779.py +0 -0
  77. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3820.py +0 -0
  78. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3852.py +0 -0
  79. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc3874.py +0 -0
  80. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4010.py +0 -0
  81. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4043.py +0 -0
  82. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4055.py +0 -0
  83. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4056.py +0 -0
  84. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4059.py +0 -0
  85. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4073.py +0 -0
  86. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4108.py +0 -0
  87. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4210.py +0 -0
  88. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4211.py +0 -0
  89. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4231.py +0 -0
  90. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4262.py +0 -0
  91. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4334.py +0 -0
  92. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4357.py +0 -0
  93. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4366.py +0 -0
  94. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4387.py +0 -0
  95. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4476.py +0 -0
  96. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4490.py +0 -0
  97. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4491.py +0 -0
  98. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4683.py +0 -0
  99. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4985.py +0 -0
  100. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc4998.py +0 -0
  101. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5035.py +0 -0
  102. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5055.py +0 -0
  103. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5083.py +0 -0
  104. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5084.py +0 -0
  105. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5126.py +0 -0
  106. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5208.py +0 -0
  107. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5275.py +0 -0
  108. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5276.py +0 -0
  109. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5280.py +0 -0
  110. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5480.py +0 -0
  111. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5544.py +0 -0
  112. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5636.py +0 -0
  113. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5639.py +0 -0
  114. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5649.py +0 -0
  115. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5652.py +0 -0
  116. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5697.py +0 -0
  117. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5698.py +0 -0
  118. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5751.py +0 -0
  119. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5752.py +0 -0
  120. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5753.py +0 -0
  121. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5755.py +0 -0
  122. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5913.py +0 -0
  123. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5914.py +0 -0
  124. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5915.py +0 -0
  125. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5916.py +0 -0
  126. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5917.py +0 -0
  127. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5924.py +0 -0
  128. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5934.py +0 -0
  129. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5940.py +0 -0
  130. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5958.py +0 -0
  131. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc5990.py +0 -0
  132. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6010.py +0 -0
  133. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6019.py +0 -0
  134. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6031.py +0 -0
  135. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6032.py +0 -0
  136. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6066.py +0 -0
  137. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6120.py +0 -0
  138. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6170.py +0 -0
  139. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6187.py +0 -0
  140. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6210.py +0 -0
  141. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6211.py +0 -0
  142. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6482.py +0 -0
  143. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6484.py +0 -0
  144. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6486.py +0 -0
  145. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6487.py +0 -0
  146. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6492.py +0 -0
  147. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6493.py +0 -0
  148. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6494.py +0 -0
  149. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6664.py +0 -0
  150. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6955.py +0 -0
  151. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6960.py +0 -0
  152. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc6962.py +0 -0
  153. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7030.py +0 -0
  154. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7191.py +0 -0
  155. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7229.py +0 -0
  156. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7292.py +0 -0
  157. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7296.py +0 -0
  158. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7508.py +0 -0
  159. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7585.py +0 -0
  160. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7633.py +0 -0
  161. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7693.py +0 -0
  162. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7773.py +0 -0
  163. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7836.py +0 -0
  164. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7894.py +0 -0
  165. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7906.py +0 -0
  166. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc7914.py +0 -0
  167. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8017.py +0 -0
  168. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8018.py +0 -0
  169. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8103.py +0 -0
  170. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8209.py +0 -0
  171. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8226.py +0 -0
  172. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8358.py +0 -0
  173. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8360.py +0 -0
  174. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8398.py +0 -0
  175. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8410.py +0 -0
  176. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8418.py +0 -0
  177. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8419.py +0 -0
  178. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8479.py +0 -0
  179. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8494.py +0 -0
  180. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8520.py +0 -0
  181. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8619.py +0 -0
  182. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8649.py +0 -0
  183. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8692.py +0 -0
  184. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8696.py +0 -0
  185. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8702.py +0 -0
  186. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8737.py +0 -0
  187. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8769.py +0 -0
  188. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8894.py +0 -0
  189. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8951.py +0 -0
  190. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8954.py +0 -0
  191. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8994.py +0 -0
  192. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc8995.py +0 -0
  193. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9044.py +0 -0
  194. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9092.py +0 -0
  195. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9118.py +0 -0
  196. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9174.py +0 -0
  197. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9189.py +0 -0
  198. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9215.py +0 -0
  199. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9286.py +0 -0
  200. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9289.py +0 -0
  201. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9310.py +0 -0
  202. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9323.py +0 -0
  203. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9336.py +0 -0
  204. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9337.py +0 -0
  205. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9345.py +0 -0
  206. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9385.py +0 -0
  207. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9399.py +0 -0
  208. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9481.py +0 -0
  209. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9509.py +0 -0
  210. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules/rfc9548.py +0 -0
  211. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules.egg-info/dependency_links.txt +0 -0
  212. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules.egg-info/top_level.txt +0 -0
  213. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/pyasn1_alt_modules.egg-info/zip-safe +0 -0
  214. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/__init__.py +0 -0
  215. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_opentypemap.py +0 -0
  216. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_pem.py +0 -0
  217. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2040.py +0 -0
  218. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2314.py +0 -0
  219. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2315.py +0 -0
  220. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2437.py +0 -0
  221. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2459.py +0 -0
  222. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2511.py +0 -0
  223. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2528.py +0 -0
  224. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2560.py +0 -0
  225. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2631.py +0 -0
  226. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2634.py +0 -0
  227. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2743.py +0 -0
  228. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2876.py +0 -0
  229. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2898.py +0 -0
  230. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2985.py +0 -0
  231. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc2986.py +0 -0
  232. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3058.py +0 -0
  233. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3114.py +0 -0
  234. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3125.py +0 -0
  235. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3161.py +0 -0
  236. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3217.py +0 -0
  237. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3274.py +0 -0
  238. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3279.py +0 -0
  239. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3280.py +0 -0
  240. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3281.py +0 -0
  241. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3370.py +0 -0
  242. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3447.py +0 -0
  243. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3537.py +0 -0
  244. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3546.py +0 -0
  245. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3560.py +0 -0
  246. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3565.py +0 -0
  247. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3657.py +0 -0
  248. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3709.py +0 -0
  249. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3739.py +0 -0
  250. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3770.py +0 -0
  251. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3779.py +0 -0
  252. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3820.py +0 -0
  253. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3852.py +0 -0
  254. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc3874.py +0 -0
  255. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4010.py +0 -0
  256. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4043.py +0 -0
  257. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4055.py +0 -0
  258. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4056.py +0 -0
  259. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4059.py +0 -0
  260. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4073.py +0 -0
  261. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4108.py +0 -0
  262. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4210.py +0 -0
  263. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4211.py +0 -0
  264. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4231.py +0 -0
  265. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4262.py +0 -0
  266. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4334.py +0 -0
  267. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4357.py +0 -0
  268. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4366.py +0 -0
  269. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4387.py +0 -0
  270. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4476.py +0 -0
  271. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4490.py +0 -0
  272. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4491.py +0 -0
  273. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4683.py +0 -0
  274. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4985.py +0 -0
  275. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc4998.py +0 -0
  276. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5035.py +0 -0
  277. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5055.py +0 -0
  278. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5083.py +0 -0
  279. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5084.py +0 -0
  280. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5126.py +0 -0
  281. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5208.py +0 -0
  282. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5275.py +0 -0
  283. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5276.py +0 -0
  284. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5280.py +0 -0
  285. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5480.py +0 -0
  286. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5544.py +0 -0
  287. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5636.py +0 -0
  288. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5639.py +0 -0
  289. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5649.py +0 -0
  290. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5652.py +0 -0
  291. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5697.py +0 -0
  292. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5698.py +0 -0
  293. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5751.py +0 -0
  294. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5752.py +0 -0
  295. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5753.py +0 -0
  296. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5755.py +0 -0
  297. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5913.py +0 -0
  298. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5914.py +0 -0
  299. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5915.py +0 -0
  300. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5916.py +0 -0
  301. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5917.py +0 -0
  302. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5924.py +0 -0
  303. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5934.py +0 -0
  304. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5940.py +0 -0
  305. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5958.py +0 -0
  306. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc5990.py +0 -0
  307. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6010.py +0 -0
  308. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6019.py +0 -0
  309. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6031.py +0 -0
  310. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6032.py +0 -0
  311. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6066.py +0 -0
  312. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6120.py +0 -0
  313. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6170.py +0 -0
  314. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6187.py +0 -0
  315. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6210.py +0 -0
  316. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6211.py +0 -0
  317. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6402.py +0 -0
  318. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6482.py +0 -0
  319. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6484.py +0 -0
  320. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6486.py +0 -0
  321. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6487.py +0 -0
  322. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6492.py +0 -0
  323. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6493.py +0 -0
  324. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6494.py +0 -0
  325. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6664.py +0 -0
  326. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6955.py +0 -0
  327. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6960.py +0 -0
  328. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc6962.py +0 -0
  329. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7030.py +0 -0
  330. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7191.py +0 -0
  331. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7229.py +0 -0
  332. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7292.py +0 -0
  333. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7296.py +0 -0
  334. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7508.py +0 -0
  335. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7585.py +0 -0
  336. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7633.py +0 -0
  337. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7693.py +0 -0
  338. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7773.py +0 -0
  339. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7836.py +0 -0
  340. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7894.py +0 -0
  341. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7906.py +0 -0
  342. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc7914.py +0 -0
  343. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8017.py +0 -0
  344. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8018.py +0 -0
  345. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8103.py +0 -0
  346. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8209.py +0 -0
  347. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8226.py +0 -0
  348. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8358.py +0 -0
  349. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8360.py +0 -0
  350. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8398.py +0 -0
  351. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8410.py +0 -0
  352. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8418.py +0 -0
  353. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8419.py +0 -0
  354. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8479.py +0 -0
  355. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8494.py +0 -0
  356. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8520.py +0 -0
  357. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8619.py +0 -0
  358. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8649.py +0 -0
  359. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8692.py +0 -0
  360. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8696.py +0 -0
  361. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8702.py +0 -0
  362. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8737.py +0 -0
  363. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8769.py +0 -0
  364. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8894.py +0 -0
  365. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8951.py +0 -0
  366. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8954.py +0 -0
  367. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8994.py +0 -0
  368. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc8995.py +0 -0
  369. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9044.py +0 -0
  370. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9092.py +0 -0
  371. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9118.py +0 -0
  372. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9174.py +0 -0
  373. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9189.py +0 -0
  374. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9215.py +0 -0
  375. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9286.py +0 -0
  376. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9289.py +0 -0
  377. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9310.py +0 -0
  378. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9323.py +0 -0
  379. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9336.py +0 -0
  380. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9337.py +0 -0
  381. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9345.py +0 -0
  382. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9385.py +0 -0
  383. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9399.py +0 -0
  384. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9480.py +0 -0
  385. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9481.py +0 -0
  386. {pyasn1-alt-modules-0.4.4 → pyasn1_alt_modules-0.4.5}/tests/test_rfc9509.py +0 -0
  387. {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.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: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
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.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
- id_kp_cmcArchive = _buildOid(rfc5280.id_kp, 28)
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 a
42
- # DER-encoded HSS_LMS_HashSig_PublicKey
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 SignKeyPairTypesValueclass(univ.SequenceOf):
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: SignKeyPairTypesValueclass(),
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)