diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-12-07 00:27:28 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-12-07 12:36:08 +0100 |
commit | fb38269c89e0fadf51e6912d5a9e017d02833b34 (patch) | |
tree | 1df6243e5ccadadcb93453e94b13fef347374fdb | |
parent | f10e26fc8959bee9a525020961c77fe6fde6f9d7 (diff) | |
download | VeraCrypt-fb38269c89e0fadf51e6912d5a9e017d02833b34.tar.gz VeraCrypt-fb38269c89e0fadf51e6912d5a9e017d02833b34.zip |
Readme: correct instructions about code signing under Mac OSX
-rw-r--r-- | README.md | 24 | ||||
-rw-r--r-- | src/Readme.txt | 5 |
2 files changed, 16 insertions, 13 deletions
@@ -200,8 +200,9 @@ VeraCrypt sources (i.e. if "src" path is "/Users/joe/Projects/VeraCrypt/src" then wxWidgets should be at "/Users/joe/Projects/wxWidgets-3.0.2") The build process uses Code Signing certificates whose ID is specified in -src/Main/Main.make (lines 167 & 169). 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. +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. Because of incompatibility issues with OSXFUSE, the SDK 10.9 generates a VeraCrypt binary that has issues communicating with the OSXFUSE kernel extension. @@ -237,18 +238,19 @@ V. Legal Information Copyright Information --------------------- -This software as a whole: +This software as a whole: Copyright (c) 2013-2016 IDRIX. All rights reserved. -Portions of this software: -Copyright (c) 2013-2016 IDRIX. All rights reserved. -Copyright (c) 2003-2012 TrueCrypt Developers Association. All rights reserved. -Copyright (c) 1998-2000 Paul Le Roux. All rights reserved. -Copyright (c) 1998-2008 Brian Gladman, Worcester, UK. All rights reserved. -Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler. -Copyright (c) 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov -Copyright (c) Dieter Baron and Thomas Klausner. +Portions of this software: +Copyright (c) 2013-2016 IDRIX. All rights reserved. +Copyright (c) 2003-2012 TrueCrypt Developers Association. All rights reserved. +Copyright (c) 1998-2000 Paul Le Roux. All rights reserved. +Copyright (c) 1998-2008 Brian Gladman, Worcester, UK. All rights reserved. +Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler. +Copyright (c) 2016 Disk Cryptography Services for EFI (DCS), Alex Kolotnikov +Copyright (c) Dieter Baron and Thomas Klausner. Copyright (c) 2013, Alexey Degtyarev. All rights reserved. +Copyright (c) 1999-2013,2014,2015,2016 Jack Lloyd. All rights reserved. For more information, please see the legal notices attached to parts of the source code. diff --git a/src/Readme.txt b/src/Readme.txt index 5280ac30..053a6ad1 100644 --- a/src/Readme.txt +++ b/src/Readme.txt @@ -200,8 +200,9 @@ VeraCrypt sources (i.e. if "src" path is "/Users/joe/Projects/VeraCrypt/src" then wxWidgets should be at "/Users/joe/Projects/wxWidgets-3.0.2") The build process uses Code Signing certificates whose ID is specified in -src/Main/Main.make (lines 167 & 169). 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. +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. Because of incompatibility issues with OSXFUSE, the SDK 10.9 generates a VeraCrypt binary that has issues communicating with the OSXFUSE kernel extension. |