openssl/doc
Bernd Edlinger 712e8debb5 Fix the parameter types of the CRYPTO_EX_dup function type.
This fixes a strict aliasing issue in ui_dup_method_data.

The parameter type of CRYPTO_EX_dup's from_d parameter
is in fact void **, since it points to a pointer.

This function is rarely used, therefore fix the param type
although that may be considered an API breaking change.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2986)
2020-05-23 15:31:14 +02:00
..
HOWTO
images doc: add OpenSSL logo 2020-02-26 21:04:38 +01:00
internal CORE: query for operations only once per provider (unless no_store is true) 2020-05-19 11:02:41 +02:00
man1 There is no -signreq option in CA.pl 2020-05-21 13:28:14 +02:00
man3 Fix the parameter types of the CRYPTO_EX_dup function type. 2020-05-23 15:31:14 +02:00
man5 Use {module,install}-mac, not -checksum 2020-05-19 16:05:56 +02:00
man7 Update documentation following changes of various types 2020-05-16 17:10:03 +01:00
build.info
dir-locals.example.el
fingerprints.txt
openssl-c-indent.el
perlvars.pm
README

README  This file

fingerprints.txt
        PGP fingerprints of authorised release signers

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