You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change some of the values in the template according to https://github.com/drago-96/CVE-2022-0778 and https://github.com/drago-96/CVE-2022-0778/pull/4 :
/home/user/openssl-3.4.0/apps/openssl: /lib/x86_64-linux-gnu/libssl.so.3: version `OPENSSL_3.4.0' not found (required by /home/user/openssl-3.4.0/apps/openssl)
235
+
/home/user/openssl-3.4.0/apps/openssl: /lib/x86_64-linux-gnu/libssl.so.3: version `OPENSSL_3.2.0' not found (required by /home/user/openssl-3.4.0/apps/openssl)
236
+
/home/user/openssl-3.4.0/apps/openssl: /lib/x86_64-linux-gnu/libcrypto.so.3: version `OPENSSL_3.3.0' not found (required by /home/user/openssl-3.4.0/apps/openssl)
237
+
/home/user/openssl-3.4.0/apps/openssl: /lib/x86_64-linux-gnu/libcrypto.so.3: version `OPENSSL_3.4.0' not found (required by /home/user/openssl-3.4.0/apps/openssl)
238
+
/home/user/openssl-3.4.0/apps/openssl: /lib/x86_64-linux-gnu/libcrypto.so.3: version `OPENSSL_3.2.0' not found (required by /home/user/openssl-3.4.0/apps/openssl)
239
+
$ export LD_LIBRARY_PATH=/home/user/openssl-3.4.0
240
+
$ ${OPENSSL} version
241
+
OpenSSL 3.4.0 22 Oct 2024 (Library: OpenSSL 3.4.0 22 Oct 2024)
242
+
$ ./asn1template.pl --pem /etc/ssl/certs/Amazon_Root_CA_3.pem | tee Amazon_Root_CA_3.tpl
243
+
asn1 = SEQUENCE:seq1@0-4-438
244
+
[seq1@0-4-438]
245
+
[...]
246
+
```
218
247
219
248
### Multi-root data structures
220
249
@@ -224,8 +253,8 @@ depth 0.
224
253
225
254
Here is an example of such structure:
226
255
227
-
```
228
-
$ openssl asn1parse -in TS48\ V5.0\ eSIM_GTP_SAIP2.3_BERTLV_SUCI.der -inform D -i
256
+
```console
257
+
$ openssl asn1parse -in 'TS48 V5.0 eSIM_GTP_SAIP2.3_BERTLV_SUCI.der' -inform D -i
0 commit comments