Lines Matching +full:version +full:- +full:minor
1 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH OPENSSL_VERSION 3ossl 2025-09-30 3.5.4 OpenSSL
70 \&\- get OpenSSL version number and other information
111 \&\fBOPENSSL_VERSION_PATCH\fR represent the three parts of a version
115 indicates that this is a pre-release version, such as \f(CW"\-dev"\fR for an
116 ongoing development snapshot or \f(CW"\-alpha3"\fR for an alpha release.
124 \&\fBOPENSSL_VERSION_STR\fR is a convenience macro to get the short version
128 version identifier string, which combines \fBOPENSSL_VERSION_STR\fR,
132 version text, which includes \fBOPENSSL_FULL_VERSION_STR\fR and the release
136 version for the headers in use is at least at the given pre-requisite major
137 (\fBmaj\fR) and minor (\fBmin\fR) number or not. It will evaluate to true if the
138 header version number (\fBOPENSSL_VERSION_MAJOR\fR.\fBOPENSSL_VERSION_MINOR\fR) is
141 \&\fBOPENSSL_VERSION_NUMBER\fR is a combination of the major, minor and
142 patch version into a single integer 0xMNN00PP0L, where:
208 \&\f(CW\*(C`SOFTWARE\eWOW6432Node\eOpenSSL\-{major}.{minor}\-{context}\*(C'\fR, where \f(CW\*(C`{ma…
209 \&\f(CW\*(C`{minor}\*(C'\fR and \f(CW\*(C`{context}\*(C'\fR are OpenSSL's major version number, min…
254 \&\f(CW\*(C`SOFTWARE\eWOW6432Node\eOpenSSL\-{major}.{minor}\-{context}\*(C'\fR, where \f(CW\*(C`{ma…
255 \&\f(CW\*(C`{minor}\*(C'\fR and \f(CW\*(C`{context}\*(C'\fR are OpenSSL's major version number, min…
264 return the version number parts as integers.
287 Copyright 2018\-2025 The OpenSSL Project Authors. All Rights Reserved.