pyasn1-alt-modules 0.4.5__tar.gz → 0.4.6__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 (403) hide show
  1. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/CHANGES.txt +13 -0
  2. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/LICENSE.txt +1 -1
  3. pyasn1_alt_modules-0.4.6/PKG-INFO +70 -0
  4. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/README.md +1 -1
  5. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/__init__.py +1 -1
  6. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/opentypemap.py +1 -1
  7. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/pem.py +1 -1
  8. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc1155.py +1 -1
  9. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc1157.py +1 -1
  10. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc1901.py +1 -1
  11. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc1902.py +1 -1
  12. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc1905.py +1 -1
  13. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2040.py +1 -1
  14. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2251.py +1 -1
  15. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2314.py +1 -1
  16. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2315.py +1 -1
  17. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2437.py +1 -1
  18. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2459.py +1 -1
  19. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2511.py +1 -1
  20. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2528.py +1 -1
  21. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2560.py +1 -1
  22. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2631.py +1 -1
  23. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2634.py +1 -1
  24. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2743.py +1 -1
  25. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2876.py +1 -1
  26. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2898.py +1 -1
  27. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2985.py +1 -1
  28. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc2986.py +1 -1
  29. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3058.py +1 -1
  30. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3114.py +1 -1
  31. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3125.py +1 -1
  32. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3161.py +1 -1
  33. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3217.py +1 -1
  34. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3274.py +1 -1
  35. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3279.py +1 -1
  36. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3280.py +1 -1
  37. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3281.py +1 -1
  38. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3370.py +1 -1
  39. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3412.py +1 -1
  40. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3414.py +1 -1
  41. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3447.py +1 -1
  42. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3537.py +1 -1
  43. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3546.py +1 -1
  44. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3560.py +1 -1
  45. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3565.py +1 -1
  46. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3657.py +1 -1
  47. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3709.py +1 -1
  48. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3739.py +1 -2
  49. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3770.py +1 -1
  50. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3779.py +1 -1
  51. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3820.py +1 -1
  52. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3852.py +1 -1
  53. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc3874.py +1 -1
  54. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4010.py +1 -1
  55. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4043.py +1 -1
  56. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4055.py +1 -1
  57. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4056.py +1 -1
  58. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4059.py +1 -1
  59. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4073.py +1 -1
  60. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4108.py +1 -1
  61. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4210.py +1 -1
  62. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4211.py +1 -1
  63. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4231.py +1 -1
  64. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4262.py +1 -1
  65. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4334.py +1 -1
  66. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4357.py +1 -1
  67. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4366.py +1 -1
  68. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4387.py +1 -1
  69. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4476.py +1 -1
  70. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4490.py +1 -1
  71. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4491.py +1 -1
  72. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4683.py +1 -1
  73. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4985.py +1 -1
  74. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc4998.py +1 -1
  75. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5035.py +1 -1
  76. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5055.py +1 -1
  77. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5083.py +1 -1
  78. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5084.py +1 -1
  79. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5126.py +1 -1
  80. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5208.py +1 -1
  81. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5275.py +1 -1
  82. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5276.py +1 -1
  83. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5280.py +1 -1
  84. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5480.py +1 -1
  85. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5544.py +1 -1
  86. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5636.py +1 -1
  87. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5639.py +1 -1
  88. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5649.py +1 -1
  89. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5652.py +1 -1
  90. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5697.py +1 -1
  91. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5698.py +1 -1
  92. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5751.py +1 -1
  93. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5752.py +1 -1
  94. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5753.py +1 -1
  95. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5755.py +1 -1
  96. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5913.py +1 -1
  97. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5914.py +1 -1
  98. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5915.py +1 -1
  99. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5916.py +1 -1
  100. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5917.py +1 -1
  101. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5924.py +1 -1
  102. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5934.py +1 -1
  103. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5940.py +1 -1
  104. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5958.py +1 -1
  105. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc5990.py +1 -1
  106. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6010.py +1 -1
  107. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6019.py +1 -1
  108. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6031.py +1 -1
  109. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6032.py +1 -1
  110. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6066.py +1 -1
  111. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6120.py +1 -1
  112. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6170.py +1 -1
  113. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6187.py +1 -1
  114. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6210.py +1 -1
  115. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6211.py +1 -1
  116. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6402.py +1 -1
  117. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6482.py +1 -1
  118. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6484.py +1 -1
  119. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6486.py +1 -1
  120. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6487.py +1 -1
  121. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6492.py +1 -1
  122. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6493.py +1 -1
  123. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6494.py +1 -1
  124. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6664.py +1 -1
  125. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6955.py +1 -1
  126. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6960.py +1 -1
  127. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc6962.py +1 -1
  128. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc7030.py +1 -1
  129. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc7191.py +1 -1
  130. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc7229.py +1 -1
  131. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc7292.py +1 -1
  132. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc7296.py +1 -1
  133. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc7508.py +1 -1
  134. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc7585.py +1 -1
  135. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc7633.py +1 -1
  136. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc7693.py +1 -1
  137. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc7773.py +1 -1
  138. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc7836.py +1 -1
  139. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc7894.py +1 -1
  140. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc7906.py +1 -1
  141. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc7914.py +1 -1
  142. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8017.py +1 -1
  143. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8018.py +1 -1
  144. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8103.py +1 -1
  145. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8209.py +1 -1
  146. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8226.py +1 -1
  147. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8358.py +1 -1
  148. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8360.py +1 -1
  149. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8398.py +1 -1
  150. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8410.py +1 -1
  151. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8418.py +1 -1
  152. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8419.py +1 -1
  153. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8479.py +1 -1
  154. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8494.py +1 -1
  155. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8520.py +1 -1
  156. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8619.py +1 -1
  157. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8649.py +1 -1
  158. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8692.py +1 -1
  159. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8696.py +1 -1
  160. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8702.py +1 -1
  161. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8708.py +1 -1
  162. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8737.py +1 -1
  163. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8769.py +1 -1
  164. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8894.py +1 -1
  165. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8951.py +1 -1
  166. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8954.py +1 -1
  167. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8994.py +1 -1
  168. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc8995.py +1 -1
  169. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9044.py +1 -1
  170. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9092.py +1 -1
  171. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9118.py +1 -1
  172. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9174.py +1 -1
  173. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9189.py +1 -1
  174. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9215.py +1 -1
  175. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9286.py +1 -1
  176. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9289.py +1 -1
  177. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9310.py +1 -1
  178. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9323.py +1 -1
  179. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9336.py +1 -1
  180. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9337.py +1 -1
  181. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9345.py +1 -1
  182. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9385.py +1 -1
  183. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9399.py +1 -1
  184. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9480.py +1 -1
  185. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9481.py +1 -1
  186. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9509.py +1 -1
  187. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9548.py +1 -1
  188. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9579.py +1 -1
  189. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9582.py +1 -1
  190. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9598.py +1 -1
  191. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9608.py +1 -1
  192. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9629.py +1 -1
  193. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules/rfc9654.py +1 -1
  194. pyasn1_alt_modules-0.4.6/pyasn1_alt_modules/rfc9688.py +297 -0
  195. pyasn1_alt_modules-0.4.6/pyasn1_alt_modules/rfc9690.py +200 -0
  196. pyasn1_alt_modules-0.4.6/pyasn1_alt_modules/rfc9691.py +75 -0
  197. pyasn1_alt_modules-0.4.6/pyasn1_alt_modules/rfc9708.py +35 -0
  198. pyasn1_alt_modules-0.4.6/pyasn1_alt_modules/rfc9709.py +66 -0
  199. pyasn1_alt_modules-0.4.6/pyasn1_alt_modules/rfc9734.py +20 -0
  200. pyasn1_alt_modules-0.4.6/pyasn1_alt_modules.egg-info/PKG-INFO +70 -0
  201. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules.egg-info/SOURCES.txt +13 -1
  202. pyasn1_alt_modules-0.4.6/pyasn1_alt_modules.egg-info/requires.txt +1 -0
  203. pyasn1_alt_modules-0.4.6/requirements.txt +1 -0
  204. pyasn1_alt_modules-0.4.6/setup.cfg +52 -0
  205. pyasn1_alt_modules-0.4.6/setup.py +11 -0
  206. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/__main__.py +7 -1
  207. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_opentypemap.py +1 -1
  208. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_pem.py +1 -1
  209. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2040.py +1 -1
  210. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2314.py +1 -1
  211. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2315.py +1 -1
  212. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2437.py +1 -1
  213. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2459.py +1 -1
  214. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2511.py +1 -1
  215. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2528.py +1 -1
  216. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2560.py +1 -1
  217. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2631.py +1 -1
  218. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2634.py +1 -1
  219. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2743.py +1 -1
  220. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2876.py +1 -1
  221. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2898.py +1 -1
  222. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2985.py +1 -1
  223. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc2986.py +1 -1
  224. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3058.py +1 -1
  225. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3114.py +1 -1
  226. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3125.py +1 -1
  227. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3161.py +1 -1
  228. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3217.py +1 -1
  229. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3274.py +1 -1
  230. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3279.py +1 -1
  231. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3280.py +1 -1
  232. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3281.py +1 -1
  233. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3370.py +1 -1
  234. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3447.py +1 -1
  235. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3537.py +1 -1
  236. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3546.py +1 -1
  237. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3560.py +1 -1
  238. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3565.py +1 -1
  239. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3657.py +1 -1
  240. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3709.py +1 -1
  241. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3739.py +1 -1
  242. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3770.py +1 -1
  243. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3779.py +1 -1
  244. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3820.py +1 -1
  245. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3852.py +1 -1
  246. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc3874.py +1 -1
  247. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4010.py +1 -1
  248. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4043.py +1 -1
  249. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4055.py +1 -1
  250. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4056.py +1 -1
  251. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4059.py +1 -1
  252. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4073.py +1 -1
  253. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4108.py +1 -1
  254. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4210.py +1 -1
  255. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4211.py +1 -1
  256. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4231.py +1 -1
  257. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4262.py +1 -1
  258. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4334.py +1 -1
  259. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4357.py +1 -1
  260. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4366.py +1 -1
  261. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4387.py +1 -1
  262. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4476.py +1 -1
  263. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4490.py +1 -1
  264. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4491.py +1 -1
  265. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4683.py +1 -1
  266. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4985.py +1 -1
  267. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc4998.py +1 -1
  268. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5035.py +1 -1
  269. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5055.py +1 -1
  270. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5083.py +1 -1
  271. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5084.py +1 -1
  272. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5126.py +1 -1
  273. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5208.py +1 -1
  274. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5275.py +1 -1
  275. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5276.py +1 -1
  276. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5280.py +1 -1
  277. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5480.py +1 -1
  278. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5544.py +1 -1
  279. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5636.py +1 -1
  280. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5639.py +1 -1
  281. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5649.py +1 -1
  282. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5652.py +1 -1
  283. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5697.py +1 -1
  284. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5698.py +1 -1
  285. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5751.py +1 -1
  286. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5752.py +1 -1
  287. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5753.py +1 -1
  288. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5755.py +1 -1
  289. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5913.py +1 -1
  290. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5914.py +1 -1
  291. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5915.py +1 -1
  292. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5916.py +1 -1
  293. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5917.py +1 -1
  294. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5924.py +1 -1
  295. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5934.py +1 -1
  296. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5940.py +1 -1
  297. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5958.py +1 -1
  298. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc5990.py +1 -1
  299. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6010.py +1 -1
  300. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6019.py +1 -1
  301. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6031.py +1 -1
  302. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6032.py +1 -1
  303. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6066.py +1 -1
  304. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6120.py +1 -1
  305. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6170.py +1 -1
  306. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6187.py +1 -1
  307. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6210.py +1 -1
  308. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6211.py +1 -1
  309. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6402.py +1 -1
  310. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6482.py +1 -1
  311. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6484.py +1 -1
  312. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6486.py +1 -1
  313. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6487.py +1 -1
  314. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6492.py +1 -1
  315. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6493.py +1 -1
  316. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6494.py +1 -1
  317. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6664.py +1 -1
  318. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6955.py +1 -1
  319. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6960.py +1 -1
  320. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc6962.py +1 -1
  321. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc7030.py +1 -1
  322. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc7191.py +1 -1
  323. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc7229.py +1 -1
  324. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc7292.py +1 -1
  325. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc7296.py +1 -1
  326. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc7508.py +1 -1
  327. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc7585.py +1 -1
  328. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc7633.py +1 -1
  329. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc7693.py +1 -1
  330. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc7773.py +1 -1
  331. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc7836.py +1 -1
  332. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc7894.py +1 -1
  333. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc7906.py +1 -1
  334. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc7914.py +1 -1
  335. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8017.py +1 -1
  336. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8018.py +1 -1
  337. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8103.py +1 -1
  338. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8209.py +1 -1
  339. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8226.py +1 -1
  340. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8358.py +1 -1
  341. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8360.py +1 -1
  342. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8398.py +1 -1
  343. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8410.py +1 -1
  344. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8418.py +1 -1
  345. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8419.py +1 -1
  346. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8479.py +1 -1
  347. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8494.py +1 -1
  348. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8520.py +1 -1
  349. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8619.py +1 -1
  350. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8649.py +1 -1
  351. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8692.py +1 -1
  352. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8696.py +1 -1
  353. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8702.py +1 -1
  354. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8708.py +1 -1
  355. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8737.py +1 -1
  356. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8769.py +1 -1
  357. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8894.py +1 -1
  358. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8951.py +1 -1
  359. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8954.py +1 -1
  360. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8994.py +1 -1
  361. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc8995.py +1 -1
  362. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9044.py +1 -1
  363. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9092.py +1 -1
  364. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9118.py +1 -1
  365. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9174.py +1 -1
  366. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9189.py +1 -1
  367. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9215.py +1 -1
  368. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9286.py +1 -1
  369. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9289.py +1 -1
  370. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9310.py +1 -1
  371. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9323.py +1 -1
  372. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9336.py +1 -1
  373. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9337.py +1 -1
  374. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9345.py +1 -1
  375. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9385.py +1 -1
  376. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9399.py +1 -1
  377. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9480.py +1 -1
  378. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9481.py +1 -1
  379. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9509.py +1 -1
  380. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9548.py +1 -1
  381. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9579.py +1 -1
  382. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9582.py +1 -1
  383. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9598.py +1 -1
  384. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9608.py +1 -1
  385. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9629.py +1 -1
  386. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/test_rfc9654.py +1 -1
  387. pyasn1_alt_modules-0.4.6/tests/test_rfc9688.py +81 -0
  388. pyasn1_alt_modules-0.4.6/tests/test_rfc9690.py +135 -0
  389. pyasn1_alt_modules-0.4.6/tests/test_rfc9691.py +165 -0
  390. pyasn1_alt_modules-0.4.6/tests/test_rfc9708.py +127 -0
  391. pyasn1_alt_modules-0.4.6/tests/test_rfc9709.py +107 -0
  392. pyasn1_alt_modules-0.4.6/tests/test_rfc9734.py +97 -0
  393. pyasn1_alt_modules-0.4.5/PKG-INFO +0 -34
  394. pyasn1_alt_modules-0.4.5/pyasn1_alt_modules.egg-info/PKG-INFO +0 -34
  395. pyasn1_alt_modules-0.4.5/pyasn1_alt_modules.egg-info/requires.txt +0 -1
  396. pyasn1_alt_modules-0.4.5/requirements.txt +0 -1
  397. pyasn1_alt_modules-0.4.5/setup.cfg +0 -10
  398. pyasn1_alt_modules-0.4.5/setup.py +0 -113
  399. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/MANIFEST.in +0 -0
  400. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules.egg-info/dependency_links.txt +0 -0
  401. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules.egg-info/top_level.txt +0 -0
  402. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/pyasn1_alt_modules.egg-info/zip-safe +0 -0
  403. {pyasn1_alt_modules-0.4.5 → pyasn1_alt_modules-0.4.6}/tests/__init__.py +0 -0
@@ -1,3 +1,16 @@
1
+ Revision 0.4.6, released 25-MAR-2025
2
+ ------------------------------------
3
+ - Added RFC9688 for SHA3 One-way Hash Functions in the CMS
4
+ - Improve RFC9688 handling of KDF2 and KDF3 entries in algorithm identifier map
5
+ - Added RFC9691 for RPKI Signed Trust Anchor List
6
+ - Added RFC9708 for HSS/LMS Hash-based Signature Algorithm for CMS
7
+ - Update the copyright comment lines for 2025
8
+ - Added RFC9709 for Encryption Key Derivation in the CMS using HKDF with SHA-256
9
+ - Require pyasn1 0.6.0 so that RelativeOID can be used in the future.
10
+ - Added RFC9690 for KEM-RSA Algorithm with CMS KEMRecipientInfo
11
+ - Added RFC9734 for X.509 Certificate EKU for Instant Messaging URIs
12
+ - Added support for Python 3.13.
13
+
1
14
  Revision 0.4.5, released 02-09-2024
2
15
  -----------------------------------
3
16
  - Require pyasn1 0.5.0 to force people to the maintained version
@@ -1,5 +1,5 @@
1
1
  Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
2
- Copyright (c) 2021-2024, Vigil Security, LLC <housley@vigilsec.com>
2
+ Copyright (c) 2021-2025, Vigil Security, LLC <housley@vigilsec.com>
3
3
  All rights reserved.
4
4
 
5
5
  Redistribution and use in source and binary forms, with or without
@@ -0,0 +1,70 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyasn1_alt_modules
3
+ Version: 0.4.6
4
+ Summary: An alternative collection of ASN.1-based protocol modules
5
+ Home-page: https://github.com/russhousley/pyasn1-alt-modules
6
+ Author: Russ Housley
7
+ Author-email: housley@vigilsec.com
8
+ Maintainer: Russ Housley
9
+ Maintainer-email: housley@vigilsec.com
10
+ License: BSD
11
+ Project-URL: Source, https://github.com/russhousley/pyasn1-alt-modules
12
+ Project-URL: Issues, https://github.com/russhousley/pyasn1-alt-modules/issues
13
+ Project-URL: Changelog, https://github.com/russhousley/pyasn1-alt-modules/blob/master/CHANGES.txt
14
+ Platform: any
15
+ Classifier: Development Status :: 5 - Production/Stable
16
+ Classifier: Environment :: Console
17
+ Classifier: Intended Audience :: Developers
18
+ Classifier: Intended Audience :: Education
19
+ Classifier: Intended Audience :: Information Technology
20
+ Classifier: Intended Audience :: System Administrators
21
+ Classifier: Intended Audience :: Telecommunications Industry
22
+ Classifier: Natural Language :: English
23
+ Classifier: Operating System :: OS Independent
24
+ Classifier: Programming Language :: Python :: 3
25
+ Classifier: Programming Language :: Python :: 3.8
26
+ Classifier: Programming Language :: Python :: 3.9
27
+ Classifier: Programming Language :: Python :: 3.10
28
+ Classifier: Programming Language :: Python :: 3.11
29
+ Classifier: Programming Language :: Python :: 3.12
30
+ Classifier: Programming Language :: Python :: 3.13
31
+ Requires-Python: >=3.8
32
+ Description-Content-Type: text/markdown
33
+ License-File: LICENSE.txt
34
+ Requires-Dist: pyasn1>=0.6.0
35
+ Dynamic: license-file
36
+
37
+
38
+ Alternative ASN.1 modules for pyasn1
39
+ ------------------------------------
40
+ [![PyPI](https://img.shields.io/pypi/v/pyasn1-alt-modules.svg?maxAge=2592000)](https://pypi.org/project/pyasn1-alt-modules)
41
+ [![Python Versions](https://img.shields.io/pypi/pyversions/pyasn1-alt-modules.svg)](https://pypi.org/project/pyasn1-alt-modules/)
42
+ [![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/russhousley/pyasn1-alt-modules/master/LICENSE.txt)
43
+
44
+ The `pyasn1-alt-modules` package contains a collection of
45
+ [ASN.1](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-X.208-198811-W!!PDF-E&type=items)
46
+ data structures expressed as Python classes based on [pyasn1](https://github.com/etingof/pyasn1)
47
+ data model. Maintenance of pyasn1 has shifted to [pyasn1-maint](https://github.com/pyasn1/pyasn1).
48
+
49
+ It seems that [pyasn1-modules](https://github.com/etingof/pyasn1-modules) is no
50
+ longer being maintained. As a result, the `pyasn1-alt-modules` package was
51
+ created to share new module developments. Previous modules are included in
52
+ the `pyasn1-alt-modules` package so that both do not need to be installed.
53
+
54
+ However, the tools directory of the `pyasn1-modules` package is not included.
55
+
56
+ If ASN.1 module you need is not present in this collection, try using
57
+ [Asn1ate](https://github.com/kimgr/asn1ate) tool that compiles (some)
58
+ ASN.1 modules into pyasn1 code.
59
+
60
+ Feedback
61
+ --------
62
+
63
+ If something does not work as expected,
64
+ [open an issue](https://github.com/russhousley/pyasn1-alt-modules/issues) on GitHub.
65
+
66
+ Additional module contributions are welcome via GitHub pull requests.
67
+
68
+ Copyright (c) 2005-2020, [Ilya Etingof](mailto:etingof@gmail.com).<br/>
69
+ Copyright (c) 2021-2025, Vigil Security, LLC, (contact [Russ Housley](mailto:housley@vigilsec.com))<br/>
70
+ All rights reserved.
@@ -30,5 +30,5 @@ If something does not work as expected,
30
30
  Additional module contributions are welcome via GitHub pull requests.
31
31
 
32
32
  Copyright (c) 2005-2020, [Ilya Etingof](mailto:etingof@gmail.com).<br/>
33
- Copyright (c) 2021-2024, Vigil Security, LLC, (contact [Russ Housley](mailto:housley@vigilsec.com))<br/>
33
+ Copyright (c) 2021-2025, Vigil Security, LLC, (contact [Russ Housley](mailto:housley@vigilsec.com))<br/>
34
34
  All rights reserved.
@@ -1,2 +1,2 @@
1
1
  # http://www.python.org/dev/peps/pep-0396/
2
- __version__ = '0.4.5'
2
+ __version__ = '0.4.6'
@@ -5,7 +5,7 @@
5
5
  # ASN.1 modules to share the same maps.
6
6
  #
7
7
  # Created by Russ Housley
8
- # Copyright (c) 2021-2024, Vigil Security, LLC
8
+ # Copyright (c) 2021-2025, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
 
@@ -2,7 +2,7 @@
2
2
  # This file is part of pyasn1-alt-modules software.
3
3
  #
4
4
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
5
- # Copyright (c) 2021-2024, Vigil Security, LLC
5
+ # Copyright (c) 2021-2025, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  import base64
@@ -2,7 +2,7 @@
2
2
  # This file is part of pyasn1-alt-modules software.
3
3
  #
4
4
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
5
- # Copyright (c) 2021-2024, Vigil Security, LLC
5
+ # Copyright (c) 2021-2025, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # SNMPv1 message syntax
@@ -2,7 +2,7 @@
2
2
  # This file is part of pyasn1-alt-modules software.
3
3
  #
4
4
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
5
- # Copyright (c) 2021-2024, Vigil Security, LLC
5
+ # Copyright (c) 2021-2025, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # SNMPv1 message syntax
@@ -2,7 +2,7 @@
2
2
  # This file is part of pyasn1-alt-modules software.
3
3
  #
4
4
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
5
- # Copyright (c) 2021-2024, Vigil Security, LLC
5
+ # Copyright (c) 2021-2025, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # SNMPv2c message syntax
@@ -2,7 +2,7 @@
2
2
  # This file is part of pyasn1-alt-modules software.
3
3
  #
4
4
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
5
- # Copyright (c) 2021-2024, Vigil Security, LLC
5
+ # Copyright (c) 2021-2025, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # SNMPv2c message syntax
@@ -2,7 +2,7 @@
2
2
  # This file is part of pyasn1-alt-modules software.
3
3
  #
4
4
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
5
- # Copyright (c) 2021-2024, Vigil Security, LLC
5
+ # Copyright (c) 2021-2025, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # SNMPv2c PDU syntax
@@ -5,7 +5,7 @@
5
5
  # Modified by Russ Housley to include the opentypemap manager and
6
6
  # update the S/MIME Capability map.
7
7
  #
8
- # Copyright (c) 2021-2024, Vigil Security, LLC
8
+ # Copyright (c) 2021-2025, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # Identifiers for RC5
@@ -2,7 +2,7 @@
2
2
  # This file is part of pyasn1-alt-modules software.
3
3
  #
4
4
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
5
- # Copyright (c) 2021-2024, Vigil Security, LLC
5
+ # Copyright (c) 2021-2025, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # LDAP message syntax
@@ -4,7 +4,7 @@
4
4
  # Modified by Russ Housley to import from RFC 5280 instead of RFC 2459.
5
5
  #
6
6
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
7
- # Copyright (c) 2021-2024, Vigil Security, LLC
7
+ # Copyright (c) 2021-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # PKCS#10 syntax
@@ -4,7 +4,7 @@
4
4
  # Modified by Russ Housley to import from RFC 5280 instead of RFC 2459.
5
5
  #
6
6
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
7
- # Copyright (c) 2021-2024, Vigil Security, LLC
7
+ # Copyright (c) 2021-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # PKCS#7 message syntax
@@ -2,7 +2,7 @@
2
2
  # This file is part of pyasn1-alt-modules software.
3
3
  #
4
4
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
5
- # Copyright (c) 2021-2024, Vigil Security, LLC
5
+ # Copyright (c) 2021-2025, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # PKCS#1 syntax
@@ -5,7 +5,7 @@
5
5
  # Policies Certificate Extension.
6
6
  #
7
7
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
8
- # Copyright (c) 2021-2024, Vigil Security, LLC
8
+ # Copyright (c) 2021-2025, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # X.509 message syntax
@@ -4,7 +4,7 @@
4
4
  # Modified by Russ Housley to import from RFC 5280 and RFC 5652
5
5
  #
6
6
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
7
- # Copyright (c) 2021-2024, Vigil Security, LLC
7
+ # Copyright (c) 2021-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # X.509 certificate Request Message Format (CRMF) syntax
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2021-2024, Vigil Security, LLC
6
+ # Copyright (c) 2021-2025, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # Identifiers for the Key Exchange Algorithm (KEA)
@@ -2,7 +2,7 @@
2
2
  # This file is part of pyasn1-alt-modules software.
3
3
  #
4
4
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
5
- # Copyright (c) 2021-2024, Vigil Security, LLC
5
+ # Copyright (c) 2021-2025, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # OCSP request/response syntax
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley with assistance from asn1ate v.0.6.0.
5
5
  #
6
- # Copyright (c) 2019-2024, Vigil Security, LLC
6
+ # Copyright (c) 2019-2025, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # Diffie-Hellman Key Agreement
@@ -5,7 +5,7 @@
5
5
  # Modified by Russ Housley to add a map for use with opentypes.
6
6
  # Modified by Russ Housley to include the opentypemap manager.
7
7
  #
8
- # Copyright (c) 2019-2024, Vigil Security, LLC
8
+ # Copyright (c) 2019-2025, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # Enhanced Security Services for S/MIME
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley with assistance from asn1ate v.0.6.0.
5
5
  #
6
- # Copyright (c) 2021-2024, Vigil Security, LLC
6
+ # Copyright (c) 2021-2025, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # GSS-API Tokens
@@ -4,7 +4,7 @@
4
4
  # Created by Russ Housley with assistance from asn1ate v.0.6.0.
5
5
  # Modified by Russ Housley to include the opentypemap manager.
6
6
  #
7
- # Copyright (c) 2019-2024, Vigil Security, LLC
7
+ # Copyright (c) 2019-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # KEA and SKIPJACK Algorithms in CMS
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2022-2024, Vigil Security, LLC
6
+ # Copyright (c) 2022-2025, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # PKCS #5: Password-Based Cryptography Specification, Version 2.0
@@ -4,7 +4,7 @@
4
4
  # Created by Russ Housley with assistance from asn1ate v.0.6.0.
5
5
  # Updated by Russ Housley to include the opentypemap manager.
6
6
  #
7
- # Copyright (c) 2019-2024, Vigil Security, LLC
7
+ # Copyright (c) 2019-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # PKCS#9: Selected Attribute Types (Version 2.0)
@@ -7,7 +7,7 @@
7
7
  # definitions from rfc5280 so that the same maps are used.
8
8
  #
9
9
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
10
- # Copyright (c) 2021-2024, Vigil Security, LLC
10
+ # Copyright (c) 2021-2025, Vigil Security, LLC
11
11
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
12
12
  #
13
13
  # PKCS #10: Certification Request Syntax Specification
@@ -4,7 +4,7 @@
4
4
  # Created by Russ Housley.
5
5
  # Modified by Russ Housley to include the opentypemap manager.
6
6
  #
7
- # Copyright (c) 2019-2024, Vigil Security, LLC
7
+ # Copyright (c) 2019-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # IDEA Encryption Algorithm in CMS
@@ -4,7 +4,7 @@
4
4
  # Created by Russ Housley with assistance from asn1ate v.0.6.0.
5
5
  # Modified by Russ Housley to include the opentypemap manager.
6
6
  #
7
- # Copyright (c) 2019-2024, Vigil Security, LLC
7
+ # Copyright (c) 2019-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # TEST Company Classification Policies
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley with assistance from asn1ate v.0.6.0.
5
5
  #
6
- # Copyright (c) 2019-2024, Vigil Security, LLC
6
+ # Copyright (c) 2019-2025, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # Electronic Signature Policies
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley with assistance from asn1ate v.0.6.0.
5
5
  #
6
- # Copyright (c) 2019-2024, Vigil Security, LLC
6
+ # Copyright (c) 2019-2025, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # Time-Stamp Protocol (TSP)
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2021-2024, Vigil Security, LLC
6
+ # Copyright (c) 2021-2025, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # Triple-DES and RC2 Key Wrapping
@@ -5,7 +5,7 @@
5
5
  # Modified by Russ Housley to add a map for use with opentypes.
6
6
  # Updated by Russ Housley to include the opentypemap manager.
7
7
  #
8
- # Copyright (c) 2019-2024, Vigil Security, LLC
8
+ # Copyright (c) 2019-2025, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # CMS Compressed Data Content Type
@@ -2,7 +2,7 @@
2
2
  # This file is part of pyasn1-modules.
3
3
  #
4
4
  # Copyright (c) 2017, Danielle Madeley <danielle@madeley.id.au>
5
- # Copyright (c) 2019-2024, Vigil Security, LLC
5
+ # Copyright (c) 2019-2025, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # Modified by Russ Housley to add maps for use with opentypes.
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # Created by Stanisław Pitucha with asn1ate tool.
6
6
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
7
- # Copyright (c) 2021-2024, Vigil Security, LLC
7
+ # Copyright (c) 2021-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Internet X.509 Public Key Infrastructure Certificate and Certificate
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # Created by Stanisław Pitucha with asn1ate tool.
6
6
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
7
- # Copyright (c) 2021-2024, Vigil Security, LLC
7
+ # Copyright (c) 2021-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # An Internet Attribute Certificate Profile for Authorization
@@ -4,7 +4,7 @@
4
4
  # Created by Russ Housley.
5
5
  # Modified by Russ Housley to include the opentypemap manager.
6
6
  #
7
- # Copyright (c) 2019-2024, Vigil Security, LLC
7
+ # Copyright (c) 2019-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Cryptographic Message Syntax (CMS) Algorithms
@@ -2,7 +2,7 @@
2
2
  # This file is part of pyasn1-alt-modules software.
3
3
  #
4
4
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
5
- # Copyright (c) 2021-2024, Vigil Security, LLC
5
+ # Copyright (c) 2021-2025, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # SNMPv3 message syntax
@@ -2,7 +2,7 @@
2
2
  # This file is part of pyasn1-alt-modules software.
3
3
  #
4
4
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
5
- # Copyright (c) 2021-2024, Vigil Security, LLC
5
+ # Copyright (c) 2021-2025, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # SNMPv3 message syntax
@@ -2,7 +2,7 @@
2
2
  # This file is part of pyasn1-alt-modules software.
3
3
  #
4
4
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
5
- # Copyright (c) 2021-2024, Vigil Security, LLC
5
+ # Copyright (c) 2021-2025, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # PKCS#1 syntax
@@ -5,7 +5,7 @@
5
5
  # Modified by Russ Housley to include the opentypemap manager and
6
6
  # update the S/MIME Capability Map.
7
7
  #
8
- # Copyright (c) 2019-2024, Vigil Security, LLC
8
+ # Copyright (c) 2019-2025, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # Wrapping a Hashed Message Authentication Code (HMAC) key
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2023-2024, Vigil Security, LLC
6
+ # Copyright (c) 2023-2025, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # PkiPath as used in TLS Extensions
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2019-2024, Vigil Security, LLC
6
+ # Copyright (c) 2019-2025, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # RSAES-OAEP Key Transport Algorithm in CMS
@@ -4,7 +4,7 @@
4
4
  # Modified by Russ Housley to add maps for use with opentypes.
5
5
  # Modified by Russ Housley to include the opentypemap manager.
6
6
  #
7
- # Copyright (c) 2019-2024, Vigil Security, LLC
7
+ # Copyright (c) 2019-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Use of the Advanced Encryption Standard (AES) Encryption
@@ -4,7 +4,7 @@
4
4
  # Created by Russ Housley.
5
5
  # Modified by Russ Housley to include the opentypemap manager.
6
6
  #
7
- # Copyright (c) 2019-2024, Vigil Security, LLC
7
+ # Copyright (c) 2019-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Camellia Algorithm in CMS
@@ -7,7 +7,7 @@
7
7
  # Modified by Russ Housley to add WITH COMPONENTS constraints for
8
8
  # requirements from the text, but stated in the ASN.1 module.
9
9
  #
10
- # Copyright (c) 2019-2024, Vigil Security, LLC
10
+ # Copyright (c) 2019-2025, Vigil Security, LLC
11
11
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
12
12
  #
13
13
  # Logotypes in X.509 Certificates
@@ -8,7 +8,7 @@
8
8
  # Modified by CBonnell to align the SemanticsInformation
9
9
  # definition with https://www.rfc-editor.org/errata/eid7802.
10
10
  #
11
- # Copyright (c) 2019-2024, Vigil Security, LLC
11
+ # Copyright (c) 2019-2025, Vigil Security, LLC
12
12
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
13
13
  #
14
14
  # Qualified Certificates
@@ -204,4 +204,3 @@ _certificateAttributesMapUpdate = {
204
204
  }
205
205
 
206
206
  certificateAttributesMap.update(_certificateAttributesMapUpdate)
207
-
@@ -4,7 +4,7 @@
4
4
  # Created by Russ Housley with assistance from asn1ate v.0.6.0.
5
5
  # Modified by Russ Housley to include the opentypemap manager.
6
6
  #
7
- # Copyright (c) 2019-2024, Vigil Security, LLC
7
+ # Copyright (c) 2019-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Certificate Extensions and Attributes Supporting Authentication
@@ -5,7 +5,7 @@
5
5
  # Modified by Russ Housley to add maps for use with opentypes.
6
6
  # Modified by Russ Housley to include the opentypemap manager.
7
7
  #
8
- # Copyright (c) 2019-2024, Vigil Security, LLC
8
+ # Copyright (c) 2019-2025, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # X.509 Extensions for IP Addresses and AS Identifiers
@@ -4,7 +4,7 @@
4
4
  # Created by Russ Housley with assistance from asn1ate v.0.6.0.
5
5
  # Modified by Russ Housley to include the opentypemap manager.
6
6
  #
7
- # Copyright (c) 2019-2024, Vigil Security, LLC
7
+ # Copyright (c) 2019-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Diffie-Hellman Key Agreement
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # Created by Stanisław Pitucha with asn1ate tool.
6
6
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
7
- # Copyright (c) 2021-2024, Vigil Security, LLC
7
+ # Copyright (c) 2021-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Cryptographic Message Syntax (CMS)
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2021-2024, Vigil Security, LLC
6
+ # Copyright (c) 2021-2025, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # Identifiers for SHA-224
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2019-2024, Vigil Security, LLC
6
+ # Copyright (c) 2019-2025, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # SEED Encryption Algorithm in CMS
@@ -4,7 +4,7 @@
4
4
  # Created by Russ Housley with assistance from asn1ate v.0.6.0.
5
5
  # Modified by Russ Housley to include the opentypemap manager.
6
6
  #
7
- # Copyright (c) 2019-2024, Vigil Security, LLC
7
+ # Copyright (c) 2019-2025, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Internet X.509 Public Key Infrastructure Permanent Identifier