summaryrefslogtreecommitdiffstats
path: root/doc/crypto/DSA_generate_parameters.pod
AgeCommit message (Collapse)Author
2014-03-03Sync crypto documentation with master branch.Dr. Stephen Henson
2002-09-25It makes more sense to refer to specific function manuals than the conceptRichard Levitte
manual when the specific function is refered to in the current manual text. This correction was originally introduced in OpenBSD's tracking of OpenSSL.
2000-02-24nicer manpagesUlf Möller
2000-02-03Document hash functions.Ulf Möller
2000-01-30Typos.Ulf Möller
2000-01-30Update docs: corrections, turn buffer docs into manpage, fold SHA1Ulf Möller
pages into one for improved readability, add lhash manpage
2000-01-30Make output of "openssl dsaparam 1024" more interesting :-)Bodo Möller
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller
(including another problem in the s3_srvr.c state machine).
2000-01-27Document DSA and SHA.Ulf Möller
New function BN_pseudo_rand(). Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when generating DSA primes (why not use BN_is_prime()?)