openssl/doc
Ingo Franzki f77fafd16e Make ERR_count_to_mark() available to providers via 'in' dispatch array
Functions like ERR_set_mark(), ERR_clear_last_mark(), and ERR_pop_to_mark()
are already passed to the a provider via the 'in' dispatch array of the
provider initialization function (although the documentation did not
mention them).

Also pass ERR_count_to_mark() to the provider the same way, and update
the documentation to mention all four functions.

Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28073)
2025-07-30 18:27:08 +02:00
..
HOWTO Document update for keys.txt 2025-04-15 17:15:23 +01:00
designs Introduce SSL_OP_SERVER_PREFERENCE to replace SSL_OP_CIPHER_SERVER_PREFERENCE misnomer 2025-07-09 12:10:57 +02:00
images update logo 2024-10-21 11:49:25 +01:00
internal Fix internal documentation of ossl_namemap_num2name() 2025-07-01 19:11:09 +02:00
life-cycles Add EVP_DigestSqueeze() API. 2023-11-10 13:27:00 +01:00
man1 Implement KEMRecipientInfo (RFC9629) in CMS 2025-07-30 11:39:04 +02:00
man3 Implement KEMRecipientInfo (RFC9629) in CMS 2025-07-30 11:39:04 +02:00
man5 Update FIPS provider doc to match the current code. 2025-07-01 20:47:08 +02:00
man7 Make ERR_count_to_mark() available to providers via 'in' dispatch array 2025-07-30 18:27:08 +02:00
README.md Update doc README URLs 2025-03-03 09:40:30 +01:00
build.info Add LMS documentation 2025-07-10 19:04:37 +10:00
build.info.in
dir-locals.example.el
fingerprints.txt Drop the old PGP key fingerprint 2024-06-06 16:03:38 +02:00
openssl-c-indent.el
perlvars.pm Copyright year updates 2025-03-12 13:35:59 +00:00
sbom.cdx.json Add a SBOM template in CycloneDX format 2025-04-03 09:11:29 +02:00

README.md

OpenSSL Documentation

README.md This file

fingerprints.txt PGP fingerprints of authorised release signers

HOWTO/ A few how-to documents; not necessarily up-to-date

man1/ The openssl command-line tools; start with openssl.pod

man3/ The SSL library and the crypto library

man5/ File formats

man7/ Overviews; start with crypto.pod and ssl.pod, for example Algorithm specific EVP_PKEY documentation.

Formatted versions of the manpages (apps,ssl,crypto) can be found at https://docs.openssl.org/master/