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`