Skip to content

Commit

Permalink
Merge pull request #6664 from davidhorstmann-arm/2.28-fix-typo-unsupp…
Browse files Browse the repository at this point in the history
…orted

[Backport 2.28] Fix typo 'unsupoported' -> 'unsupported'
  • Loading branch information
gilles-peskine-arm authored Nov 29, 2022
2 parents ed179db + f3fee12 commit fa05a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/data_files/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ server5-nonprintable_othername.crt: server5.key
$(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 $@

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

server5-fan.crt: server5.key
$(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 $@
Expand Down
2 changes: 1 addition & 1 deletion tests/data_files/test-ca.opensslconf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ subjectAltName=otherName:1.3.6.1.5.5.7.8.4;SEQ:hw_module_name
[nonprintable_othername_san]
subjectAltName=otherName:1.3.6.1.5.5.7.8.4;SEQ:nonprintable_hw_module_name

[unsupoported_othername_san]
[unsupported_othername_san]
subjectAltName=otherName:1.2.3.4;UTF8:some other identifier

[dns_alt_names]
Expand Down

0 comments on commit fa05a25

Please sign in to comment.