summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/crypto.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new manual page ChaCha(3);schwarze2020-06-241-1/+2
| | | | OK tb@
* new manual page CMAC_Init(3);schwarze2020-06-241-2/+3
| | | | OK tb@
* .Xr CMS_ContentInfo_new 3schwarze2019-11-021-2/+3
|
* new manual page AES_encrypt(3)schwarze2019-08-281-2/+3
|
* document ECDH_compute_key(3) and ECDH_size(3);schwarze2019-08-191-2/+3
| | | | feedback and OK tb@
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-5/+14
| | | | | | | | | | | 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@
* delete functions from the manual page that do nothing in LibreSSLschwarze2019-03-101-5/+2
| | | | | | | and that don't do anything in OpenSSL either; no significant amount of text remains from OpenSSL, so change the Copyright information and license of CRYPTO_set_locking_callback.3; OK inoguchi@ jmc@
* 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.