diff options
Diffstat (limited to 'src/lib/libssl/doc')
-rw-r--r-- | src/lib/libssl/doc/openssl.cnf | 6 | ||||
-rw-r--r-- | src/lib/libssl/doc/standards.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/doc/openssl.cnf b/src/lib/libssl/doc/openssl.cnf index ed4bde52e8..db95bb5c18 100644 --- a/src/lib/libssl/doc/openssl.cnf +++ b/src/lib/libssl/doc/openssl.cnf | |||
@@ -43,7 +43,7 @@ certs = $dir/certs # Where the issued certs are kept | |||
43 | crl_dir = $dir/crl # Where the issued crl are kept | 43 | crl_dir = $dir/crl # Where the issued crl are kept |
44 | database = $dir/index.txt # database index file. | 44 | database = $dir/index.txt # database index file. |
45 | #unique_subject = no # Set to 'no' to allow creation of | 45 | #unique_subject = no # Set to 'no' to allow creation of |
46 | # several ctificates with same subject. | 46 | # several certificates with same subject. |
47 | new_certs_dir = $dir/newcerts # default place for new certs. | 47 | new_certs_dir = $dir/newcerts # default place for new certs. |
48 | 48 | ||
49 | certificate = $dir/cacert.pem # The CA certificate | 49 | certificate = $dir/cacert.pem # The CA certificate |
@@ -53,7 +53,7 @@ crlnumber = $dir/crlnumber # the current crl number | |||
53 | crl = $dir/crl.pem # The current CRL | 53 | crl = $dir/crl.pem # The current CRL |
54 | private_key = $dir/private/cakey.pem# The private key | 54 | private_key = $dir/private/cakey.pem# The private key |
55 | 55 | ||
56 | x509_extensions = usr_cert # The extentions to add to the cert | 56 | x509_extensions = usr_cert # The extensions to add to the cert |
57 | 57 | ||
58 | # Comment out the following two lines for the "traditional" | 58 | # Comment out the following two lines for the "traditional" |
59 | # (and highly broken) format. | 59 | # (and highly broken) format. |
@@ -105,7 +105,7 @@ default_bits = 1024 | |||
105 | default_keyfile = privkey.pem | 105 | default_keyfile = privkey.pem |
106 | distinguished_name = req_distinguished_name | 106 | distinguished_name = req_distinguished_name |
107 | attributes = req_attributes | 107 | attributes = req_attributes |
108 | x509_extensions = v3_ca # The extentions to add to the self signed cert | 108 | x509_extensions = v3_ca # The extensions to add to the self signed cert |
109 | 109 | ||
110 | # Passwords for private keys if not present they will be prompted for | 110 | # Passwords for private keys if not present they will be prompted for |
111 | # input_password = secret | 111 | # input_password = secret |
diff --git a/src/lib/libssl/doc/standards.txt b/src/lib/libssl/doc/standards.txt index 7bada8d35f..6b3c5c5038 100644 --- a/src/lib/libssl/doc/standards.txt +++ b/src/lib/libssl/doc/standards.txt | |||
@@ -280,6 +280,6 @@ STARTTLS documents. | |||
280 | To be implemented: | 280 | To be implemented: |
281 | ------------------ | 281 | ------------------ |
282 | 282 | ||
283 | These are documents that describe things that are planed to be | 283 | These are documents that describe things that are planned to be |
284 | implemented in the hopefully short future. | 284 | implemented in the hopefully short future. |
285 | 285 | ||