/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() 126 return prov.major < major in fips_provider_version_le() 127 || (prov.major == major in fips_provider_version_le() 139 return prov.major < major in fips_provider_version_lt() 140 || (prov.major == major in fips_provider_version_lt() 152 return prov.major > major in fips_provider_version_gt() 153 || (prov.major == major in fips_provider_version_gt() 165 return prov.major > major 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 39 the current known major deprecation points, making them the most 60 I<major> * 10000 + I<minor> * 100 + I<patch> 62 where I<major>, I<minor> and I<patch> are the desired major,
|
H A D | openssl-threads.pod | 23 One major use of the OpenSSL thread API is to implement reference counting.
|
H A D | openssl-qlog.pod | 177 breaking ways in the future, including in non-major releases of OpenSSL. The
|
H A D | OSSL_PROVIDER-FIPS.pod | 485 release within the same major release series. This flexibility enables
|
H A D | ossl-guide-migration.pod | 46 OpenSSL 3.0 is a major release and consequently any application that currently 179 added. OpenSSL versions with the same major number are API and ABI compatible. 180 If the major number changes then API and ABI compatibility is not guaranteed. 184 =head3 Other major new features
|
H A D | ossl-guide-quic-client-block.pod | 87 A major difference between TLS and QUIC is the underlying transport protocol.
|
H A D | fips_module.pod | 597 release within the same major release series. This flexibility enables
|
/openssl/doc/man3/ |
H A D | OpenSSL_version.pod | 77 version for the headers in use is at least at the given pre-requisite major 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 | RAND_bytes.pod | 53 On all major platforms supported by OpenSSL (including the Unix-like platforms
|
/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/ |
H A D | release.sh | 28 where '{major}' and '{minor}' are the major and minor 177 major+major | minor+minor )
|
/openssl/doc/designs/quic-design/ |
H A D | quic-requirements.md | 50 * The next major release number is intended to be reserved for the fully 52 part of this activity - we can change major release numbers even if APIs remain 161 other major implementations and measured by a) handshakes per second
|
H A D | quic-connID-retire.md | 9 MVP does most of one side of the CID management. The major outstanding items
|
/openssl/include/openssl/ |
H A D | opensslv.h.in | 29 # define OPENSSL_VERSION_MAJOR {- $config{major} -}
|
H A D | asn1t.h.in | 689 * error has occurred and the main operation should be abandoned. If major
|
/openssl/doc/internal/man7/ |
H A D | VERSION.pod | 63 =item $config{major}, $config{minor}, $config{patch}, $config{shlib_version}
|
/openssl/doc/HOWTO/ |
H A D | documenting-functions-and-macros.md | 59 This file gets sorted alphabetically prior to each major release,
|
/openssl/ |
H A D | NOTES-WINDOWS.md | 122 Where `<version>` is the major.minor version of the library being
|
H A D | Configure | 350 $config{major} = $version{MAJOR} // 'unknown'; 1750 $config{api} = $config{major} * 10000 + $config{minor} * 100
|
H A D | NEWS.md | 4 This file gives a brief overview of the major changes between each OpenSSL 552 * Changed our version number scheme and set the next major release to 1421 is the result of a major audit of the BIGNUM library.
|
/openssl/crypto/engine/ |
H A D | README.md | 4 This "description" (if one chooses to call it that) needed some major updating
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 325 equivalent medium, or placing the modifications on a major archive site
|