summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/DES_set_key.pod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert DES and DH manuals from pod to mdocschwarze2016-11-021-339/+0
|
* Remove this sentence:miod2014-07-121-3/+2
| | | | | | | ``The probability that a randomly generated key is weak is -1/2^52, so it is not really worth checking for them.'' This kind of naively optimistic attitude is not compatible with security.
* Remove empty sections and references to des_modes(7) which we don't have.miod2014-07-101-1/+1
|
* Fewer lies, also do not document DES_3cbc_encrypt anymore.miod2014-07-101-22/+6
|
* Remove mention that the PRNG needs to be seeded before invoking somemiod2014-07-091-3/+1
| | | | functions.
* Remove trailing whitespace.jim2014-05-041-20/+20
| | | | fine jmc@
* Sync the list of man pages for libcrypto, explicity rename conflictingmpi2014-04-161-0/+358
pages instead of doing it in the Makefiles and move a libssl page where it belongs. ok miod@