Add a section "NAMING CONVENTIONS".
authorschwarze <schwarze@openbsd.org>
Thu, 9 Dec 2021 15:11:48 +0000 (15:11 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 9 Dec 2021 15:11:48 +0000 (15:11 +0000)
commit74224f7d1cd8e46ae1a87786e4a61ad787dafdb8
tree2a6fc540d2a47d273b42ab40e8c3fba075a98d99
parent0e145d8960be2eb44a7b1b65dd9669478db37736
Add a section "NAMING CONVENTIONS".

There is no need to explain well-known acronyms that are widely
used outside OpenSSL, too (like AES, ASN.1, CMS, ECDSA, PKCS...),
but OpenSSL uses plenty of idiosyncratic naming elements that
deserve to be explained (like d2i, ex, get0, ndef, sk, ...).

Requested by jsing@; feedback and OK tb@.
lib/libcrypto/man/crypto.3