/openssl/test/testutil/ |
H A D | provider.c | 69 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 D | openssl_user_macros.pod.in | 34 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 D | OpenSSL_version.pod | 78 (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 D | CONF_modules_load_file.pod | 60 fail to start when there are potentially minor issues in the file is too risky.
|
/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 63 my ($major,$minor,$edit,$letter) = 66 return ($major,$minor,$edit,$letter);
|
H A D | config.pm | 372 my ($major, $minor, $patch) = 376 $CCVER = ( $major * 100 + $minor ) * 100 + $patch;
|
/openssl/test/ |
H A D | testutil.h | 257 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 D | release-version-fn.sh | 82 minor )
|
H A D | release-state-fn.sh | 142 *+minor )
|
/openssl/dev/ |
H A D | release.sh | 28 where '{major}' and '{minor}' are the major and minor 177 major+major | minor+minor )
|
/openssl/include/openssl/ |
H A D | opensslv.h.in | 30 # define OPENSSL_VERSION_MINOR {- $config{minor} -}
|
H A D | asn1t.h.in | 685 * the ASN1 encoding and decoding. It can be used to provide minor
|
/openssl/doc/internal/man7/ |
H A D | VERSION.pod | 63 =item $config{major}, $config{minor}, $config{patch}, $config{shlib_version}
|
/openssl/doc/man1/ |
H A D | openssl-rehash.pod.in | 38 except for minor differences noted below.
|
/openssl/ |
H A D | README-PROVIDERS.md | 61 In some cases, there may be minor behavioural differences between algorithm
|
H A D | README-FIPS.md | 12 possible to validate every minor release of OpenSSL.
|
H A D | NOTES-WINDOWS.md | 122 Where `<version>` is the major.minor version of the library being
|
H A D | Configure | 351 $config{minor} = $version{MINOR} // 'unknown'; 1750 $config{api} = $config{major} * 10000 + $config{minor} * 100
|
H A D | README-ENGINES.md | 173 might possibly be useful if there is a minor version conflict and you
|
/openssl/doc/designs/quic-design/ |
H A D | quic-requirements.md | 138 make minor changes.
|
H A D | quic-io-arch.md | 25 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 D | Changes | 277 - Various minor documentation fixes.
|
/openssl/doc/designs/ddd/ |
H A D | REPORT.md | 321 demos using QUIC were highly limited in scope and mostly constituted only minor
|
/openssl/Configurations/ |
H A D | windows-makefile.tmpl | 46 MINOR={- $config{minor} -}
|
H A D | descrip.mms.tmpl | 306 MINOR={- $config{minor} -}
|