mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +00:00
d2edcad66e
Thanks to Phil Zimmermann for the code and for the license exception we needed to include it. There remains some build system integration work to be done before this code will build properly in the FreeSWITCH tree.
19 lines
571 B
Plaintext
19 lines
571 B
Plaintext
Test driver for Digital Signature Algorithm operations.
|
|
|
|
This program generates DSA keys (currently, of a few compiled-in
|
|
sizes) and does timing tests on DSA operations.
|
|
|
|
The command line is a seed string which is used to generate the
|
|
public parameters. The use of a seed lets you verify that the
|
|
key was not generated in a weak manner.
|
|
|
|
Currently, the list of key sizes to generate is compiled in.
|
|
|
|
After key generation, the program DSA-signs and verifies a
|
|
random message, and displays the timing.
|
|
|
|
Example invocation lines:
|
|
|
|
dsatest arbitrary seed string
|
|
dsatest foo
|