This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 59d778758a Fix spelling (#320)
59d778758a is described below
commit 59d778758a69df917480f4748079b8c47d112cde
Author: John Bampton <[email protected]>
AuthorDate: Mon Mar 3 05:29:34 2025 +1000
Fix spelling (#320)
* Fix spelling
* Update ignored words list
(cherry picked from commit 219d014c2a2e6a990d6c6f68c4572ee99809f4db)
---
main/xmlsecurity/test_docs/CAs/Root_1/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Root_10/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Root_11/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Root_2/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Root_3/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Root_4/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Root_5/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Root_6/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Root_7/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Root_8/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Root_9/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/openssl.cfg | 6 +++---
main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/openssl.cfg | 6 +++---
24 files changed, 72 insertions(+), 72 deletions(-)
diff --git a/main/xmlsecurity/test_docs/CAs/Root_1/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Root_1/openssl.cfg
index 0c7ae3527b..980a61a9fd 100644
--- a/main/xmlsecurity/test_docs/CAs/Root_1/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Root_1/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Root_10/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Root_10/openssl.cfg
index 2db2f37c09..df23a474ef 100644
--- a/main/xmlsecurity/test_docs/CAs/Root_10/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Root_10/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Root_11/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Root_11/openssl.cfg
index 28b2210bce..4aea02c355 100644
--- a/main/xmlsecurity/test_docs/CAs/Root_11/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Root_11/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
utf8 = yes
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Root_2/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Root_2/openssl.cfg
index 0c7ae3527b..980a61a9fd 100644
--- a/main/xmlsecurity/test_docs/CAs/Root_2/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Root_2/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Root_3/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Root_3/openssl.cfg
index 01ae7c01ba..dd5d97c2f0 100644
--- a/main/xmlsecurity/test_docs/CAs/Root_3/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Root_3/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Root_4/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Root_4/openssl.cfg
index 01ae7c01ba..dd5d97c2f0 100644
--- a/main/xmlsecurity/test_docs/CAs/Root_4/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Root_4/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Root_5/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Root_5/openssl.cfg
index 12f0f5770f..4e2026a60b 100644
--- a/main/xmlsecurity/test_docs/CAs/Root_5/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Root_5/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Root_6/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Root_6/openssl.cfg
index 4e037ec74e..b83aaa952a 100644
--- a/main/xmlsecurity/test_docs/CAs/Root_6/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Root_6/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Root_7/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Root_7/openssl.cfg
index 5c72cdf711..96106a9312 100644
--- a/main/xmlsecurity/test_docs/CAs/Root_7/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Root_7/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Root_8/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Root_8/openssl.cfg
index 3ad2b757c0..0482bf7787 100644
--- a/main/xmlsecurity/test_docs/CAs/Root_8/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Root_8/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Root_9/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Root_9/openssl.cfg
index 2db2f37c09..df23a474ef 100644
--- a/main/xmlsecurity/test_docs/CAs/Root_9/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Root_9/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/openssl.cfg
index 0c7ae3527b..980a61a9fd 100644
--- a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/openssl.cfg
index 9bca273d42..315b764ce3 100644
--- a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/openssl.cfg
index 01ae7c01ba..dd5d97c2f0 100644
--- a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/openssl.cfg
index 01ae7c01ba..dd5d97c2f0 100644
--- a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/openssl.cfg
index 01ae7c01ba..dd5d97c2f0 100644
--- a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/openssl.cfg
index 1b499924fb..8e69515e8c 100644
--- a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/openssl.cfg
index c57554864c..477f7fb444 100644
--- a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/openssl.cfg
index a1ba83e655..d55a55efff 100644
--- a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/openssl.cfg
index 4b780bc084..430a9d6630 100644
--- a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/openssl.cfg
index b54e129f88..8575357e41 100644
--- a/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/openssl.cfg
index 01ae7c01ba..dd5d97c2f0 100644
--- a/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/openssl.cfg
index 71bcb35213..15676cd65c 100644
--- a/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret
diff --git a/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/openssl.cfg
b/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/openssl.cfg
index 4b780bc084..430a9d6630 100644
--- a/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/openssl.cfg
+++ b/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/openssl.cfg
@@ -60,7 +60,7 @@ certs = $dir/certs # Where the issued
certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation
of
- # several ctificates with same subject.
+ # several certificates with same
subject.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
@@ -71,7 +71,7 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem # The private key
RANDFILE = $dir/private/.rand # private random number file
-x509_extensions = usr_cert # The extentions to add to the
cert
+x509_extensions = usr_cert # The extensions to add to the
cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
@@ -123,7 +123,7 @@ default_bits = 1024
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
-x509_extensions = v3_ca # The extentions to add to the self signed cert
+x509_extensions = v3_ca # The extensions to add to the self signed cert
# Passwords for private keys if not present they will be prompted for
# input_password = secret