summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ENGINE_set_RSA.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining ENGINE manualstb2023-11-191-317/+0
| | | | They document functionality that no longer exists.
* Document ENGINE_{get,set}_ECtb2023-07-211-29/+17
| | | | | | | ENGINE_{get,set}_{ECDH,ECDSA} will go away and won't come back. Replace their documentation with the missing ENGINE_{get,set}_EC. In the unlikely event that we will need to bring back ENGINE after the next bump, this manual will not be outdated and incomplete.
* Remove ECDSA_{do_,}sign_ex() and ECDSA_sign_setup()tb2023-07-201-4/+4
| | | | | These very poorly designed interfaces will go away, so stop documenting them.
* minor errors in previous commit pointed out by jmc@schwarze2019-06-061-2/+2
|
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-3/+7
| | | | | | | | | | | group pages, and these link on to all their second-level subpages. Only a handful of second-level pages have third-level subpages. So all crypto pages can now be reached from the www.libressl.org frontpage via at most four clicks, in most cases three clicks. Also link back from leaf pages to their respective group pages and add a couple of additional links between related pages. Triggered by a question from deraadt@. OK jmc@ tb@
* spelling fix;jmc2018-05-171-3/+3
|
* SEE ALSO and HISTORYschwarze2018-04-181-2/+39
|
* Rewrite the ENGINE_*(3) documentation from scratch - step 2,schwarze2018-04-151-0/+288
covering the remaining functions that were documented in engine(3), except for seven functions that are completely pointless and that were merely listed but not really documented.