From 890ec7095da3d849449d0dfd89a41ea7270c0e0f Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 27 Mar 2025 15:47:39 +0100 Subject: [PATCH 1/4] Fixed typo --- doc/rst/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rst/introduction.rst b/doc/rst/introduction.rst index 2e7ed60b..f7fbb1fc 100644 --- a/doc/rst/introduction.rst +++ b/doc/rst/introduction.rst @@ -57,7 +57,7 @@ DER : Distinguished Encoding Rules is the binary ASN.1 encoding of the data. PEM : Privacy Enhanced Mail - is the base64 encoded version of the DER formated data with additional + is the base64 encoded version of the DER formatted data with additional header and footer lines to be transported via e.g. E-mail. PKCS#X : Public Key Cryptography Standards published by https://www.rsa.com From 8530343032d5f07e771cdbf7027aacde1608f831 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 27 Mar 2025 15:48:17 +0100 Subject: [PATCH 2/4] Fixed typo --- doc/rst/privatekey.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rst/privatekey.rst b/doc/rst/privatekey.rst index 52400123..2fb7297e 100644 --- a/doc/rst/privatekey.rst +++ b/doc/rst/privatekey.rst @@ -74,7 +74,7 @@ drop-down menu of the key-types will be shown. It contains the name of the token and the valid key-sizes. In case of EC keys generated on a token, the list of possible curves -is restricted based on informations provided by the token (Key size and FP/F2M). +is restricted based on information provided by the token (Key size and FP/F2M). The token may support even less ECParameters / OIDs. When selecting an unsupported EC curve an error will occur. Please consult the documentation of the provider of the PKCS#11 library. From fe9d47d0d054d4041b3acf5a5e4b8b2412e54ef4 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 27 Mar 2025 15:49:01 +0100 Subject: [PATCH 3/4] Fixed typo --- doc/rst/revocationlist.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rst/revocationlist.rst b/doc/rst/revocationlist.rst index c6b4caef..8d16fc75 100644 --- a/doc/rst/revocationlist.rst +++ b/doc/rst/revocationlist.rst @@ -58,7 +58,7 @@ with revocation date, revocation reason and invalidation date. They get automatically updated when importing a CRL of this CA or by manually revoking an issued certificate. The Manage revocations dialog is accessible by the CA submenu of the -ontext menu of the CA. +context menu of the CA. Entries can be added, deleted and modified. .. index:: crlrevocation (crlrevocation) From 3959d24531e10e50114691a5e59cc680f427d2c8 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 27 Mar 2025 15:49:40 +0100 Subject: [PATCH 4/4] Fixed typo --- doc/rst/template.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rst/template.rst b/doc/rst/template.rst index 1d6f258e..2e56d51d 100644 --- a/doc/rst/template.rst +++ b/doc/rst/template.rst @@ -3,7 +3,7 @@ Templates ========= Templates are special to XCA and not interchangeable with other applications. -They store all informations to create certificates or requests. +They store all information to create certificates or requests. To use templates, just create a new certificate or request and apply one of the templates (or parts of it) in the *Source* Tab.