Skip to content

Commit f3fee12

Browse files
Fix typo 'unsupoported' -> 'unsupported'
Signed-off-by: David Horstmann <david.horstmann@arm.com>
1 parent 7f15da6 commit f3fee12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/data_files/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ server5-nonprintable_othername.crt: server5.key
280280
$(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 $@
281281

282282
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 $@
284284

285285
server5-fan.crt: server5.key
286286
$(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 $@

tests/data_files/test-ca.opensslconf

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ subjectAltName=otherName:1.3.6.1.5.5.7.8.4;SEQ:hw_module_name
1818
[nonprintable_othername_san]
1919
subjectAltName=otherName:1.3.6.1.5.5.7.8.4;SEQ:nonprintable_hw_module_name
2020

21-
[unsupoported_othername_san]
21+
[unsupported_othername_san]
2222
subjectAltName=otherName:1.2.3.4;UTF8:some other identifier
2323

2424
[dns_alt_names]

0 commit comments

Comments
 (0)