summaryrefslogtreecommitdiffstats
path: root/doc/crypto/DSA_set_method.pod
AgeCommit message (Collapse)Author
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
At the same time, add VMS support for Rijndael.
2000-05-29Minor corrections to documentation.Geoff Thorpe
* speed processes any/all options passed to it, not just one. * DH and DSA have no "_get_method()" functions, only RSA does. * typos.
2000-03-09clarify.Ulf Möller
2000-02-24nicer manpagesUlf 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-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()?)