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`