openssl/doc
Petr Gotthard 7dc67708c8 apps/openssl: add -propquery command line option
Fixes #13656. Right now all openssl commands use a NULL propq. This
patch adds a possibility to specify a custom propq.

The implementation follows the example of set_nameopt/get_nameopt.

Various tools had to be modified to call app_get0_propq after it has
been populated. Otherwise the -propquery has no effect.

The tests then verify the -propquery affects the tool behaviour by
requesting a non-existing property.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13707)
2021-02-05 10:24:04 +10:00
..
HOWTO
images
internal Ensure the EVP_PKEY operation_cache is appropriately locked 2021-02-02 12:21:33 +00:00
man1 apps/openssl: add -propquery command line option 2021-02-05 10:24:04 +10:00
man3 Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stack 2021-02-04 07:28:11 +01:00
man5 Update copyright year 2021-01-28 13:54:57 +01:00
man7 Fix parameter types in sshkdf 2021-01-28 16:05:50 +01:00
build.info
dir-locals.example.el
fingerprints.txt
openssl-c-indent.el
perlvars.pm apps/openssl: add -propquery command line option 2021-02-05 10:24:04 +10: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