summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spelling; ok deraadtjmc2015-08-022-4/+4
|
* double word fix.sobrado2015-07-251-2/+2
| | | | ok jmc@, schwarze@
* an TLS -> a TLS; from thanos tsouanasjmc2015-07-241-2/+2
|
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-201-2/+1
| | | | ok deraadt@ jsing@ miod@
* Maximilian dot Fillinger at uni-duesseldorf dot deschwarze2015-05-242-2/+109
| | | | | | starts helping with the pod2mdoc(1)-based conversion of LibreSSL crypto manuals from perlpod(1) to mdoc(7). Here comes the first file, slightly tweaked by me.
* fourth batch of perlpod(1) to mdoc(7) conversionschwarze2015-02-2319-3/+2521
|
* third batch of perlpod(1) to mdoc(7) conversionschwarze2015-02-1613-3/+2121
|
* second batch of perlpod(1) to mdoc(7) conversionschwarze2015-02-1412-4/+1381
|
* While doing development work on pod2mdoc(1),schwarze2015-02-146-3/+773
| | | | | | profit of the occasion to start the conversion of LibreSSL libcrypto manuals from perlpod(1) to mdoc(7). miod@ jmc@ bentley@ agreed to the process when shown this patch.
* Delete the MANLINT variable and the related SUFFIXES rules becauseschwarze2015-01-161-2/+2
| | | | | | | | since yesterday, "mandoc -Tlint -Wfatal" can no longer fail. Instead, as suggested by deraadt@, provide a manlint target that is *not* run during make build, but can be run whenever you want to check syntax of manuals. "nice stuff" deraadt@
* delete four MLINKS that are both duplicate and wrongschwarze2014-12-061-5/+1
|
* A few more MLINKs.miod2014-09-161-1/+7
|
* more MLINKSmiod2014-07-121-1/+56
|
* more MLINKsmiod2014-07-121-1/+4
|
* add comment about format requirementsbeck2014-07-111-1/+3
| | | | ok miod@
* Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,miod2014-07-111-1/+182
| | | | | | Jeff Trawick, Jean-Paul Calderone, Michal Bozon, Jeffrey Walton and Rich Salz, via OpenSSL trunk (with some parts not applying to us, such as SSLv2 support, at least partially removed).
* Fix incorrect duplicate mlinksbeck2014-07-111-8/+1
| | | | ok bcook@
* Correct incorrect mlinksbeck2014-07-111-5/+1
| | | | ok bcook@
* Fix incorrect mlinksbeck2014-07-111-3/+1
| | | | ok bcook@
* Update to match the current state of crypto/rand, and remove MLINKS formiod2014-07-091-3/+1
| | | | RAND_event and RAND_screen.
* egd is gonederaadt2014-04-191-3/+1
|
* unbreak install; /usr/share/man/man3/EVP_PKEY_print_private.3 should link tosthen2014-04-161-2/+2
| | | | /usr/share/man/man3/EVP_PKEY_print_public.3 not itself, from deraadt
* Sync the list of man pages for libcrypto, explicity rename conflictingmpi2014-04-161-56/+76
| | | | | | | pages instead of doing it in the Makefiles and move a libssl page where it belongs. ok miod@
* Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod2014-04-111-0/+903
as configuration files; split manpages and .pc files between libcrypto and libssl. No functional change, only there to make engineering easier, and libcrypto sources are still found in libssl/src/crypto at the moment. ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects.