VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Readme.txt
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-09-04 19:59:25 +0000
committerGitHub <noreply@github.com>2021-09-04 21:59:25 +0200
commit32052f214b052531cc55d5d52c0283adabf838ca (patch)
tree224cfea81e6eac90f7cd2788a2bb1e159489044f /src/Readme.txt
parentff3cbf5672fe7599f025cf3f9f4ebe1db83a2e51 (diff)
downloadVeraCrypt-32052f214b052531cc55d5d52c0283adabf838ca.tar.gz
VeraCrypt-32052f214b052531cc55d5d52c0283adabf838ca.zip
Minor cleanup of the repo (#822)
* *: source files should not be executable * *: make sure files have final newline * *: remove BOM from text files * translations: unify headers * *: fix typos * *: trim excess whitespace
Diffstat (limited to 'src/Readme.txt')
-rw-r--r--src/Readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Readme.txt b/src/Readme.txt
index 096e2315..48bfa220 100644
--- a/src/Readme.txt
+++ b/src/Readme.txt
@@ -106,7 +106,7 @@ for Windows 8.1 installation directory.
The folder "Signing" contains a batch file (sign.bat) that will sign all
VeraCrypt components using a code signing certificate present on the
certificate store and also build the final installation setup.
-The batch file suppose that the code signing certificate is issued by Thawt.
+The batch file suppose that the code signing certificate is issued by Thawte.
This is the case for IDRIX's certificate. If yours is issued by another CA,
then you should put the Root and Intermediate certificates in the "Signing"
folder and then modify sign.bat accordingly.
@@ -115,7 +115,7 @@ VeraCrypt EFI Boot Loader:
--------------------------
VeraCrypt source code contains pre-built EFI binaries under src\Boot\EFI.
-The source code of VeraCrypt EFI Boot Loader is licensed under LGPL and
+The source code of VeraCrypt EFI Boot Loader is licensed under LGPL and
it is available at https://github.com/veracrypt/VeraCrypt-DCS.
For build instructions, please refer to the file src\Boot\EFI\Readme.txt.
@@ -200,7 +200,7 @@ VeraCrypt sources (i.e. if "src" path is "/Users/joe/Projects/VeraCrypt/src"
then wxWidgets should be at "/Users/joe/Projects/wxWidgets-3.0.3")
The build process uses Code Signing certificates whose ID is specified in
-src/Main/Main.make (look for lines containing "Developer ID Application" and
+src/Main/Main.make (look for lines containing "Developer ID Application" and
"Developer ID Installer"). You'll have to modify these lines to put the ID of
your Code Signing certificates or comment them if you don't have one.