openssl/doc
Tomas Mraz 9a48544058 Make EVP_PKEY_missing_parameters work properly on provided RSA keys
This requires changing semantics of the keymgmt_has()
function a little in the sense that it now returns 1
if the selection has no meaning for the key type. It
was already doing so for ECX keys for example.

The keymgmt_validate function semantics is changed
similarly to allow passing validation on the same
selection that the key returns 1 for.

Fixes #14509

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14511)
2021-03-17 14:57:47 +01:00
..
HOWTO
images
internal Always check CRYPTO_LOCK_{read,write}_lock 2021-03-14 15:33:34 +10:00
man1 apps/ts.c: Allow -untrusted arg to refer to multiple sources 2021-03-13 11:16:13 +01:00
man3 Add some encoder and decoder code examples 2021-03-17 10:17:48 +10:00
man5 rfc2606 compliant example domains for x509v3_config.pod 2021-02-18 17:21:43 +01:00
man7 Make EVP_PKEY_missing_parameters work properly on provided RSA keys 2021-03-17 14:57:47 +01:00
build.info Add new filter BIO BIO_f_readbuffer() 2021-03-11 07:57:31 +10:00
build.info.in Generate doc/build.info with 'make update' rather than on the fly 2021-02-23 18:24:28 +01:00
dir-locals.example.el
fingerprints.txt
openssl-c-indent.el
perlvars.pm Update copyright year 2021-02-18 15:05:17 +00:00
README.md

OpenSSL Documentation

README.md This file

fingerprints.txt PGP fingerprints of authorised release signers

standards.txt standards.txt Moved to the web, https://www.openssl.org/docs/standards.html

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://www.openssl.org/docs/manpages.html