summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_get_ex_new_index.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ex data for ENGINEs is no longer a thingtb2023-11-191-9/+2
|
* Mention which functions are implemented as macros in the few casesschwarze2023-11-161-2/+2
| | | | where that information was missing.
* fix typo: exdata -> ex_dataschwarze2023-11-161-4/+4
|
* Remove documentation of ECDH/ECDSA ex_data APItb2023-07-211-21/+3
|
* Document the deprecated wrappers BIO_set_app_data(3) and BIO_get_app_data(3).schwarze2022-12-231-5/+36
| | | | Some code roams the wild still calling them.
* document EC_KEY_get_ex_new_index(3), EC_KEY_get_ex_data(3),schwarze2019-08-161-4/+14
| | | | and EC_KEY_set_ex_data(3)
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-3/+5
| | | | | | | | | | | 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@
* Add several missing .In linesschwarze2019-06-041-3/+13
| | | | | and add a sentence pointing to the detailed description in RSA_get_ex_new_index(3), worded like in DH_get_ex_new_index(3).
* SEE ALSO and HISTORYschwarze2018-04-181-2/+5
|
* crypto HISTORY up to 0.9.8; researched from OpenSSL gitschwarze2018-03-231-2/+12
|
* crypto HISTORY up to 0.9.7; researched from OpenSSL gitschwarze2018-03-221-1/+8
|
* crypto HISTORY up to 0.9.5; researched from OpenSSL gitschwarze2018-03-221-2/+9
|
* bio.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze2018-03-211-2/+9
|
* Add the missing RETURN VALUES section;schwarze2018-02-121-3/+15
| | | | from Paul Yang via OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800.
* resolve duplication of names and prototypes in manuals related to ex_dataschwarze2017-01-061-16/+5
| | | | and sprinkle cross references instead; more work is obviously needed here
* fix double word;jmc2016-11-181-2/+2
|
* import from OpenSSL;schwarze2016-11-181-0/+135
the referenced CRYPTO_get_ex_new_index(3) will follow shortly