summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add the correct Copyright and license.schwarze2016-11-101-2/+55
| | | | Mention that ASN1_OBJECT_free(NULL) is OK.
* some cleanup;jmc2016-11-0811-63/+62
|
* various cleanup;jmc2016-11-0721-200/+193
|
* some cleanup;jmc2016-11-061-31/+28
|
* sort SEE ALSO;jmc2016-11-061-2/+2
|
* document EVP_PKEY_get_default_digest_nid(3) in one page, not in twoschwarze2016-11-062-8/+4
|
* some minor cleanup;jmc2016-11-065-43/+42
|
* spacing between macro args and punctuation;jmc2016-11-062-4/+4
|
* document ENGINE_add_conf_module(3) in one page, not in twoschwarze2016-11-061-3/+2
|
* document BIO_set_fd() and BIO_get_fd() in one manual page, not in two;schwarze2016-11-062-60/+32
| | | | general direction discussed yesterday with bcook@
* delete prototypes available in other pages and add a missing .Xr linkschwarze2016-11-061-102/+2
|
* delete prototypes available in other pages and add two missing .Xr linksschwarze2016-11-064-756/+216
|
* first pass; ok schwarzejmc2016-11-06185-249/+620
|
* delete prototypes available in other pages and add three missing .Xr linksschwarze2016-11-061-179/+7
|
* delete prototypes available in other pages and add two missing .Xr linksschwarze2016-11-061-158/+3
|
* add an .Xr that was missingschwarze2016-11-061-1/+2
|
* document BN_set_negative() and BN_is_negative();schwarze2016-11-056-516/+69
| | | | feedback and OK bcook@, OK jsing@
* after getting rid of the pod files, clean up the Makefiles; ok bcook@schwarze2016-11-051-11/+5
|
* minor mandoc -Tlint nitsschwarze2016-11-053-9/+8
|
* add the missing content, sorry for committing an empty fileschwarze2016-11-051-0/+69
|
* convert the remaining manual pages from pod to mdocschwarze2016-11-0513-28/+3615
|
* further tweakage, with an improvement from joel;jmc2016-11-051-5/+5
| | | | ok jsing schwarze
* tweak previousschwarze2016-11-041-34/+39
|
* make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenbeck2016-11-042-1/+96
| | | | | | functions.. document with a man page. bump majors on libtls, libssl, libcrypto ok jsing@ guenther@
* convert X509 manuals from pod to mdocschwarze2016-11-0420-20/+2566
|
* convert RSA manuals from pod to mdocschwarze2016-11-0416-16/+1919
|
* convert RAND manuals from pod to mdocschwarze2016-11-036-6/+204
|
* zap the overview manual page of the RAND subsystemschwarze2016-11-031-2/+1
| | | | | that contained nothing but duplicate and misleading information; OK jsing@
* convert PEM and PKCS manuals from pod to mdocschwarze2016-11-0314-14/+2231
|
* convert configuration manuals from pod to mdocschwarze2016-11-035-5/+340
|
* convert remaining ASN1 object manuals from pod to mdocschwarze2016-11-033-3/+299
|
* convert HMAC and MD5 manuals from pod to mdocschwarze2016-11-033-3/+393
|
* convert EVP manuals from pod to mdocschwarze2016-11-0325-10/+4229
|
* convert ERR manuals from pod to mdoc; while reading this,schwarze2016-11-0212-10/+963
| | | | i wtfed, laughed, puked, and cried in more or less that order...
* convert DSA and EC manuals from pod to mdocschwarze2016-11-0217-11/+2658
|
* convert DES and DH manuals from pod to mdocschwarze2016-11-028-8/+1244
|
* 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.
* remove CMS manuals; beck@ agress with the general ideaschwarze2016-09-0518-2127/+1
|
* Make tree build againbeck2016-09-031-2/+2
|
* On systems where we do not have BN_ULLONG defined (most 64-bit systems),bcook2016-07-051-2/+3
| | | | | | | | | | | | | | BN_mod_word() can return incorrect results if the supplied modulus is too big, so we need to fall back to BN_div_word. Now that BN_mod_word may fail, handle errors properly update the man page. Thanks to Brian Smith for pointing out these fixes from BoringSSL: https://boringssl.googlesource.com/boringssl/+/67cb49d045f04973ddba0f92fe8a8ad483c7da89 https://boringssl.googlesource.com/boringssl/+/44bedc348d9491e63c7ed1438db100a4b8a830be ok beck@
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-903/+1
| | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
* fix the last bunch of NAME sections that were overlooked earlierschwarze2016-03-261-2/+9
| | | | | such that the MLINKS removal can be committed after this; OK jmc@
* Remove sentences in RETURN VALUES sections saying that functions withmmcc2016-03-122-8/+2
| | | | | | | | | | | | | void return types 'return no value'. This is obvious and therefore unneccessary to mention. We spare rewind(3)'s sentence because espie@ pointed out that it's a warning - the function masks a potential error. This commit also adds a sentence to X509_free clarifying that it's NULL-safe. This bit was discussed with doug@. ok martijn@, sentiment supported by schwarze@
* Correct file name, no text change (no history yet, but sorry for the churn).schwarze2015-11-242-26/+26
| | | | Issue noticed by jmc@, OK jmc@.
* Partial revert of revision 1.26:schwarze2015-11-211-18/+18
| | | | | Do *not* install the CMS_* manuals for now given that the code is currently disabled. Cluestick applied by jsing@.
* ui_new -> UI_new;jmc2015-11-151-2/+2
|
* add mul and mul_add to NAME;jmc2015-11-121-0/+4
|
* update cross references after deleting the imaginary MLINKSschwarze2015-11-121-2/+2
| | | | bn_internal(3) and lhash(3)
* Convert the handful of manuals that had imaginary names,schwarze2015-11-127-99/+2210
| | | | | give them names that really exist. This also helps jmc@'s ongoing work on improving NAME sections.
* add missing functions to NAME, or otherwise correct the mlinkjmc2015-11-112-5/+11
| | | | | | entry for them; feedback/ok schwarze