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. |
||
---|---|---|
.. | ||
README.dhtest | ||
README.dsatest | ||
README.rsatest | ||
dhtest.c | ||
dsatest.c | ||
first.h | ||
kb.h | ||
kbmsdos.c | ||
kbunix.c | ||
keygen.c | ||
keygen.h | ||
keys.c | ||
keys.h | ||
kludge.h | ||
md5.c | ||
md5.h | ||
noise.c | ||
noise.h | ||
posix.h | ||
primes.doc | ||
primetest.c | ||
pt.c | ||
random.c | ||
random.h | ||
randpool.c | ||
randpool.h | ||
randtest.c | ||
rsaglue.c | ||
rsaglue.h | ||
rsatest.c | ||
sha.c | ||
sha.h | ||
types.h | ||
userio.h | ||
usuals.h |
README.rsatest
Rsatest is a test driver for RSA operations. Rsatest takes a list of vecimal key sizes (in bits) on the command line, and generates keys of those sizes. It generates keys randomly, using keyboard timings for a random number source, then tests the resultant keys, doing an encryption, a decryption, a signing and a verification. Example invocation lines: rsatest 512 768 1024 rsatest 2048