Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor polishing: | schwarze | 2020-06-04 | 1 | -4/+10 |
| | | | | | | * below SEE ALSO, point to the most similar function that is not deprecated * add a comment saying why ERR_load_ERR_strings() is intentionally undocumented * update the comment specifying the merge status | ||||
* | Further improve the documentation of library initialization and configuration. | schwarze | 2019-06-14 | 1 | -23/+6 |
| | | | | | | | | | Among other improvements: * Use a uniform wording at the top of the DECSRIPTION for obsolete pages. * Better explain how to use a non-standard configuration file. * Remove obsolete functions from SEE ALSO. Triggered by some suggestions from tb@. Tweaks and OK tb@. | ||||
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | schwarze | 2018-03-27 | 1 | -6/+9 |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | ||||
* | bn.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-20 | 1 | -5/+7 |
| | |||||
* | Document ERR_load_BN_strings(3). | schwarze | 2017-01-26 | 1 | -11/+47 |
| | | | | | | | | | | | | | | | | | jsing@ confirmed that this function is public and worth documenting. This page needs much more work, it is outrageously incomplete and unclear. For example, it remains unexplained what error strings are, what "registering" means and what the benefit for the application is, what happens if it is not done, or what happens if an error occurs after calling ERR_free_strings(3). I tried to read the code, but it is so contorted that i postponed that work. For example, it looks like there are hooks for applications to replace the functions used for registering strings by other, application-supplied functions, and, of course, there are many levels of macro and function wrappers. For now, i only documented the most obvious BUGS. | ||||
* | Copyright and license | schwarze | 2016-11-23 | 1 | -2/+50 |
| | |||||
* | various cleanup; | jmc | 2016-11-17 | 1 | -3/+3 |
| | |||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -1/+3 |
| | |||||
* | convert ERR manuals from pod to mdoc; while reading this, | schwarze | 2016-11-02 | 1 | -0/+48 |
i wtfed, laughed, puked, and cried in more or less that order... |