summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/crypto.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect RC5 documentation.schwarze2018-02-271-3/+3
| | | | | | We have no code implementing it, tedu@ took care of the rc5/ directory in 2014, the related files are commented out in arch/*/Makefile.inc, and opensslfeatures.h contains an explicit #define OPENSSL_NO_RC5.
* Garbage collect MD2 documentation.schwarze2018-02-271-3/+2
| | | | We have no code implementing those functions.
* a little more cleanup;jmc2017-01-071-5/+5
|
* spelling fix;jmc2016-12-221-2/+2
|
* reference X509_new(3) instead of x509(3)schwarze2016-12-221-3/+3
|
* Distribute the text of ec(3) to the individual EC manuals where it belongs.schwarze2016-12-111-2/+2
| | | | | | Make sure EC_GROUP_new(3) points to all EC manuals and all EC manuals point back to EC_GROUP_new(3), and add some other useful links as well. Change all links to ec(3) to point to EC_GROUP_new(3) instead.
* Change all references to rsa(3) to point to RSA_new(3) instead.schwarze2016-12-111-3/+3
| | | | Make sure all RSA pages point back to RSA_new(3).
* Change all references to dsa(3) to point to DSA_new(3).schwarze2016-12-101-2/+2
| | | | Make sure all DSA pages point back to DSA_new(3).
* Replace all references to dh(3) with DH_new(3).schwarze2016-12-101-2/+2
| | | | Make sure that all DH pages point back to DH_new(3).
* replace all references to bn(3) with BN_new(3),schwarze2016-12-101-3/+3
| | | | and make sure all BN*(3) pages point back to BN_new(3)
* Add Copyright and license.schwarze2016-12-061-41/+107
| | | | | | | | | | | | | | Mention AES, Chacha20, ECDSA, OCSP, OPENSSL_config. Improve many cross references. Convert the table into some real text and polish some wording. Stop talking about SSL. Drop vague references to undocumented internals (objects, stack, txt_db). Delete verbiage that says nothing or is duplicate. Ultimately, the content of this page should be merged into OPENSSL_init_crypto(3), but we don't have that function yet, so the merge has to wait.
* replace all references to BIO(3) with references to BIO_new(3)schwarze2016-12-061-3/+3
|
* various cleanup;jmc2016-12-031-6/+6
|
* replace cross-references to the rand(3) manual that no longer existsschwarze2016-11-211-3/+3
|
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* Fix some broken .Xr links, loosely based on a diffschwarze2016-10-051-13/+12
| | | | | | | | from Rob Pierce <rob at 2keys dot ca>. The content of this page may also need expert attention, i suspect it may be lacking modern algorithms and over-emphasizing obsolete ones, but i dare not touch the content.
* update cross references after deleting the imaginary MLINKSschwarze2015-11-121-2/+2
| | | | bn_internal(3) and lhash(3)
* Convert five more manuals from POD to mdoc.schwarze2015-11-111-0/+104
I found drafts of these in my tree, probably originally from Max Fillinger, that just needed minor polishing.