Lines Matching +full:version +full:- +full:minor
11 - get OpenSSL version number and other information
52 B<OPENSSL_VERSION_PATCH> represent the three parts of a version
53 identifier, B<I<MAJOR>.I<MINOR>.I<PATCH>>.
56 indicates that this is a pre-release version, such as C<"-dev"> for an
57 ongoing development snapshot or C<"-alpha3"> for an alpha release.
65 B<OPENSSL_VERSION_STR> is a convenience macro to get the short version
66 identifier string, C<"I<MAJOR>.I<MINOR>.I<PATCH>">.
69 version identifier string, which combines B<OPENSSL_VERSION_STR>,
73 version text, which includes B<OPENSSL_FULL_VERSION_STR> and the release
77 version for the headers in use is at least at the given pre-requisite major
78 (B<maj>) and minor (B<min>) number or not. It will evaluate to true if the
79 header version number (B<OPENSSL_VERSION_MAJOR>.B<OPENSSL_VERSION_MINOR>) is
82 B<OPENSSL_VERSION_NUMBER> is a combination of the major, minor and
83 patch version into a single integer 0xMNN00PP0L, where:
170 C<SOFTWARE\WOW6432Node\OpenSSL-{major}.{minor}-{context}>, where C<{major}>,
171 C<{minor}> and C<{context}> are OpenSSL's major version number, minor version
228 C<SOFTWARE\WOW6432Node\OpenSSL-{major}.{minor}-{context}>, where C<{major}>,
229 C<{minor}> and C<{context}> are OpenSSL's major version number, minor version
241 return the version number parts as integers.
268 Copyright 2018-2025 The OpenSSL Project Authors. All Rights Reserved.