pyasn1-alt-modules 0.4.2__py2.py3-none-any.whl → 0.4.3__py2.py3-none-any.whl

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 (190) hide show
  1. pyasn1_alt_modules/__init__.py +1 -1
  2. pyasn1_alt_modules/opentypemap.py +1 -1
  3. pyasn1_alt_modules/pem.py +1 -1
  4. pyasn1_alt_modules/rfc1155.py +1 -1
  5. pyasn1_alt_modules/rfc1157.py +1 -1
  6. pyasn1_alt_modules/rfc1901.py +1 -1
  7. pyasn1_alt_modules/rfc1902.py +1 -1
  8. pyasn1_alt_modules/rfc1905.py +1 -1
  9. pyasn1_alt_modules/rfc2040.py +1 -1
  10. pyasn1_alt_modules/rfc2251.py +1 -1
  11. pyasn1_alt_modules/rfc2314.py +1 -1
  12. pyasn1_alt_modules/rfc2315.py +1 -1
  13. pyasn1_alt_modules/rfc2437.py +1 -1
  14. pyasn1_alt_modules/rfc2459.py +1 -1
  15. pyasn1_alt_modules/rfc2511.py +1 -1
  16. pyasn1_alt_modules/rfc2528.py +1 -1
  17. pyasn1_alt_modules/rfc2560.py +1 -1
  18. pyasn1_alt_modules/rfc2631.py +1 -1
  19. pyasn1_alt_modules/rfc2634.py +1 -1
  20. pyasn1_alt_modules/rfc2743.py +1 -1
  21. pyasn1_alt_modules/rfc2876.py +1 -1
  22. pyasn1_alt_modules/rfc2898.py +1 -1
  23. pyasn1_alt_modules/rfc2985.py +1 -1
  24. pyasn1_alt_modules/rfc2986.py +1 -1
  25. pyasn1_alt_modules/rfc3058.py +1 -1
  26. pyasn1_alt_modules/rfc3114.py +1 -1
  27. pyasn1_alt_modules/rfc3125.py +1 -1
  28. pyasn1_alt_modules/rfc3161.py +1 -1
  29. pyasn1_alt_modules/rfc3217.py +1 -1
  30. pyasn1_alt_modules/rfc3274.py +1 -1
  31. pyasn1_alt_modules/rfc3279.py +1 -1
  32. pyasn1_alt_modules/rfc3280.py +1 -1
  33. pyasn1_alt_modules/rfc3281.py +1 -1
  34. pyasn1_alt_modules/rfc3370.py +1 -1
  35. pyasn1_alt_modules/rfc3412.py +1 -1
  36. pyasn1_alt_modules/rfc3414.py +1 -1
  37. pyasn1_alt_modules/rfc3447.py +1 -1
  38. pyasn1_alt_modules/rfc3537.py +1 -1
  39. pyasn1_alt_modules/rfc3546.py +23 -0
  40. pyasn1_alt_modules/rfc3560.py +1 -1
  41. pyasn1_alt_modules/rfc3565.py +1 -1
  42. pyasn1_alt_modules/rfc3657.py +1 -1
  43. pyasn1_alt_modules/rfc3709.py +1 -1
  44. pyasn1_alt_modules/rfc3739.py +6 -3
  45. pyasn1_alt_modules/rfc3770.py +1 -1
  46. pyasn1_alt_modules/rfc3779.py +1 -1
  47. pyasn1_alt_modules/rfc3820.py +1 -1
  48. pyasn1_alt_modules/rfc3852.py +1 -1
  49. pyasn1_alt_modules/rfc3874.py +1 -1
  50. pyasn1_alt_modules/rfc4010.py +1 -1
  51. pyasn1_alt_modules/rfc4043.py +1 -1
  52. pyasn1_alt_modules/rfc4055.py +1 -1
  53. pyasn1_alt_modules/rfc4056.py +1 -1
  54. pyasn1_alt_modules/rfc4059.py +1 -1
  55. pyasn1_alt_modules/rfc4073.py +1 -1
  56. pyasn1_alt_modules/rfc4108.py +1 -1
  57. pyasn1_alt_modules/rfc4210.py +1 -1
  58. pyasn1_alt_modules/rfc4211.py +1 -1
  59. pyasn1_alt_modules/rfc4231.py +1 -1
  60. pyasn1_alt_modules/rfc4262.py +1 -1
  61. pyasn1_alt_modules/rfc4334.py +1 -1
  62. pyasn1_alt_modules/rfc4357.py +1 -1
  63. pyasn1_alt_modules/rfc4366.py +23 -0
  64. pyasn1_alt_modules/rfc4387.py +1 -1
  65. pyasn1_alt_modules/rfc4476.py +1 -1
  66. pyasn1_alt_modules/rfc4490.py +1 -1
  67. pyasn1_alt_modules/rfc4491.py +1 -1
  68. pyasn1_alt_modules/rfc4683.py +1 -1
  69. pyasn1_alt_modules/rfc4985.py +1 -1
  70. pyasn1_alt_modules/rfc4998.py +1 -1
  71. pyasn1_alt_modules/rfc5035.py +1 -1
  72. pyasn1_alt_modules/rfc5055.py +1 -1
  73. pyasn1_alt_modules/rfc5083.py +1 -1
  74. pyasn1_alt_modules/rfc5084.py +1 -1
  75. pyasn1_alt_modules/rfc5126.py +1 -1
  76. pyasn1_alt_modules/rfc5208.py +1 -1
  77. pyasn1_alt_modules/rfc5275.py +1 -1
  78. pyasn1_alt_modules/rfc5276.py +1 -1
  79. pyasn1_alt_modules/rfc5280.py +3 -2
  80. pyasn1_alt_modules/rfc5480.py +1 -1
  81. pyasn1_alt_modules/rfc5544.py +1 -1
  82. pyasn1_alt_modules/rfc5636.py +1 -1
  83. pyasn1_alt_modules/rfc5639.py +1 -1
  84. pyasn1_alt_modules/rfc5649.py +1 -1
  85. pyasn1_alt_modules/rfc5652.py +1 -1
  86. pyasn1_alt_modules/rfc5697.py +1 -1
  87. pyasn1_alt_modules/rfc5698.py +1 -1
  88. pyasn1_alt_modules/rfc5751.py +1 -1
  89. pyasn1_alt_modules/rfc5752.py +1 -1
  90. pyasn1_alt_modules/rfc5753.py +1 -1
  91. pyasn1_alt_modules/rfc5755.py +1 -1
  92. pyasn1_alt_modules/rfc5913.py +1 -1
  93. pyasn1_alt_modules/rfc5914.py +1 -1
  94. pyasn1_alt_modules/rfc5915.py +1 -1
  95. pyasn1_alt_modules/rfc5916.py +1 -1
  96. pyasn1_alt_modules/rfc5917.py +1 -1
  97. pyasn1_alt_modules/rfc5924.py +1 -1
  98. pyasn1_alt_modules/rfc5934.py +1 -1
  99. pyasn1_alt_modules/rfc5940.py +1 -1
  100. pyasn1_alt_modules/rfc5958.py +1 -1
  101. pyasn1_alt_modules/rfc5990.py +1 -1
  102. pyasn1_alt_modules/rfc6010.py +1 -1
  103. pyasn1_alt_modules/rfc6019.py +1 -1
  104. pyasn1_alt_modules/rfc6031.py +1 -1
  105. pyasn1_alt_modules/rfc6032.py +1 -1
  106. pyasn1_alt_modules/rfc6066.py +1 -1
  107. pyasn1_alt_modules/rfc6120.py +1 -1
  108. pyasn1_alt_modules/rfc6170.py +1 -1
  109. pyasn1_alt_modules/rfc6187.py +1 -1
  110. pyasn1_alt_modules/rfc6210.py +1 -1
  111. pyasn1_alt_modules/rfc6211.py +1 -1
  112. pyasn1_alt_modules/rfc6402.py +1 -1
  113. pyasn1_alt_modules/rfc6482.py +1 -1
  114. pyasn1_alt_modules/rfc6484.py +1 -1
  115. pyasn1_alt_modules/rfc6486.py +1 -1
  116. pyasn1_alt_modules/rfc6487.py +1 -1
  117. pyasn1_alt_modules/rfc6492.py +1 -1
  118. pyasn1_alt_modules/rfc6493.py +1 -1
  119. pyasn1_alt_modules/rfc6494.py +1 -1
  120. pyasn1_alt_modules/rfc6664.py +1 -1
  121. pyasn1_alt_modules/rfc6955.py +1 -1
  122. pyasn1_alt_modules/rfc6960.py +1 -1
  123. pyasn1_alt_modules/rfc6962.py +1 -1
  124. pyasn1_alt_modules/rfc7030.py +1 -1
  125. pyasn1_alt_modules/rfc7191.py +1 -1
  126. pyasn1_alt_modules/rfc7229.py +1 -1
  127. pyasn1_alt_modules/rfc7292.py +1 -1
  128. pyasn1_alt_modules/rfc7296.py +1 -1
  129. pyasn1_alt_modules/rfc7508.py +1 -1
  130. pyasn1_alt_modules/rfc7585.py +1 -1
  131. pyasn1_alt_modules/rfc7633.py +1 -1
  132. pyasn1_alt_modules/rfc7693.py +1 -1
  133. pyasn1_alt_modules/rfc7773.py +1 -1
  134. pyasn1_alt_modules/rfc7836.py +1 -1
  135. pyasn1_alt_modules/rfc7894.py +1 -1
  136. pyasn1_alt_modules/rfc7906.py +1 -1
  137. pyasn1_alt_modules/rfc7914.py +1 -1
  138. pyasn1_alt_modules/rfc8017.py +1 -1
  139. pyasn1_alt_modules/rfc8018.py +1 -1
  140. pyasn1_alt_modules/rfc8103.py +1 -1
  141. pyasn1_alt_modules/rfc8209.py +1 -1
  142. pyasn1_alt_modules/rfc8226.py +1 -1
  143. pyasn1_alt_modules/rfc8358.py +1 -1
  144. pyasn1_alt_modules/rfc8360.py +1 -1
  145. pyasn1_alt_modules/rfc8398.py +1 -1
  146. pyasn1_alt_modules/rfc8410.py +1 -1
  147. pyasn1_alt_modules/rfc8418.py +1 -1
  148. pyasn1_alt_modules/rfc8419.py +1 -1
  149. pyasn1_alt_modules/rfc8479.py +1 -1
  150. pyasn1_alt_modules/rfc8494.py +1 -1
  151. pyasn1_alt_modules/rfc8520.py +1 -1
  152. pyasn1_alt_modules/rfc8619.py +1 -1
  153. pyasn1_alt_modules/rfc8649.py +1 -1
  154. pyasn1_alt_modules/rfc8692.py +1 -1
  155. pyasn1_alt_modules/rfc8696.py +1 -1
  156. pyasn1_alt_modules/rfc8702.py +1 -1
  157. pyasn1_alt_modules/rfc8708.py +1 -1
  158. pyasn1_alt_modules/rfc8737.py +1 -1
  159. pyasn1_alt_modules/rfc8769.py +1 -1
  160. pyasn1_alt_modules/rfc8894.py +1 -1
  161. pyasn1_alt_modules/rfc8951.py +1 -1
  162. pyasn1_alt_modules/rfc8994.py +1 -1
  163. pyasn1_alt_modules/rfc8995.py +1 -1
  164. pyasn1_alt_modules/rfc9044.py +1 -1
  165. pyasn1_alt_modules/rfc9092.py +1 -1
  166. pyasn1_alt_modules/rfc9118.py +1 -1
  167. pyasn1_alt_modules/rfc9174.py +1 -1
  168. pyasn1_alt_modules/rfc9189.py +1 -1
  169. pyasn1_alt_modules/rfc9215.py +11 -1
  170. pyasn1_alt_modules/rfc9286.py +1 -1
  171. pyasn1_alt_modules/rfc9289.py +1 -1
  172. pyasn1_alt_modules/rfc9310.py +1 -1
  173. pyasn1_alt_modules/rfc9323.py +1 -1
  174. pyasn1_alt_modules/rfc9336.py +1 -1
  175. pyasn1_alt_modules/rfc9337.py +1 -1
  176. pyasn1_alt_modules/rfc9345.py +36 -0
  177. pyasn1_alt_modules/rfc9385.py +22 -0
  178. pyasn1_alt_modules/rfc9399.py +59 -0
  179. pyasn1_alt_modules/rfc9480.py +716 -0
  180. pyasn1_alt_modules/rfc9481.py +224 -0
  181. pyasn1_alt_modules/rfc9509.py +24 -0
  182. {pyasn1_alt_modules-0.4.2.dist-info → pyasn1_alt_modules-0.4.3.dist-info}/LICENSE.txt +1 -1
  183. {pyasn1_alt_modules-0.4.2.dist-info → pyasn1_alt_modules-0.4.3.dist-info}/METADATA +5 -5
  184. pyasn1_alt_modules-0.4.3.dist-info/RECORD +187 -0
  185. {pyasn1_alt_modules-0.4.2.dist-info → pyasn1_alt_modules-0.4.3.dist-info}/WHEEL +1 -1
  186. pyasn1_alt_modules/addon.py +0 -284
  187. pyasn1_alt_modules/rfc5794.py +0 -391
  188. pyasn1_alt_modules-0.4.2.dist-info/RECORD +0 -181
  189. {pyasn1_alt_modules-0.4.2.dist-info → pyasn1_alt_modules-0.4.3.dist-info}/top_level.txt +0 -0
  190. {pyasn1_alt_modules-0.4.2.dist-info → pyasn1_alt_modules-0.4.3.dist-info}/zip-safe +0 -0
@@ -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) 2021-2022, Vigil Security, LLC
7
+ # Copyright (c) 2021-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # S/MIME Capabilities Certificate Extension
@@ -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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, 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 allow gost_28147_param_Z from RFC 7836.
6
6
  # Modified by Russ Housley to include the opentypemap manager.
7
7
  #
8
- # Copyright (c) 2019-2022, Vigil Security, LLC
8
+ # Copyright (c) 2019-2024, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # Additional Cryptographic Algorithms for Use with GOST 28147-89,
@@ -0,0 +1,23 @@
1
+ #
2
+ # This file is part of pyasn1-alt-modules software.
3
+ #
4
+ # Created by Russ Housley.
5
+ #
6
+ # Copyright (c) 2023-2024, Vigil Security, LLC
7
+ # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
+ #
9
+ # PkiPath as used in TLS Extensions
10
+ #
11
+ # ASN.1 source from:
12
+ # https://www.rfc-editor.org/rfc/rfc3546.txt
13
+ #
14
+
15
+ from pyasn1.type import univ
16
+
17
+ from pyasn1_alt_modules import rfc5280
18
+
19
+
20
+ # PkiPath ::= SEQUENCE OF Certificate
21
+
22
+ class PkiPath(univ.SequenceOf):
23
+ componentType = rfc5280.Certificate()
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2019-2022, Vigil Security, LLC
6
+ # Copyright (c) 2019-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # Certificate Store Access via HTTP
@@ -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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Attribute Certificate Policies Extension
@@ -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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Using the GOST 28147-89, GOST R 34.11-94, GOST R 34.10-94, and
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2019-2022, Vigil Security, LLC
6
+ # Copyright (c) 2019-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # Using the GOST R 34.10-94, GOST R 34.10-2001, and GOST R 34.11-94
@@ -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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Subject Identification Method (SIM)
@@ -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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Expression of Service Names in X.509 Certificates
@@ -4,7 +4,7 @@
4
4
  # Created by Russ Housley with some help from asn1ate v.0.6.0
5
5
  # Modified by Russ Housley to include the opentypemap manager.
6
6
  #
7
- # Copyright (c) 2021-2022, Vigil Security, LLC
7
+ # Copyright (c) 2021-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Evidence Record Syntax (ERS)
@@ -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-2022, Vigil Security, LLC
8
+ # Copyright (c) 2019-2024, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # Update to Enhanced Security Services for S/MIME
@@ -4,7 +4,7 @@
4
4
  # Created by Russ Housley with some help from asn1ate v.0.6.0
5
5
  # Modified by Russ Housley to include the opentypemap manager.
6
6
  #
7
- # Copyright (c) 2021-2022, Vigil Security, LLC
7
+ # Copyright (c) 2021-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Server-Based Certificate Validation Protocol (SCVP)
@@ -5,7 +5,7 @@
5
5
  # simplify the code for the object identifier assignment.
6
6
  # Modified by Russ Housley to include the opentypemap manager.
7
7
  #
8
- # Copyright (c) 2018-2022, Vigil Security, LLC
8
+ # Copyright (c) 2018-2024, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # Authenticated-Enveloped-Data for the Cryptographic Message Syntax (CMS)
@@ -5,7 +5,7 @@
5
5
  # Modified by Russ Housley to include the opentypemap manager, and drop use
6
6
  # of the _OID routine.
7
7
  #
8
- # Copyright (c) 2018-2022, Vigil Security, LLC
8
+ # Copyright (c) 2018-2024, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # AES-CCM and AES-GCM Algorithms fo use with the Authenticated-Enveloped-Data
@@ -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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # CMS Advanced Electronic Signatures (CAdES)
@@ -5,7 +5,7 @@
5
5
  # RFC 2251 and RFC 2459.
6
6
  #
7
7
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
8
- # Copyright (c) 2021-2022, Vigil Security, LLC
8
+ # Copyright (c) 2021-2024, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # PKCS#8 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-2022, Vigil Security, LLC
6
+ # Copyright (c) 2019-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # An Internet Attribute Certificate Profile for Authorization
@@ -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) 2021-2022, Vigil Security, LLC
7
+ # Copyright (c) 2021-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Using SCVP to convey Long-Term Evidence Records
@@ -8,9 +8,10 @@
8
8
  # Updated by Russ Housley for https://github.com/etingof/pyasn1-modules/pull/139.
9
9
  # Updated by Russ Housley to include the opentypemap manager.
10
10
  # Updated by CBonnell to populate the policyQualifierInfosMap.
11
+ # Updated by CBonnell to add ValueSizeConstraint to PolicyInformation.policyQualifiers.
11
12
  #
12
13
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
13
- # Copyright (c) 2021-2022, Vigil Security, LLC
14
+ # Copyright (c) 2021-2024, Vigil Security, LLC
14
15
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
15
16
  #
16
17
  # Internet X.509 Public Key Infrastructure Certificate and Certificate
@@ -1352,7 +1353,7 @@ class PolicyInformation(univ.Sequence):
1352
1353
 
1353
1354
  PolicyInformation.componentType = namedtype.NamedTypes(
1354
1355
  namedtype.NamedType('policyIdentifier', CertPolicyId()),
1355
- namedtype.OptionalNamedType('policyQualifiers', univ.SequenceOf(componentType=PolicyQualifierInfo()))
1356
+ namedtype.OptionalNamedType('policyQualifiers', univ.SequenceOf(componentType=PolicyQualifierInfo()).subtype(subtypeSpec=constraint.ValueSizeConstraint(1, MAX)))
1356
1357
  )
1357
1358
 
1358
1359
 
@@ -4,7 +4,7 @@
4
4
  # Modified by Russ Housley to add maps for opentypes.
5
5
  # Modified by Russ Housley to include the opentypemap manager.
6
6
  #
7
- # Copyright (c) 2019-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Elliptic Curve Cryptography Subject Public Key Information
@@ -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) 2021-2022, Vigil Security, LLC
7
+ # Copyright (c) 2021-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # TimeStampedData
@@ -3,7 +3,7 @@
3
3
  # Created by Russ Housley.
4
4
  # Modified by Russ Housley to include the opentypemap manager.
5
5
  #
6
- # Copyright (c) 2019-2022, Vigil Security, LLC
6
+ # Copyright (c) 2019-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # Traceable Anonymous Certificate
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # Created by Russ Housley.
4
4
  #
5
- # Copyright (c) 2019-2022, Vigil Security, LLC
5
+ # Copyright (c) 2019-2024, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # Elliptic Curve Cryptography Brainpool Standard Curves
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # Created by Russ Housley.
4
4
  #
5
- # Copyright (c) 2019-2022, Vigil Security, LLC
5
+ # Copyright (c) 2019-2024, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # AES Key Wrap with Padding
@@ -7,7 +7,7 @@
7
7
  # Modified by Russ Housley to include the opentypemap manager.
8
8
  #
9
9
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
10
- # Copyright (c) 2021-2022, Vigil Security, LLC
10
+ # Copyright (c) 2021-2024, Vigil Security, LLC
11
11
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
12
12
  #
13
13
  # Cryptographic Message Syntax (CMS)
@@ -5,7 +5,7 @@
5
5
  # which did not exist at the time this module was first written. Also,
6
6
  # include the opentypemap manager.
7
7
  #
8
- # Copyright (c) 2019-2022, Vigil Security, LLC
8
+ # Copyright (c) 2019-2024, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # Other Certificates Extension
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # Created by Russ Housley with assistance from asn1ate v.0.6.0.
4
4
  #
5
- # Copyright (c) 2022, Vigil Security, LLC
5
+ # Copyright (c) 2022-2024, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # Data Structure for the Security Suitability of Cryptographic Algorithms
@@ -3,7 +3,7 @@
3
3
  # Created by Russ Housley with assistance from asn1ate v.0.6.0.
4
4
  # Modified by Russ Housley to include the opentypemap manager.
5
5
  #
6
- # Copyright (c) 2019-2022, Vigil Security, LLC
6
+ # Copyright (c) 2019-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # S/MIME Version 3.2 Message Specification
@@ -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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Multiple Signatures in Cryptographic Message Syntax (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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Elliptic Curve Cryptography (ECC) Algorithms in the 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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, 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 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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Authority Clearance Constraints Certificate Extension
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # Created by Russ Housley with assistance from asn1ate v.0.6.0.
4
4
  #
5
- # Copyright (c) 2019-2022, Vigil Security, LLC
5
+ # Copyright (c) 2019-2024, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # Trust Anchor Format
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # Created by Russ Housley with assistance from asn1ate v.0.6.0.
4
4
  #
5
- # Copyright (c) 2019-2022, Vigil Security, LLC
5
+ # Copyright (c) 2019-2024, Vigil Security, LLC
6
6
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
7
7
  #
8
8
  # Elliptic Curve Private Key
@@ -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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Device Owner Attribute
@@ -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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Clearance Sponsor Attribute
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2019-2022, Vigil Security, LLC
6
+ # Copyright (c) 2019-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # Extended Key Usage (EKU) for Session Initiation Protocol (SIP)
@@ -4,7 +4,7 @@
4
4
  # Modified by Russ Housley to include the opentypemap manager and
5
5
  # remove the _OID routine.
6
6
  #
7
- # Copyright (c) 2019-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Trust Anchor Format
@@ -5,7 +5,7 @@
5
5
  # Modified by Russ Housley to add map for use with opentypes.
6
6
  # Modified by Russ Housley to include the opentypemap manager.
7
7
  #
8
- # Copyright (c) 2019-2022, Vigil Security, LLC
8
+ # Copyright (c) 2019-2024, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # Additional CMS Revocation Information Choices
@@ -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-2022, Vigil Security, LLC
8
+ # Copyright (c) 2019-2024, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # Asymmetric Key Packages, which is essentially version 2 of
@@ -5,7 +5,7 @@
5
5
  # Modified by Russ Housley to update the S/MIME Capabilities map.
6
6
  # Modified by Russ Housley to include the opentypemap manager.
7
7
  #
8
- # Copyright (c) 2019-2022, Vigil Security, LLC
8
+ # Copyright (c) 2019-2024, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # Use of the RSA-KEM Key Transport Algorithm in the CMS
@@ -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-2022, Vigil Security, LLC
8
+ # Copyright (c) 2019-2024, Vigil Security, LLC
9
9
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
10
10
  #
11
11
  # Certificate Extension for CMS Content Constraints (CCC)
@@ -3,7 +3,7 @@
3
3
  # Created by Russ Housley.
4
4
  # Modified by Russ Housley to add a map for use with opentypes.
5
5
  #
6
- # Copyright (c) 2019-2022, Vigil Security, LLC
6
+ # Copyright (c) 2019-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # BinaryTime: An Alternate Format for Representing Date and Time
@@ -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-2022, Vigil Security, LLC
6
+ # Copyright (c) 2019-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # CMS Symmetric Key Package Content Type
@@ -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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # CMS Encrypted Key Package Content Type
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2021-2022, Vigil Security, LLC
6
+ # Copyright (c) 2021-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # PkiPath for the pkix-pkipath media type
@@ -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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Extensible Messaging and Presence Protocol (XMPP)
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2019-2022, Vigil Security, LLC
6
+ # Copyright (c) 2019-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # Certificate Image in the Internet X.509 Public Key Infrastructure
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2019-2022, Vigil Security, LLC
6
+ # Copyright (c) 2019-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # X.509v3 Certificates for Secure Shell Authentication
@@ -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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # Experiment for Hash Functions with Parameters in the 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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # CMS Algorithm Identifier Protection Attribute
@@ -8,7 +8,7 @@
8
8
  # Modified by Russ Housley to include the opentypemap manager.
9
9
  #
10
10
  # Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
11
- # Copyright (c) 2021-2022, Vigil Security, LLC
11
+ # Copyright (c) 2021-2024, Vigil Security, LLC
12
12
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
13
13
  #
14
14
  # Certificate Management over CMS (CMC) Updates
@@ -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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # RPKI Route Origin Authorizations (ROAs)
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2020-2022, Vigil Security, LLC
6
+ # Copyright (c) 2020-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # RPKI Certificate Policy Identifier
@@ -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-2022, Vigil Security, LLC
7
+ # Copyright (c) 2019-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # RPKI Manifests
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2019-2022, Vigil Security, LLC
6
+ # Copyright (c) 2019-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # Profile for X.509 PKIX Resource Certificates
@@ -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) 2021-2022, Vigil Security, LLC
7
+ # Copyright (c) 2021-2024, Vigil Security, LLC
8
8
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
9
9
  #
10
10
  # A Protocol for Provisioning Resource Certificates
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2021-2022, Vigil Security, LLC
6
+ # Copyright (c) 2021-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # RPKI Ghostbusters Record
@@ -3,7 +3,7 @@
3
3
  #
4
4
  # Created by Russ Housley.
5
5
  #
6
- # Copyright (c) 2020-2022, Vigil Security, LLC
6
+ # Copyright (c) 2020-2024, Vigil Security, LLC
7
7
  # License: http://vigilsec.com/pyasn1-alt-modules-license.txt
8
8
  #
9
9
  # Certificate Profile and Certificate Management for