Changes between Version 8 and Version 9 of KeySetup


Ignore:
Timestamp:
Jan 23, 2017, 9:32:40 PM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KeySetup

    v8 v9  
    11= File signing utilities =
    22
    3 Use '''sign_executable''' to sign executable files:
     3NOTE: the standard build will make versions with MySQL lib dependencies.
     4If you need a version without this dependency,
     5do '''make -f makefile_sign_executable''' in tools/;
     6this will make both programs.
    47
    5 {{{
    6 sign_executable file_to_sign private_key_file > signature_file
    7 }}}
    8 sign_executable is compiled in the lib/ directory,
    9 and installed in your project's bin/ directory.
    10 It writes the signature to stdout.
     8
    119
    1210== Creating encryption keys ==
     
    4139 crypt_prog -convkey o2b/b2o priv/pub input_file output_file::
    4240        Convert a key from OpenSSL form to/from BOINC form.
     41
     42== Code signing program ==
     43Use '''sign_executable''' to sign executable files.
     44It's exactly the same as crypt_prog --sign.
     45
     46{{{
     47sign_executable file_to_sign private_key_file > signature_file
     48}}}
     49sign_executable is compiled in the lib/ directory,
     50and installed in your project's bin/ directory.
     51It writes the signature to stdout.