Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | delete prototypes available in other pages and add three missing .Xr links | schwarze | 2016-11-06 | 1 | -179/+7 | |
| | ||||||
* | delete prototypes available in other pages and add two missing .Xr links | schwarze | 2016-11-06 | 1 | -158/+3 | |
| | ||||||
* | add an .Xr that was missing | schwarze | 2016-11-06 | 1 | -1/+2 | |
| | ||||||
* | document BN_set_negative() and BN_is_negative(); | schwarze | 2016-11-05 | 6 | -516/+69 | |
| | | | | feedback and OK bcook@, OK jsing@ | |||||
* | after getting rid of the pod files, clean up the Makefiles; ok bcook@ | schwarze | 2016-11-05 | 1 | -11/+5 | |
| | ||||||
* | minor mandoc -Tlint nits | schwarze | 2016-11-05 | 3 | -9/+8 | |
| | ||||||
* | add the missing content, sorry for committing an empty file | schwarze | 2016-11-05 | 1 | -0/+69 | |
| | ||||||
* | convert the remaining manual pages from pod to mdoc | schwarze | 2016-11-05 | 13 | -28/+3615 | |
| | ||||||
* | further tweakage, with an improvement from joel; | jmc | 2016-11-05 | 1 | -5/+5 | |
| | | | | ok jsing schwarze | |||||
* | tweak previous | schwarze | 2016-11-04 | 1 | -34/+39 | |
| | ||||||
* | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | beck | 2016-11-04 | 2 | -1/+96 | |
| | | | | | | functions.. document with a man page. bump majors on libtls, libssl, libcrypto ok jsing@ guenther@ | |||||
* | convert X509 manuals from pod to mdoc | schwarze | 2016-11-04 | 20 | -20/+2566 | |
| | ||||||
* | convert RSA manuals from pod to mdoc | schwarze | 2016-11-04 | 16 | -16/+1919 | |
| | ||||||
* | convert RAND manuals from pod to mdoc | schwarze | 2016-11-03 | 6 | -6/+204 | |
| | ||||||
* | zap the overview manual page of the RAND subsystem | schwarze | 2016-11-03 | 1 | -2/+1 | |
| | | | | | that contained nothing but duplicate and misleading information; OK jsing@ | |||||
* | convert PEM and PKCS manuals from pod to mdoc | schwarze | 2016-11-03 | 14 | -14/+2231 | |
| | ||||||
* | convert configuration manuals from pod to mdoc | schwarze | 2016-11-03 | 5 | -5/+340 | |
| | ||||||
* | convert remaining ASN1 object manuals from pod to mdoc | schwarze | 2016-11-03 | 3 | -3/+299 | |
| | ||||||
* | convert HMAC and MD5 manuals from pod to mdoc | schwarze | 2016-11-03 | 3 | -3/+393 | |
| | ||||||
* | convert EVP manuals from pod to mdoc | schwarze | 2016-11-03 | 25 | -10/+4229 | |
| | ||||||
* | convert ERR manuals from pod to mdoc; while reading this, | schwarze | 2016-11-02 | 12 | -10/+963 | |
| | | | | i wtfed, laughed, puked, and cried in more or less that order... | |||||
* | convert DSA and EC manuals from pod to mdoc | schwarze | 2016-11-02 | 17 | -11/+2658 | |
| | ||||||
* | convert DES and DH manuals from pod to mdoc | schwarze | 2016-11-02 | 8 | -8/+1244 | |
| | ||||||
* | Fix some broken .Xr links, loosely based on a diff | schwarze | 2016-10-05 | 1 | -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 idea | schwarze | 2016-09-05 | 18 | -2127/+1 | |
| | ||||||
* | Make tree build again | beck | 2016-09-03 | 1 | -2/+2 | |
| | ||||||
* | On systems where we do not have BN_ULLONG defined (most 64-bit systems), | bcook | 2016-07-05 | 1 | -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 function | jmc | 2016-03-30 | 1 | -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 earlier | schwarze | 2016-03-26 | 1 | -2/+9 | |
| | | | | | such that the MLINKS removal can be committed after this; OK jmc@ | |||||
* | Remove sentences in RETURN VALUES sections saying that functions with | mmcc | 2016-03-12 | 2 | -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). | schwarze | 2015-11-24 | 2 | -26/+26 | |
| | | | | Issue noticed by jmc@, OK jmc@. | |||||
* | Partial revert of revision 1.26: | schwarze | 2015-11-21 | 1 | -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; | jmc | 2015-11-15 | 1 | -2/+2 | |
| | ||||||
* | add mul and mul_add to NAME; | jmc | 2015-11-12 | 1 | -0/+4 | |
| | ||||||
* | update cross references after deleting the imaginary MLINKS | schwarze | 2015-11-12 | 1 | -2/+2 | |
| | | | | bn_internal(3) and lhash(3) | |||||
* | Convert the handful of manuals that had imaginary names, | schwarze | 2015-11-12 | 7 | -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 mlink | jmc | 2015-11-11 | 2 | -5/+11 | |
| | | | | | | entry for them; feedback/ok schwarze | |||||
* | Convert five more manuals from POD to mdoc. | schwarze | 2015-11-11 | 6 | -5/+638 | |
| | | | | | I found drafts of these in my tree, probably originally from Max Fillinger, that just needed minor polishing. | |||||
* | Convert and enable CMS manuals. | schwarze | 2015-11-11 | 17 | -19/+2040 | |
| | | | | Already some time ago, bcook@ said these can be installed. | |||||
* | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, | reyk | 2015-11-02 | 1 | -3/+30 | |
| | | | | | | | | | "ChaCha20 and Poly1305 for IETF Protocols", introduced a modified AEAD construction that is incompatible with the common style that has been already used in TLS with EVP_aead_chacha20_poly1305(). The IETF version also adds a constant (salt) that is prepended to the nonce. OK mikeb@ jsing@ | |||||
* | tweak previous (two details i apparently missed) | schwarze | 2015-10-14 | 1 | -4/+6 | |
| | ||||||
* | Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API. | reyk | 2015-10-14 | 2 | -1/+277 | |
| | | | | | | | | | | | | The "authenticated encryption with additional data" API is used for ciphers like AES-GCM or ChaCha20-Poly1305. The manpage is a beginning and certainly needs more work, especially improvements in the EXAMPLES section. Based on agl's source code comments. Converted from pod to mandoc by schwarze@ OK schwarze@ jsing@ | |||||
* | typos in documentation; better wording, suggested by jmc@libressl-v2.3.0 | sobrado | 2015-09-22 | 2 | -4/+4 | |
| | | | | ok jmc@ | |||||
* | Remove more EVP_sha() SHA-0 references. | bcook | 2015-09-17 | 1 | -2/+1 | |
| | ||||||
* | Temporarily revive MD4 for MS CHAP support. | doug | 2015-09-14 | 1 | -1/+11 | |
| | ||||||
* | Remove MD4 support from LibreSSL. | doug | 2015-09-13 | 1 | -11/+1 | |
| | | | | | | | | MD4 should have been removed a long time ago. Also, RFC 6150 moved it to historic in 2011. Rides the major crank from removing SHA-0. Discussed with many including beck@, millert@, djm@, sthen@ ok jsing@, input + ok bcook@ | |||||
* | Add missing CVS Mdocdate tags. No text change, except for the change | schwarze | 2015-09-09 | 16 | -16/+16 | |
| | | | | of date that can't be helped. | |||||
* | spelling; ok deraadt | jmc | 2015-08-02 | 2 | -4/+4 | |
| | ||||||
* | double word fix. | sobrado | 2015-07-25 | 1 | -2/+2 | |
| | | | | ok jmc@, schwarze@ | |||||
* | an TLS -> a TLS; from thanos tsouanas | jmc | 2015-07-24 | 1 | -2/+2 | |
| |