openssl/doc/man7
Richard Levitte fcd2d5a612 Refactor the computation of API version limits
Previously, the API version limit was indicated with a numeric version
number.  This was "natural" in the pre-3.0.0 because the version was
this simple number.

With 3.0.0, the version is divided into three separate numbers, and
it's only the major number that counts, but we still need to be able
to support pre-3.0.0 version limits.

Therefore, we allow OPENSSL_API_COMPAT to be defined with a pre-3.0.0
style numeric version number or with a simple major number, i.e. can
be defined like this for any application:

    -D OPENSSL_API_COMPAT=0x10100000L
    -D OPENSSL_API_COMPAT=3

Since the pre-3.0.0 numerical version numbers are high, it's easy to
distinguish between a simple major number and a pre-3.0.0 numerical
version number and to thereby support both forms at the same time.

Internally, we define the following macros depending on the value of
OPENSSL_API_COMPAT:

    OPENSSL_API_0_9_8
    OPENSSL_API_1_0_0
    OPENSSL_API_1_1_0
    OPENSSL_API_3

They indicate that functions marked for deprecation in the
corresponding major release shall not be built if defined.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7724)
2018-12-06 12:24:48 +01:00
..
bio.pod Fix minor typo in bio.pod 2017-12-12 12:31:12 -05:00
crypto.pod Fix referenses in section 7 manuals 2016-11-11 13:06:43 +01:00
ct.pod Fix many doc L<> errors 2017-03-11 08:56:44 -05:00
des_modes.pod Use 'over 2' for bullet lists. 2017-04-07 13:48:19 -04:00
Ed25519.pod Support EdDSA in apps/speed 2018-09-07 14:39:19 +08:00
evp.pod Update copyright years on all files merged since Jan 1st 2018 2018-01-09 05:49:01 +01:00
EVP_MAC_CMAC.pod doc/man7/EVP_MAC_*.pod: incorrect english corrected 2018-11-02 15:00:26 +01:00
EVP_MAC_GMAC.pod GMAC implementation 2018-11-05 08:09:41 +10:00
EVP_MAC_HMAC.pod doc/man7/EVP_MAC_*.pod: incorrect english corrected 2018-11-02 15:00:26 +01:00
EVP_MAC_KMAC.pod KMAC implementation using EVP_MAC 2018-11-14 07:01:09 +10:00
EVP_MAC_POLY1305.pod Add poly1305 MAC support 2018-11-05 13:07:07 +08:00
EVP_MAC_SIPHASH.pod doc/man7/EVP_MAC_*.pod: incorrect english corrected 2018-11-02 15:00:26 +01:00
openssl_user_macros.pod.in Refactor the computation of API version limits 2018-12-06 12:24:48 +01:00
ossl_store-file.pod Document UTF-8 expectation for pass phrases passed to OSSL_STORE 2018-06-07 13:25:03 +02:00
ossl_store.pod Document UTF-8 expectation for pass phrases passed to OSSL_STORE 2018-06-07 13:25:03 +02:00
passphrase-encoding.pod doc/man7/passphrase-encoding.pod: Make consistent 2018-06-13 10:27:03 +02:00
RAND.pod Fix & update documentation about RAND_priv_bytes() 2018-06-19 17:06:38 +02:00
RAND_DRBG.pod Update RAND_DRBG.pod 2018-09-17 01:56:47 +03:00
RSA-PSS.pod Split the scrypt and RSA-PSS into man3 and man7 pages 2018-04-13 11:55:13 +02:00
scrypt.pod docs: Fix typo EVP_PKEY_new_id -> EVP_PKEY_CTX_new_id 2018-05-04 19:52:01 +02:00
SM2.pod Add missing SM2err and fix doc nits 2018-09-07 18:12:26 +08:00
ssl.pod SRP module documentation 2018-11-15 10:53:47 +00:00
x509.pod Suggestion for improvements to x509.pod 2017-12-25 21:11:53 -06:00
X25519.pod Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key() 2018-03-15 12:47:27 +00:00