summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/engine.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto HISTORY up to 0.9.7; researched from OpenSSL gitschwarze2018-03-221-2/+6
|
* Copy all function names from the SYNOPSIS to the NAME section becauseschwarze2018-02-161-6/+108
| | | | | | i found another page containing an .Xr to one of the functions that were not in the NAME section. This manual page is ugly either way; just ugly is better than broken links in addition to ugly.
* Add the missing RETURN VALUES section.schwarze2018-02-131-5/+118
| | | | | Mostly from Paul Yang via OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800, tweaked by me for conciseness and accuracy.
* resolve duplication of names and prototypes in manuals related to ex_dataschwarze2017-01-061-21/+3
| | | | and sprinkle cross references instead; more work is obviously needed here
* Change all references to rsa(3) to point to RSA_new(3) instead.schwarze2016-12-111-2/+2
| | | | Make sure all RSA pages point back to RSA_new(3).
* some fixes for the dsa.3 -> DSA_new.3 changes;jmc2016-12-111-3/+3
|
* Replace all references to dh(3) with DH_new(3).schwarze2016-12-101-3/+3
| | | | Make sure that all DH pages point back to DH_new(3).
* some Vt fixes;jmc2016-12-081-6/+6
|
* Add Copyright and license.schwarze2016-11-221-20/+54
| | | | | | | | | | | | | | | Pull in a small number of typo fixes from OpenSSL. Drop speculations about future developments that OpenSSL deleted as well. This page is a mess for at least three reasons: (1) it doesn't actually document all functions listed in the SYNOPSIS, (2) it ought to be split into functional groups of reasonable size, and (3) the user interface is ill-designed to the point of absurdity. In view of item (3), i'm loath to tackle items (1) and (2), so i'm leaving this in its present sorry state for now, refraining even from renaming it to ENGINE_add(3) and expanding the NAME section as OpenSSL did - because that would merely sweep all the turds under the rug.
* sort SEE ALSO;jmc2016-11-061-2/+2
|
* document ENGINE_add_conf_module(3) in one page, not in twoschwarze2016-11-061-3/+2
|
* first pass; ok schwarzejmc2016-11-061-14/+17
|
* convert the remaining manual pages from pod to mdocschwarze2016-11-051-0/+1187