summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OPENSSL_sk_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spellingjsg2021-03-121-3/+3
|
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-2/+4
| | | | | | | | | | | 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@
* typo: macro-generates wrappers -> macro-generated wrapperstb2018-08-081-3/+3
|
* When you replace an element in a sorted array with somethingschwarze2018-04-011-12/+4
| | | | | | | | | | | | | | | | arbitrarily different, the array is in general no longer sorted. This commit copies a small hidden bugfix from the OpenSSL commit https://github.com/openssl/openssl/commit/fbb7b33b the rest of which is merely cosmetics. I discovered the bug independently while documenting sk_find(3). Keep the library's idea of when an empty stack or a one-element stack is sorted and when it is not bug-compatible with OpenSSL, even though in fact, empty and one-element stacks are of course always sorted. OK beck@
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-10/+9
| | | | on the web, so fix up SSLeay HISTORY accordingly
* crypto HISTORY up to 0.9.8; researched from OpenSSL gitschwarze2018-03-231-2/+6
|
* crypto HISTORY up to 0.9.7h; researched from OpenSSL gitschwarze2018-03-221-1/+5
|
* crypto HISTORY up to 0.9.6; researched from OpenSSL gitschwarze2018-03-221-2/+6
|
* crypto HISTORY up to 0.9.4; researched from OpenSSL gitschwarze2018-03-211-2/+5
|
* crypto HISTORY up to 0.9.3; researched from OpenSSL gitschwarze2018-03-211-1/+5
|
* stack.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-6/+28
|
* Two new manual pages OPENSSL_sk_new(3) and STACK_OF(3), written fromschwarze2018-03-011-0/+563
scratch, tweaks and OK jsing@ and jmc@.