openssl/doc
Richard Levitte 66454bf8ba [design] Functions for explicitly fetched signature algorithms
This design goes into more details what was outlined in the design for
[fetching composite (PKEY) algorithms and using them].

It also changes what functionality will be used for this.  The design for
signature was originally to add modified initializers for DigestSign and
DigestVerify, but recent OTC discussions redirected us to have a closer look
at EVP_PKEY_sign() and EVP_PKEY_verify().

[fetching composite (PKEY) algorithms and using them]:
    ./fetching-composite-algorithms.md

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22672)
2025-05-30 11:30:03 +02:00
..
HOWTO Document update for keys.txt 2025-04-15 17:15:23 +01:00
designs [design] Functions for explicitly fetched signature algorithms 2025-05-30 11:30:03 +02:00
images update logo 2024-10-21 11:49:25 +01:00
internal bn_mul_words.pod: Fix failures in doc-nits check 2025-03-26 15:50:18 +01:00
life-cycles
man1 APPS/x509: add -multi option for outputting all certs found in input 2025-05-14 12:51:42 +02:00
man3 doc: document EVP_PKEY_get_security_category function 2025-05-27 18:01:51 +10:00
man5 Copyright year updates 2025-03-12 13:35:59 +00:00
man7 Document that FIPS provider cannot be used by multiple libcryptos 2025-05-30 08:08:19 +10:00
README.md Update doc README URLs 2025-03-03 09:40:30 +01:00
build.info configutl documentation 2025-05-08 11:05:42 +10:00
build.info.in
dir-locals.example.el
fingerprints.txt
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/