Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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@ | 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 | |
| | ||||||
* | Remove obsolete MDC-2DES from libcrypto. | doug | 2015-06-20 | 1 | -2/+1 | |
| | | | | ok deraadt@ jsing@ miod@ | |||||
* | Maximilian dot Fillinger at uni-duesseldorf dot de | schwarze | 2015-05-24 | 2 | -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) conversion | schwarze | 2015-02-23 | 19 | -3/+2521 | |
| | ||||||
* | third batch of perlpod(1) to mdoc(7) conversion | schwarze | 2015-02-16 | 13 | -3/+2121 | |
| | ||||||
* | second batch of perlpod(1) to mdoc(7) conversion | schwarze | 2015-02-14 | 12 | -4/+1381 | |
| | ||||||
* | While doing development work on pod2mdoc(1), | schwarze | 2015-02-14 | 6 | -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 because | schwarze | 2015-01-16 | 1 | -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 wrong | schwarze | 2014-12-06 | 1 | -5/+1 | |
| | ||||||
* | A few more MLINKs. | miod | 2014-09-16 | 1 | -1/+7 | |
| | ||||||
* | more MLINKS | miod | 2014-07-12 | 1 | -1/+56 | |
| | ||||||
* | more MLINKs | miod | 2014-07-12 | 1 | -1/+4 | |
| | ||||||
* | add comment about format requirements | beck | 2014-07-11 | 1 | -1/+3 | |
| | | | | ok miod@ | |||||
* | Huge documentation update for libcrypto and libssl, mostly from Matt Caswell, | miod | 2014-07-11 | 1 | -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 mlinks | beck | 2014-07-11 | 1 | -8/+1 | |
| | | | | ok bcook@ | |||||
* | Correct incorrect mlinks | beck | 2014-07-11 | 1 | -5/+1 | |
| | | | | ok bcook@ | |||||
* | Fix incorrect mlinks | beck | 2014-07-11 | 1 | -3/+1 | |
| | | | | ok bcook@ | |||||
* | Update to match the current state of crypto/rand, and remove MLINKS for | miod | 2014-07-09 | 1 | -3/+1 | |
| | | | | RAND_event and RAND_screen. | |||||
* | egd is gone | deraadt | 2014-04-19 | 1 | -3/+1 | |
| | ||||||
* | unbreak install; /usr/share/man/man3/EVP_PKEY_print_private.3 should link to | sthen | 2014-04-16 | 1 | -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 conflicting | mpi | 2014-04-16 | 1 | -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 well | miod | 2014-04-11 | 1 | -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. |