Major cleanup.
authorschwarze <schwarze@openbsd.org>
Thu, 22 Jul 2021 19:09:26 +0000 (19:09 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 22 Jul 2021 19:09:26 +0000 (19:09 +0000)
commite69a52984a497a90190e042aa27bf99bff1a6e11
tree3e846e932b08c29e826f20d785cedd6f3ff236af
parent7ab3c70152ceec36d96c6baa2a54b8a5a6fb99bb
Major cleanup.
1. Fix the order of functions to match the order they occur in
application code, making the text significantly easier to follow.
2. Do not use the same argument placeholder *sk for several different
things; call the arguments *trusted, *untrusted, and *crls as
appropriate.
3. Avoid using the word "initialised" for two different concepts
in the same manual page; it was sometimes intended to mean "fill
with zeros" and sometimes "replace the zeros with useful data".
4. Generally, make the text more precise, more straightforward,
and shorter (-84 +65 lines of mdoc code).
lib/libcrypto/man/X509_STORE_CTX_new.3