Home
last modified time | relevance | path

Searched refs:minor (Results 1 – 25 of 29) sorted by relevance

12

/openssl/test/testutil/
H A Dprovider.c69 int major, minor, patch; member
106 return major == prov.major && minor == prov.minor && patch == prov.patch; in fips_provider_version_eq()
116 return major != prov.major || minor != prov.minor || patch != prov.patch; in fips_provider_version_ne()
128 && (prov.minor < minor in fips_provider_version_le()
129 || (prov.minor == minor && prov.patch <= patch))); in fips_provider_version_le()
141 && (prov.minor < minor in fips_provider_version_lt()
142 || (prov.minor == minor && prov.patch < patch))); in fips_provider_version_lt()
154 && (prov.minor > minor in fips_provider_version_gt()
155 || (prov.minor == minor && prov.patch > patch))); in fips_provider_version_gt()
167 && (prov.minor > minor in fips_provider_version_ge()
[all …]
/openssl/doc/man7/
H A Dopenssl_user_macros.pod.in34 represents the major number, C<NN> represents the minor number, and
60 I<major> * 10000 + I<minor> * 100 + I<patch>
62 where I<major>, I<minor> and I<patch> are the desired major,
63 minor and patch components of the version number. For example:
/openssl/doc/man3/
H A DOpenSSL_version.pod78 (B<maj>) and minor (B<min>) number or not. It will evaluate to true if the
82 B<OPENSSL_VERSION_NUMBER> is a combination of the major, minor and
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
H A DCONF_modules_load_file.pod60 fail to start when there are potentially minor issues in the file is too risky.
/openssl/util/perl/OpenSSL/
H A DUtil.pm63 my ($major,$minor,$edit,$letter) =
66 return ($major,$minor,$edit,$letter);
H A Dconfig.pm372 my ($major, $minor, $patch) =
376 $CCVER = ( $major * 100 + $minor ) * 100 + $patch;
/openssl/test/
H A Dtestutil.h257 int fips_provider_version_eq(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
258 int fips_provider_version_ne(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
259 int fips_provider_version_le(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
260 int fips_provider_version_lt(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
261 int fips_provider_version_gt(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
262 int fips_provider_version_ge(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
/openssl/dev/release-aux/
H A Drelease-version-fn.sh82 minor )
H A Drelease-state-fn.sh142 *+minor )
/openssl/dev/
H A Drelease.sh28 where '{major}' and '{minor}' are the major and minor
177 major+major | minor+minor )
/openssl/include/openssl/
H A Dopensslv.h.in30 # define OPENSSL_VERSION_MINOR {- $config{minor} -}
H A Dasn1t.h.in685 * the ASN1 encoding and decoding. It can be used to provide minor
/openssl/doc/internal/man7/
H A DVERSION.pod63 =item $config{major}, $config{minor}, $config{patch}, $config{shlib_version}
/openssl/doc/man1/
H A Dopenssl-rehash.pod.in38 except for minor differences noted below.
/openssl/
H A DREADME-PROVIDERS.md61 In some cases, there may be minor behavioural differences between algorithm
H A DREADME-FIPS.md12 possible to validate every minor release of OpenSSL.
H A DNOTES-WINDOWS.md122 Where `<version>` is the major.minor version of the library being
H A DConfigure351 $config{minor} = $version{MINOR} // 'unknown';
1750 $config{api} = $config{major} * 10000 + $config{minor} * 100
H A DREADME-ENGINES.md173 might possibly be useful if there is a minor version conflict and you
/openssl/doc/designs/quic-design/
H A Dquic-requirements.md138 make minor changes.
H A Dquic-io-arch.md25 would be willing to make minor changes.
50 datagram semantics. These changes are not minor, but there is no way around this
/openssl/external/perl/Text-Template-1.56/
H A DChanges277 - Various minor documentation fixes.
/openssl/doc/designs/ddd/
H A DREPORT.md321 demos using QUIC were highly limited in scope and mostly constituted only minor
/openssl/Configurations/
H A Dwindows-makefile.tmpl46 MINOR={- $config{minor} -}
H A Ddescrip.mms.tmpl306 MINOR={- $config{minor} -}

Completed in 69 milliseconds

12