/security/nss/tests/chains/scenarios/ocspd.cfg

http://github.com/zpao/v8monkey · Config · 169 lines · 141 code · 28 blank · 0 comment · 0 complexity · ad5fe1446c463ce1441822b7dd8ad092 MD5 · raw file

  1. # ***** BEGIN LICENSE BLOCK *****
  2. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3. #
  4. # The contents of this file are subject to the Mozilla Public License Version
  5. # 1.1 (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. # http://www.mozilla.org/MPL/
  8. #
  9. # Software distributed under the License is distributed on an "AS IS" basis,
  10. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11. # for the specific language governing rights and limitations under the
  12. # License.
  13. #
  14. # The Original Code is the Network Security Services (NSS)
  15. #
  16. # The Initial Developer of the Original Code is Sun Microsystems, Inc.
  17. # Portions created by the Initial Developer are Copyright (C) 2009
  18. # the Initial Developer. All Rights Reserved.
  19. #
  20. # Contributor(s):
  21. # Slavomir Katuscak <slavomir.katuscak@sun.com>, Sun Microsystems
  22. #
  23. # Alternatively, the contents of this file may be used under the terms of
  24. # either the GNU General Public License Version 2 or later (the "GPL"), or
  25. # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  26. # in which case the provisions of the GPL or the LGPL are applicable instead
  27. # of those above. If you wish to allow use of your version of this file only
  28. # under the terms of either the GPL or the LGPL, and not to allow others to
  29. # use your version of this file under the terms of the MPL, indicate your
  30. # decision by deleting the provisions above and replace them with the notice
  31. # and other provisions required by the GPL or the LGPL. If you do not delete
  32. # the provisions above, a recipient may use your version of this file under
  33. # the terms of any one of the MPL, the GPL or the LGPL.
  34. #
  35. # ***** END LICENSE BLOCK *****
  36. scenario OCSPD
  37. #root CA
  38. entity OCSPRoot
  39. type Root
  40. #CA - OK
  41. entity OCSPCA1
  42. type Intermediate
  43. issuer OCSPRoot
  44. serial 1
  45. ocsp 2600
  46. #CA - revoked
  47. entity OCSPCA2
  48. type Intermediate
  49. issuer OCSPRoot
  50. serial 2
  51. ocsp 2600
  52. #CA - unknown status
  53. entity OCSPCA3
  54. type Intermediate
  55. issuer OCSPRoot
  56. serial 3
  57. ocsp 2599
  58. #EE - OK
  59. entity OCSPEE11
  60. type EE
  61. issuer OCSPCA1
  62. serial 1
  63. ocsp 2601
  64. #EE - revoked on OCSP
  65. entity OCSPEE12
  66. type EE
  67. issuer OCSPCA1
  68. serial 2
  69. ocsp 2601
  70. #EE - revoked on CRL
  71. entity OCSPEE13
  72. type EE
  73. issuer OCSPCA1
  74. serial 3
  75. ocsp 2601
  76. #EE - revoked on OCSP and CRL
  77. entity OCSPEE14
  78. type EE
  79. issuer OCSPCA1
  80. serial 4
  81. ocsp 2601
  82. #EE - unknown status
  83. entity OCSPEE15
  84. type EE
  85. issuer OCSPCA1
  86. serial 5
  87. ocsp 2599
  88. #EE - valid EE, revoked CA
  89. entity OCSPEE21
  90. type EE
  91. issuer OCSPCA2
  92. serial 1
  93. ocsp 2602
  94. #EE - revoked EE, revoked CA
  95. entity OCSPEE22
  96. type EE
  97. issuer OCSPCA2
  98. serial 2
  99. ocsp 2602
  100. #EE - revoked EE, CA pointing to invalid OCSP
  101. entity OCSPEE23
  102. type EE
  103. issuer OCSPCA2
  104. serial 3
  105. ocsp 2599
  106. #EE - valid EE, CA pointing to invalid OCSP
  107. entity OCSPEE31
  108. type EE
  109. issuer OCSPCA3
  110. serial 1
  111. ocsp 2603
  112. #EE - revoked EE, CA pointing to invalid OCSP
  113. entity OCSPEE32
  114. type EE
  115. issuer OCSPCA3
  116. serial 2
  117. ocsp 2603
  118. #EE - EE pointing to invalid OCSP, CA pointing to invalid OCSP
  119. entity OCSPEE33
  120. type EE
  121. issuer OCSPCA3
  122. serial 3
  123. ocsp 2599
  124. crl OCSPRoot
  125. revoke OCSPRoot
  126. serial 2
  127. crl OCSPCA1
  128. revoke OCSPCA1
  129. serial 2
  130. revoke OCSPCA1
  131. serial 4
  132. crl OCSPCA2
  133. revoke OCSPCA2
  134. serial 2
  135. revoke OCSPCA2
  136. serial 3
  137. crl OCSPCA3
  138. revoke OCSPCA3
  139. serial 2
  140. revoke OCSPCA3
  141. serial 3