File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ server5-nonprintable_othername.crt: server5.key
280
280
$(OPENSSL ) req -x509 -new -subj " /C=UK/O=Mbed TLS/CN=Mbed TLS non-printable othername SAN" -set_serial 77 -config $(test_ca_config_file ) -extensions nonprintable_othername_san -days 3650 -sha256 -key $< -out $@
281
281
282
282
server5-unsupported_othername.crt : server5.key
283
- $(OPENSSL ) req -x509 -new -subj " /C=UK/O=Mbed TLS/CN=Mbed TLS unsupported othername SAN" -set_serial 77 -config $(test_ca_config_file ) -extensions unsupoported_othername_san -days 3650 -sha256 -key $< -out $@
283
+ $(OPENSSL ) req -x509 -new -subj " /C=UK/O=Mbed TLS/CN=Mbed TLS unsupported othername SAN" -set_serial 77 -config $(test_ca_config_file ) -extensions unsupported_othername_san -days 3650 -sha256 -key $< -out $@
284
284
285
285
server5-fan.crt : server5.key
286
286
$(OPENSSL ) req -x509 -new -subj " /C=UK/O=Mbed TLS/CN=Mbed TLS FAN" -set_serial 77 -config $(test_ca_config_file ) -extensions fan_cert -days 3650 -sha256 -key server5.key -out $@
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ subjectAltName=otherName:1.3.6.1.5.5.7.8.4;SEQ:hw_module_name
18
18
[nonprintable_othername_san]
19
19
subjectAltName=otherName:1.3.6.1.5.5.7.8.4;SEQ:nonprintable_hw_module_name
20
20
21
- [unsupoported_othername_san ]
21
+ [unsupported_othername_san ]
22
22
subjectAltName=otherName:1.2.3.4;UTF8:some other identifier
23
23
24
24
[dns_alt_names]
You can’t perform that action at this time.
0 commit comments