summaryrefslogtreecommitdiff
path: root/doc/crypto/dsa.pod
Commit message (Collapse)AuthorAgeFilesLines
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-4/+5
| | | | At the same time, add VMS support for Rijndael.
* Document hash functions.Ulf Möller2000-02-031-1/+1
|
* Update docs: corrections, turn buffer docs into manpage, fold SHA1Ulf Möller2000-01-301-1/+8
| | | | pages into one for improved readability, add lhash manpage
* Update all links so they will be rendered better.Richard Levitte2000-01-271-3/+5
|
* Document DSA and SHA.Ulf Möller2000-01-271-0/+95
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()?)