freeswitch/third_party/bnlib/test
Philip Zimmermann c7e476402a Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH
Thanks to Travis Cross for much of the language here.

Signed-off-by: Philip Zimmermann <prz@mit.edu>
Signed-off-by: Travis Cross <tc@traviscross.com>
2012-03-31 22:56:22 +00:00
..
README.dhtest Add libzrtp beta 2012-03-31 18:37:58 +00:00
README.dsatest Add libzrtp beta 2012-03-31 18:37:58 +00:00
README.rsatest Add libzrtp beta 2012-03-31 18:37:58 +00:00
dhtest.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
dsatest.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
first.h Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
kb.h Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
kbmsdos.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
kbunix.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
keygen.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
keygen.h Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
keys.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
keys.h Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
kludge.h Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
md5.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
md5.h Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
noise.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
noise.h Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
posix.h Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
primes.doc Add libzrtp beta 2012-03-31 18:37:58 +00:00
primetest.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
pt.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
random.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
random.h Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
randpool.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
randpool.h Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
randtest.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
rsaglue.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
rsaglue.h Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
rsatest.c Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
sha.c Add libzrtp beta 2012-03-31 18:37:58 +00:00
sha.h Add libzrtp beta 2012-03-31 18:37:58 +00:00
types.h Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
userio.h Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +00:00
usuals.h Relicense bnlib under GPLv2/GPLv3 with exception for FreeSWITCH 2012-03-31 22:56:22 +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