diff options
author | jmc <> | 2022-12-26 07:31:44 +0000 |
---|---|---|
committer | jmc <> | 2022-12-26 07:31:44 +0000 |
commit | 356636e322b0470ebdc67f07aee01fd9cc942ac4 (patch) | |
tree | bd080f92299fab93a3662f75179fd0523c897c8f /src/lib/libssl/test | |
parent | 8144b51086b3c46594192ccbec62762e58d61200 (diff) | |
download | openbsd-356636e322b0470ebdc67f07aee01fd9cc942ac4.tar.gz openbsd-356636e322b0470ebdc67f07aee01fd9cc942ac4.tar.bz2 openbsd-356636e322b0470ebdc67f07aee01fd9cc942ac4.zip |
spelling fixes; from paul tagliamonte
ok tb
Diffstat (limited to 'src/lib/libssl/test')
-rw-r--r-- | src/lib/libssl/test/CAss.cnf | 4 | ||||
-rw-r--r-- | src/lib/libssl/test/CAtsa.cnf | 2 | ||||
-rw-r--r-- | src/lib/libssl/test/pkits-test.pl | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libssl/test/CAss.cnf b/src/lib/libssl/test/CAss.cnf index 109bc8c10b..336e82fd52 100644 --- a/src/lib/libssl/test/CAss.cnf +++ b/src/lib/libssl/test/CAss.cnf | |||
@@ -36,7 +36,7 @@ certs = $dir/certs # Where the issued certs are kept | |||
36 | crl_dir = $dir/crl # Where the issued crl are kept | 36 | crl_dir = $dir/crl # Where the issued crl are kept |
37 | database = $dir/index.txt # database index file. | 37 | database = $dir/index.txt # database index file. |
38 | #unique_subject = no # Set to 'no' to allow creation of | 38 | #unique_subject = no # Set to 'no' to allow creation of |
39 | # several ctificates with same subject. | 39 | # several certificates with same subject. |
40 | new_certs_dir = $dir/newcerts # default place for new certs. | 40 | new_certs_dir = $dir/newcerts # default place for new certs. |
41 | 41 | ||
42 | certificate = $dir/cacert.pem # The CA certificate | 42 | certificate = $dir/cacert.pem # The CA certificate |
@@ -45,7 +45,7 @@ crl = $dir/crl.pem # The current CRL | |||
45 | private_key = $dir/private/cakey.pem# The private key | 45 | private_key = $dir/private/cakey.pem# The private key |
46 | RANDFILE = $dir/private/.rand # private random number file | 46 | RANDFILE = $dir/private/.rand # private random number file |
47 | 47 | ||
48 | x509_extensions = v3_ca # The extentions to add to the cert | 48 | x509_extensions = v3_ca # The extensions to add to the cert |
49 | 49 | ||
50 | name_opt = ca_default # Subject Name options | 50 | name_opt = ca_default # Subject Name options |
51 | cert_opt = ca_default # Certificate field options | 51 | cert_opt = ca_default # Certificate field options |
diff --git a/src/lib/libssl/test/CAtsa.cnf b/src/lib/libssl/test/CAtsa.cnf index f5a275bfc2..b497b50452 100644 --- a/src/lib/libssl/test/CAtsa.cnf +++ b/src/lib/libssl/test/CAtsa.cnf | |||
@@ -57,7 +57,7 @@ distinguished_name = $ENV::TSDNSECT | |||
57 | encrypt_rsa_key = no | 57 | encrypt_rsa_key = no |
58 | prompt = no | 58 | prompt = no |
59 | # attributes = req_attributes | 59 | # attributes = req_attributes |
60 | x509_extensions = v3_ca # The extentions to add to the self signed cert | 60 | x509_extensions = v3_ca # The extensions to add to the self signed cert |
61 | 61 | ||
62 | string_mask = nombstr | 62 | string_mask = nombstr |
63 | 63 | ||
diff --git a/src/lib/libssl/test/pkits-test.pl b/src/lib/libssl/test/pkits-test.pl index 5c6b89fcdb..17186066ad 100644 --- a/src/lib/libssl/test/pkits-test.pl +++ b/src/lib/libssl/test/pkits-test.pl | |||
@@ -124,7 +124,7 @@ my @testlists = ( | |||
124 | [ "4.4.7", "Valid Two CRLs Test7", 0 ], | 124 | [ "4.4.7", "Valid Two CRLs Test7", 0 ], |
125 | 125 | ||
126 | # The test document suggests these should return certificate revoked... | 126 | # The test document suggests these should return certificate revoked... |
127 | # Subsquent discussion has concluded they should not due to unhandle | 127 | # Subsequent discussion has concluded they should not due to unhandle |
128 | # critical CRL extensions. | 128 | # critical CRL extensions. |
129 | [ "4.4.8", "Invalid Unknown CRL Entry Extension Test8", 36 ], | 129 | [ "4.4.8", "Invalid Unknown CRL Entry Extension Test8", 36 ], |
130 | [ "4.4.9", "Invalid Unknown CRL Extension Test9", 36 ], | 130 | [ "4.4.9", "Invalid Unknown CRL Extension Test9", 36 ], |
@@ -749,7 +749,7 @@ my @testlists = ( | |||
749 | [ "4.14.29", "Valid cRLIssuer Test29", 0 ], | 749 | [ "4.14.29", "Valid cRLIssuer Test29", 0 ], |
750 | 750 | ||
751 | # Although this test is valid it has a circular dependency. As a result | 751 | # Although this test is valid it has a circular dependency. As a result |
752 | # an attempt is made to reursively checks a CRL path and rejected due to | 752 | # an attempt is made to recursively check a CRL path and rejected due to |
753 | # a CRL path validation error. PKITS notes suggest this test does not | 753 | # a CRL path validation error. PKITS notes suggest this test does not |
754 | # need to be run due to this issue. | 754 | # need to be run due to this issue. |
755 | [ "4.14.30", "Valid cRLIssuer Test30", 54 ], | 755 | [ "4.14.30", "Valid cRLIssuer Test30", 54 ], |