Document the DH library, and make some minor changes along the way.
authorUlf Möller <ulf@openssl.org>
Sat, 22 Jan 2000 20:05:23 +0000 (20:05 +0000)
committerUlf Möller <ulf@openssl.org>
Sat, 22 Jan 2000 20:05:23 +0000 (20:05 +0000)
commit4486d0cd7a715aed7ca3728aa24413d91666bb68
tree36342c32d8bd73c31ea5e3d33e9ee7796bab873c
parent09483c58e3b21841d2761ce90b1f12b24f814881
Document the DH library, and make some minor changes along the way.
20 files changed:
CHANGES
crypto/bn/bn.h
crypto/bn/bn_prime.c
crypto/dh/dh.h
crypto/dh/dh_check.c
crypto/dh/dh_gen.c
crypto/mem_dbg.c
crypto/rsa/rsa_chk.c
doc/crypto/BN_generate_prime.pod [new file with mode: 0644]
doc/crypto/DH_generate_key.pod [new file with mode: 0644]
doc/crypto/DH_generate_parameters.pod [new file with mode: 0644]
doc/crypto/DH_get_ex_new_index.pod [new file with mode: 0644]
doc/crypto/DH_new.pod [new file with mode: 0644]
doc/crypto/DH_set_method.pod [new file with mode: 0644]
doc/crypto/DH_size.pod [new file with mode: 0644]
doc/crypto/DHparams_print.pod [new file with mode: 0644]
doc/crypto/RSA_size.pod
doc/crypto/bn.pod [new file with mode: 0644]
doc/crypto/d2i_DHparams.pod [new file with mode: 0644]
doc/crypto/dh.pod [new file with mode: 0644]