Home
last modified time | relevance | path

Searched refs:major (Results 1 – 25 of 32) 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()
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 Dopenssl_user_macros.pod.in34 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 Dopenssl-threads.pod23 One major use of the OpenSSL thread API is to implement reference counting.
H A Dopenssl-qlog.pod177 breaking ways in the future, including in non-major releases of OpenSSL. The
H A DOSSL_PROVIDER-FIPS.pod485 release within the same major release series. This flexibility enables
H A Dossl-guide-migration.pod46 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 Dossl-guide-quic-client-block.pod87 A major difference between TLS and QUIC is the underlying transport protocol.
H A Dfips_module.pod597 release within the same major release series. This flexibility enables
/openssl/doc/man3/
H A DOpenSSL_version.pod77 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 DRAND_bytes.pod53 On all major platforms supported by OpenSSL (including the Unix-like platforms
/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/
H A Drelease.sh28 where '{major}' and '{minor}' are the major and minor
177 major+major | minor+minor )
/openssl/doc/designs/quic-design/
H A Dquic-requirements.md50 * 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 Dquic-connID-retire.md9 MVP does most of one side of the CID management. The major outstanding items
/openssl/include/openssl/
H A Dopensslv.h.in29 # define OPENSSL_VERSION_MAJOR {- $config{major} -}
H A Dasn1t.h.in689 * error has occurred and the main operation should be abandoned. If major
/openssl/doc/internal/man7/
H A DVERSION.pod63 =item $config{major}, $config{minor}, $config{patch}, $config{shlib_version}
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md59 This file gets sorted alphabetically prior to each major release,
/openssl/
H A DNOTES-WINDOWS.md122 Where `<version>` is the major.minor version of the library being
H A DConfigure350 $config{major} = $version{MAJOR} // 'unknown';
1750 $config{api} = $config{major} * 10000 + $config{minor} * 100
H A DNEWS.md4 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 DREADME.md4 This "description" (if one chooses to call it that) needed some major updating
/openssl/external/perl/Text-Template-1.56/
H A DLICENSE325 equivalent medium, or placing the modifications on a major archive site

Completed in 96 milliseconds

12