Changes between Version 7 and Version 8 of KeySetup
- Timestamp:
- Sep 4, 2008, 7:43:12 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KeySetup
v7 v8 35 35 crypt_prog -test_crypt private_keyfile public_keyfile:: 36 36 Perform an internal test, checking that encryption followed by decryption works. 37 crypt_prog -cert_verify file signature_file certificate_dir ca_dir:: 38 Verify a certificate-based signature for the given file. 39 crypt_prog -convsig o2b/b2o input_file output_file:: 40 Convert a signature from OpenSSL form to/from BOINC form. 41 crypt_prog -convkey o2b/b2o priv/pub input_file output_file:: 42 Convert a key from OpenSSL form to/from BOINC form.