Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

split_private_keys

split_private_keys generates verifiable splittings of the RSA and ElGamal private keys for the service.

The following command-line options are recognized:

The configuration file must be in OpenSSL's CONF format and should define the following fields:

Here is an example of a relevant section in a configuration file:

 [ split_keys ]
 nhosts  = 4
 nfaults = 1

 public_dir  = /etc/CODEX/pubkeys
 private_dir = /etc/CODEX/privkeys

 private_key_file    = ${private_dir}/service.private.pem
 private_key_passwd  = foobar
 public_eg_key_file  = ${public_dir}/service.eg.pub
 private_eg_key_file = ${private_dir}/service.eg.priv
 rsa_generator       = 3
 output_directory    = ${private_dir}

The command-line option -s split_keys would then be supplied to specify that this is the section to load.


Generated on Fri May 6 17:41:31 2005 for COrnell Data EXchange (CODEX) by  doxygen 1.4.1