freeswitch/libs/libzrtp/third_party/bnlib/test
Travis Cross d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library
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.
2012-03-31 23:42:27 +00:00
..
README.dhtest Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
README.dsatest Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
README.rsatest Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
dhtest.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
dsatest.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
first.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
kb.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
kbmsdos.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
kbunix.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
keygen.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
keygen.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
keys.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
keys.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
kludge.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
md5.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
md5.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
noise.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
noise.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
posix.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
primes.doc Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
primetest.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
pt.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
random.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
random.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
randpool.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
randpool.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
randtest.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
rsaglue.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
rsaglue.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
rsatest.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
sha.c Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
sha.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
types.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
userio.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00
usuals.h Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 2012-03-31 23:42:27 +00:00

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