openssl/crypto/bio
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
..
b_addr.c Ensure the thread keys are always allocated in the same order 2018-04-20 15:45:06 +02:00
b_dump.c Update copyright year 2018-02-13 13:59:25 +00:00
b_print.c Update copyright year 2018-04-17 15:18:40 +02:00
b_sock.c Refactor the computation of API version limits 2018-12-06 12:24:48 +01:00
b_sock2.c minor fixes for Windows 2018-09-12 09:16:07 +02:00
bf_buff.c Fix invalid function type casts. 2017-12-15 19:33:48 +01:00
bf_lbuf.c Set error code on alloc failures 2018-04-03 11:31:16 -04:00
bf_nbio.c Add missing error code when alloc-return-null 2018-04-26 12:27:46 -04:00
bf_null.c Update copyright year 2018-02-13 13:59:25 +00:00
bio_cb.c BIO range checking. 2017-07-07 07:18:41 +10:00
bio_err.c Add missing error code when alloc-return-null 2018-04-26 12:27:46 -04:00
bio_lcl.h (Re)move some things from e_os.h 2017-08-22 14:15:40 -04:00
bio_lib.c Fix the BIO callback return code handling 2018-10-04 14:16:16 +01:00
bio_meth.c Use void in all function definitions that do not take any arguments 2018-05-11 14:37:48 +02:00
bss_acpt.c Add missing error code when alloc-return-null 2018-04-26 12:27:46 -04:00
bss_bio.c Move e_os.h to be the very first include. 2017-08-30 07:20:44 +10:00
bss_conn.c Add missing error code when alloc-return-null 2018-04-26 12:27:46 -04:00
bss_dgram.c bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest. 2018-07-20 13:40:27 +02:00
bss_fd.c Add comments to NULL func ptrs in bio_method_st 2017-12-18 07:04:48 +10:00
bss_file.c Add comments to NULL func ptrs in bio_method_st 2017-12-18 07:04:48 +10:00
bss_log.c Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h) 2018-09-30 19:46:19 +02:00
bss_mem.c Update copyright year 2018-05-29 13:16:04 +01:00
bss_null.c Update copyright year 2018-02-13 13:59:25 +00:00
bss_sock.c Add comments to NULL func ptrs in bio_method_st 2017-12-18 07:04:48 +10:00
build.info Adapt bf_lbuf for opaque BIO 2016-03-30 04:35:14 +02:00