Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/openssl/test/ssl-tests/
H A D02-protocol-version.cnf5 test-0 = 0-version-negotiation
6 test-1 = 1-version-negotiation
7 test-2 = 2-version-negotiation
8 test-3 = 3-version-negotiation
9 test-4 = 4-version-negotiation
10 test-5 = 5-version-negotiation
11 test-6 = 6-version-negotiation
12 test-7 = 7-version-negotiation
13 test-8 = 8-version-negotiation
14 test-9 = 9-version-negotiation
[all …]
H A D07-dtls-protocol-version.cnf5 test-0 = 0-version-negotiation
6 test-1 = 1-version-negotiation
7 test-2 = 2-version-negotiation
8 test-3 = 3-version-negotiation
9 test-4 = 4-version-negotiation
10 test-5 = 5-version-negotiation
11 test-6 = 6-version-negotiation
71 [0-version-negotiation]
98 [1-version-negotiation]
125 [2-version-negotiation]
[all …]
/openssl/util/perl/OpenSSL/
H A DOrdinals.pm428 my $version = shift;
435 return $version;
469 my $version = @items ? $items[0]->version() : $self->{currversion};
577 version => $self->_adjust_version($items[0]->version()),
828 my $version = $opts{version};
836 version => $version,
950 my $version = $self->version();
955 $version,
1011 return cmp_versions($_[0]->version(), $_[1]->version());
1037 unless $version && $version =~ /^\d+\.\d+\.\d+[a-z]{0,2}$/;
[all …]
/openssl/util/perl/TLSProxy/
H A DRecord.pm81 my $version;
120 $version,
134 $version,
214 $version,
226 $version,
242 $version,
253 $version,
270 $version,
284 version => $version,
472 sub version subroutine
[all …]
/openssl/ssl/record/methods/
H A Dtlsany_meth.c48 if (!ossl_assert(rl->version == TLS_ANY_VERSION)) { in tls_validate_record_header()
57 if (rl->version == TLS_ANY_VERSION) { in tls_validate_record_header()
89 } else if (rl->version == TLS1_3_VERSION) { in tls_validate_record_header()
95 } else if (rec->rec_version != rl->version) { in tls_validate_record_header()
96 if ((rl->version & 0xFF00) == (rec->rec_version & 0xFF00)) { in tls_validate_record_header()
111 rl->version = (unsigned short)rec->rec_version; in tls_validate_record_header()
132 if (rl->version != TLS_ANY_VERSION && rl->version != vers) in tls_any_set_protocol_version()
134 rl->version = vers; in tls_any_set_protocol_version()
171 if (rl->version != DTLS_ANY_VERSION && rl->version != vers) in dtls_any_set_protocol_version()
173 rl->version = vers; in dtls_any_set_protocol_version()
H A Dktls_meth.c34 switch (rl->version) { in ktls_int_check_supported_cipher()
74 int ktls_configure_crypto(OSSL_LIB_CTX *libctx, int version, const EVP_CIPHER *c, in ktls_configure_crypto() argument
114 crypto_info->tls_vmajor = (version >> 8) & 0x000000ff; in ktls_configure_crypto()
115 crypto_info->tls_vminor = (version & 0x000000ff); in ktls_configure_crypto()
134 switch (rl->version) { in ktls_int_check_supported_cipher()
194 if (version == TLS1_2_VERSION) { in ktls_configure_crypto()
223 crypto_info->gcm128.info.version = version; in ktls_configure_crypto()
240 crypto_info->gcm256.info.version = version; in ktls_configure_crypto()
258 crypto_info->ccm128.info.version = version; in ktls_configure_crypto()
273 crypto_info->chacha20poly1305.info.version = version; in ktls_configure_crypto()
[all …]
/openssl/util/
H A Dfix-deprecation71 my $version = undef;
85 $version = $2;
86 $deprecation = "OSSL_DEPRECATEDIN_$version $3;$5";
93 && (defined $version && $currentguard ne $version
101 if ($currentguard eq '' && defined $version) {
102 $currentguard = $version;
103 print "#${cppspaces}ifndef OPENSSL_NO_DEPRECATED_$version\n";
H A Dmkdef.pl30 my $version = undef; # the version to use for the library
42 'version=s' => \$version,
255 if ($thisversion && $_->version() ne $thisversion) {
267 $thisversion = $_->version();
357 print <<"_____" if defined $version;
358 IDENTIFICATION=$version
409 if (defined $version) {
410 $version =~ /^(\d+)\.(\d+)\.(\d+)/;
437 $this_num, ' ', $_->version(), " */\n";
440 $this_num, ' ', $_->version(), " */\n";
/openssl/doc/man3/
H A DX509_get_version.pod8 certificate request or CRL version
15 int X509_set_version(X509 *x, long version);
18 int X509_REQ_set_version(X509_REQ *x, long version);
21 int X509_CRL_set_version(X509_CRL *x, long version);
25 int X509_ACERT_set_version(X509_ACERT *x, long version);
30 X509_get_version() returns the numerical value of the version field of
37 I<x> to I<version>.
41 X509_CRL_get_version() and X509_CRL_set_version() get and set the version
48 The version field of certificates, certificate requests and CRLs has a
49 DEFAULT value of B<v1(0)> meaning the field should be omitted for version
[all …]
H A DSSL_CTX_set_min_proto_version.pod9 and maximum supported protocol version
15 int SSL_CTX_set_min_proto_version(SSL_CTX *ctx, int version);
16 int SSL_CTX_set_max_proto_version(SSL_CTX *ctx, int version);
20 int SSL_set_min_proto_version(SSL *ssl, int version);
21 int SSL_set_max_proto_version(SSL *ssl, int version);
34 Setting the minimum or maximum version to 0, will enable protocol
35 versions down to the lowest version, or up to the highest version
39 automatically use the lowest or highest version supported by the library.
45 In the current version of OpenSSL only QUICv1 is supported in conjunction with
51 functions return the configured version or 0 for auto-configuration of
H A DSSL_SESSION_get_protocol_version.pod7 - get and set the session protocol version
14 int SSL_SESSION_set_protocol_version(SSL_SESSION *s, int version);
18 SSL_SESSION_get_protocol_version() returns the protocol version number used
21 SSL_SESSION_set_protocol_version() sets the protocol version associated with the
22 SSL_SESSION object B<s> to the value B<version>. This value should be a version
29 version used for the session; this number matches the constants I<e.g.>
/openssl/ssl/statem/
H A Dstatem_lib.c1809 int version; member
1879 int version = method->version; in ssl_method_error() local
1975 return ssl_version_cmp(s, version, s->version) == 0; in ssl_version_supported()
1985 vent->version != 0 && ssl_version_cmp(s, version, vent->version) <= 0; in ssl_version_supported()
2024 if (s->version == ssl->defltmeth->version) in ssl_check_version_downgrade()
2031 if (ssl->defltmeth->version == TLS_method()->version) in ssl_check_version_downgrade()
2042 return s->version == vent->version; in ssl_check_version_downgrade()
2273 s->version = vent->version; in ssl_choose_server_version()
2305 s->version = version; in ssl_choose_client_version()
2325 if (s->version != ssl->method->version) { in ssl_choose_client_version()
[all …]
/openssl/external/perl/Text-Template-1.56/
H A DMETA.yml19 generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
23 version: '1.4'
28 version: '1.56'
31 version: '1.56'
44 version: '1.56'
46 x_serialization_backend: 'YAML::Tiny version 1.73'
/openssl/include/openssl/
H A Dopensslv.h.in25 * Base version macros
27 * These macros express version number MAJOR.MINOR.PATCH exactly
34 * Additional version information
36 * These are also part of the new version scheme, but aren't part
37 * of the version number itself.
53 * Shared library version
55 * This is strictly to express ABI version, which may or may not
56 * be related to the API version expressed with the macros above.
70 * Macros to get the version in easily digested string form, both the short
76 # define OPENSSL_VERSION_STR "{- $config{version} -}"
/openssl/doc/man7/
H A Dopenssl_user_macros.pod.in27 The value is a version number, given in one of the following two forms:
35 C<FF> represents the fix number, as a hexadecimal number. For version
38 Any version number may be given, but these numbers are
44 =item C<0x00908000L> (version 0.9.8)
46 =item C<0x10000000L> (version 1.0.0)
48 =item C<0x10100000L> (version 1.1.0)
63 minor and patch components of the version number. For example:
67 =item 30000 corresponds to version 3.0.0
69 =item 10002 corresponds to version 1.0.2
71 =item 420101 corresponds to version 42.1.1
[all …]
/openssl/exporters/cmake/
H A DOpenSSLConfigVersion.cmake.in3 set(PACKAGE_VERSION {- $config{version} -})
6 # find_package() was called without any version information. This is assumed to
9 elseif(PACKAGE_FIND_VERSION_MAJOR LESS {- my $x = $config{version}; $x =~ s/\..*//; $x -}
10 OR PACKAGE_FIND_VERSION VERSION_GREATER {- $config{version} -})
14 if(PACKAGE_FIND_VERSION VERSION_EQUAL {- $config{version} -})
/openssl/doc/internal/man7/
H A DVERSION.pod5 VERSION - OpenSSL version information
27 The three parts of OpenSSL's 3 numbered version number, MAJOR.MINOR.PATCH.
33 This is the added pre-release tag, which is added to the version separated by
40 the version and possible pre-release tag, separated by a plus sign. For a
50 The shared library version, which is something other than the project version.
83 =item $config{version}
85 The minimal version number, a string composed from B<MAJOR>, B<MINOR> and
91 The fully loaded version number, a string composed from $config{version},
109 The fully loaded version number ($config{full_version}) will be
120 The fully loaded version number ($config{full_version}) will be
[all …]
/openssl/dev/release-aux/
H A DREADME.md6 This is the main version and state update logic... you could say
9 release-version-fn.sh to supply necessary functions that are
12 - release-version-fn.sh
16 get_version() gets the version data from appropriate files.
18 set_version() writes the version data to appropriate files.
20 fixup_version() updates the version data, given a first argument
/openssl/doc/man1/
H A Dopenssl-version.pod.in6 openssl-version - print OpenSSL version information
10 B<openssl version>
27 This command is used to print out version information about OpenSSL.
43 The current OpenSSL version.
47 The date the current version of OpenSSL was built.
98 registry keys identified by the name openssl-<version>-<ctx>, in which the
99 <version> value is derived from the version string in the openssl source, and
107 The output of C<openssl version -a> would typically be used when sending
/openssl/crypto/x509/
H A Dx509_set.c22 int X509_set_version(X509 *x, long version) in X509_set_version() argument
26 if (version == X509_get_version(x)) in X509_set_version()
28 if (version == X509_VERSION_1) { in X509_set_version()
29 ASN1_INTEGER_free(x->cert_info.version); in X509_set_version()
30 x->cert_info.version = NULL; in X509_set_version()
34 if (x->cert_info.version == NULL) { in X509_set_version()
35 if ((x->cert_info.version = ASN1_INTEGER_new()) == NULL) in X509_set_version()
38 if (!ASN1_INTEGER_set(x->cert_info.version, version)) in X509_set_version()
129 return ASN1_INTEGER_get(x->cert_info.version); in X509_get_version()
H A Dx509rset.c18 int X509_REQ_set_version(X509_REQ *x, long version) in X509_REQ_set_version() argument
20 if (x == NULL || version != X509_REQ_VERSION_1) { in X509_REQ_set_version()
25 return ASN1_INTEGER_set(x->req_info.version, version); in X509_REQ_set_version()
/openssl/crypto/ct/
H A Dct_sct.c30 sct->version = SCT_VERSION_NOT_SET; in SCT_new()
51 int SCT_set_version(SCT *sct, sct_version_t version) in SCT_set_version() argument
53 if (version != SCT_VERSION_V1) { in SCT_set_version()
57 sct->version = version; in SCT_set_version()
80 if (sct->version == SCT_VERSION_V1 && log_id_len != CT_V1_HASHLEN) { in SCT_set0_log_id()
94 if (sct->version == SCT_VERSION_V1 && log_id_len != CT_V1_HASHLEN) { in SCT_set1_log_id()
189 return sct->version; in SCT_get_version()
210 if (sct->version == SCT_VERSION_V1) { in SCT_get_signature_nid()
239 switch (sct->version) { in SCT_is_complete()
293 if (sct->version != SCT_VERSION_V1) { in SCT_validate()
/openssl/crypto/asn1/
H A Dp8_pkey.c30 ASN1_SIMPLE(PKCS8_PRIV_KEY_INFO, version, ASN1_INTEGER),
39 int version,
42 if (version >= 0) {
43 if (!ASN1_INTEGER_set(priv->version, version))
/openssl/test/recipes/
H A D70-test_sslvertol.t69 ok((note("Record version received: ".$record->version()),
71 && $record->version() == $previous_version,
87 ok((note("Record version received: ".$record->version()),
89 && $record->version() == $previous_version,
102 (defined $record ? $record->version() : "none")),
/openssl/crypto/cms/
H A Dcms_local.h73 int32_t version; member
89 int32_t version; member
114 int32_t version; member
156 int32_t version; member
169 int32_t version; member
217 int32_t version; member
234 int32_t version; member
250 int32_t version; member
257 int32_t version; member
263 int32_t version; member
[all …]

Completed in 112 milliseconds

12345678910>>...19