Travis Cross 95c26f9a6b Remove outdated autoconf tests in bnlib 12 年 前
..
README.dhtest d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
README.dsatest d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
README.rsatest d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
dhtest.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
dsatest.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
first.h d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
kb.h d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
kbmsdos.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
kbunix.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
keygen.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
keygen.h d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
keys.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
keys.h d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
kludge.h 95c26f9a6b Remove outdated autoconf tests in bnlib 12 年 前
md5.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
md5.h d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
noise.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
noise.h d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
posix.h d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
primes.doc d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
primetest.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
pt.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
random.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
random.h d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
randpool.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
randpool.h d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
randtest.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
rsaglue.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
rsaglue.h d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
rsatest.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
sha.c d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
sha.h d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
types.h d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
userio.h d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前
usuals.h d2edcad66e Merge Phil Zimmermann's libzrtp as a FreeSWITCH library 12 年 前

README.dhtest

Test driver for Diffie-Hellman key agreement operations.

This program generates Diffie-Hellman moduli and does a sample
key agreement with them.

The command line is a seed string which is used to generate the
public modulus. The use of a seed lets you verify that the
modulus was not generated in a weak manner.

Currently, the list of key sizes to generate is compiled in.

After key generation, the program performs a sample key agreement.

The primes used in SKIP were generated with the seed in the file
Gandhi, which contains 79 bytes plus a newline:
Whatever you do will be insignificant, but it is very important that you do it.

Example invocation lines:

dhtest arbitrary seed string
dhtest `cat Gandhi`