| OLD | NEW |
| 1 # This is cert.pem from BoringSSL's tests. | 1 # This is cert.pem from BoringSSL's tests. |
| 2 # https://boringssl.googlesource.com/boringssl/+/5acc423517ec9d53e6cf2cd1b968405
e0972c745/ssl/test/runner/cert.pem | 2 # https://boringssl.googlesource.com/boringssl/+/5acc423517ec9d53e6cf2cd1b968405
e0972c745/ssl/test/runner/cert.pem |
| 3 | 3 |
| 4 # This file is itself valid ascii-der, however uses comments to name various | 4 # This file is itself valid ascii-der, however uses comments to name various |
| 5 # sections (using BEGIN and END). These named sections can be overlapping, and | 5 # sections (using BEGIN and END). These named sections can be overlapping, and |
| 6 # are replaced for generating various test data. | 6 # are replaced for generating various test data. |
| 7 | 7 |
| 8 SEQUENCE { | 8 SEQUENCE { |
| 9 SEQUENCE { | 9 SEQUENCE { |
| 10 [0] { | 10 [0] { |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 } | 74 } |
| 75 BIT_STRING { | 75 BIT_STRING { |
| 76 `00` | 76 `00` |
| 77 SEQUENCE { | 77 SEQUENCE { |
| 78 INTEGER { `00d82bc8a632e462ff4df3d0ad598b45a7bdf147bf09587b22bd35ae972
58694a080c0b41f7691674631d01084b7221e70239172c8e96d793a8577800fc4951675c54a714cc
8633fa3f2639c2a4f9afacbc1716e288528a0271e651cae07d55b6f2d43ed2b90b18caf246daee91
73a05c1bfb81cae653b1b58c2d9aed6aa6788f1` } | 78 INTEGER { `00d82bc8a632e462ff4df3d0ad598b45a7bdf147bf09587b22bd35ae972
58694a080c0b41f7691674631d01084b7221e70239172c8e96d793a8577800fc4951675c54a714cc
8633fa3f2639c2a4f9afacbc1716e288528a0271e651cae07d55b6f2d43ed2b90b18caf246daee91
73a05c1bfb81cae653b1b58c2d9aed6aa6788f1` } |
| 79 INTEGER { 65537 } | 79 INTEGER { 65537 } |
| 80 } | 80 } |
| 81 } | 81 } |
| 82 } | 82 } |
| 83 [3] { | 83 [3] { |
| 84 #-----BEGIN EXTENSIONS----- |
| 84 SEQUENCE { | 85 SEQUENCE { |
| 85 SEQUENCE { | 86 SEQUENCE { |
| 86 # subjectKeyIdentifier | 87 # subjectKeyIdentifier |
| 87 OBJECT_IDENTIFIER { 2.5.29.14 } | 88 OBJECT_IDENTIFIER { 2.5.29.14 } |
| 88 OCTET_STRING { | 89 OCTET_STRING { |
| 89 OCTET_STRING { `8b75d5accb08be0e1f65b7fa56be6ca775da85af` } | 90 OCTET_STRING { `8b75d5accb08be0e1f65b7fa56be6ca775da85af` } |
| 90 } | 91 } |
| 91 } | 92 } |
| 92 SEQUENCE { | 93 SEQUENCE { |
| 93 # authorityKeyIdentifier | 94 # authorityKeyIdentifier |
| (...skipping 13 matching lines...) Expand all Loading... |
| 107 SEQUENCE { | 108 SEQUENCE { |
| 108 BOOLEAN { `ff` } | 109 BOOLEAN { `ff` } |
| 109 } | 110 } |
| 110 #-----END BASIC_CONSTRAINTS----- | 111 #-----END BASIC_CONSTRAINTS----- |
| 111 } | 112 } |
| 112 } | 113 } |
| 113 #-----BEGIN EXTENSION----- | 114 #-----BEGIN EXTENSION----- |
| 114 # (For adding in another extension at the end of the list) | 115 # (For adding in another extension at the end of the list) |
| 115 #-----END EXTENSION----- | 116 #-----END EXTENSION----- |
| 116 } | 117 } |
| 118 #-----END EXTENSIONS----- |
| 117 } | 119 } |
| 118 } | 120 } |
| 119 SEQUENCE { | 121 SEQUENCE { |
| 120 # sha1WithRSAEncryption | 122 # sha1WithRSAEncryption |
| 121 OBJECT_IDENTIFIER { 1.2.840.113549.1.1.5 } | 123 OBJECT_IDENTIFIER { 1.2.840.113549.1.1.5 } |
| 122 NULL {} | 124 NULL {} |
| 123 } | 125 } |
| 124 BIT_STRING { `003be8786d95d63d6af713192c1bc288ae22abf48d32f57c7167cf2dd11cc2c3
87e2e9be895ce434ab4891c23f95ae2b479e25786b4f9a10a472fdcff7020cb00a08a45ae2e5747e
111d39606ac91f69f32e6326dc9eef6b7a0ae1545798aa729178047e1f8f654d1f0b12ac9c240f84
141a552d1fbbf09d09b2085c5932658026` } | 126 BIT_STRING { `003be8786d95d63d6af713192c1bc288ae22abf48d32f57c7167cf2dd11cc2c3
87e2e9be895ce434ab4891c23f95ae2b479e25786b4f9a10a472fdcff7020cb00a08a45ae2e5747e
111d39606ac91f69f32e6326dc9eef6b7a0ae1545798aa729178047e1f8f654d1f0b12ac9c240f84
141a552d1fbbf09d09b2085c5932658026` } |
| 125 } | 127 } |
| OLD | NEW |