Home
last modified time | relevance | path

Searched refs:not (Results 151 – 175 of 1282) sorted by relevance

12345678910>>...52

/openssl/doc/man3/
H A DSSL_CTX_sess_set_get_cb.pod41 could not be found in the internal session cache (see
47 corresponding set callback functions. If a callback function has not been
71 information and this may occur some time after the end of the handshake (or not
84 it is expired or when a connection was not shutdown cleanly. It also happens
87 the B<ctx> and the ssl session B<sess>. It does not provide any feedback.
97 If the get_session_cb() does not write to B<copy>, the reference count
118 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DCONF_modules_load_file.pod50 configuration modules are ignored. If not set the first module error is
61 Applications calling B<CONF_modules_load_file_ex> explicitly should not
71 B<CONF_MFLAGS_DEFAULT_SECTION> if set and B<appname> is not NULL will use the
72 default section pointed to by B<openssl_conf> if B<appname> does not exist.
76 In some cases the use of a configuration file is optional and its absence is not
91 failure. If module errors are not ignored the return code will reflect the
159 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DEC_POINT_add.pod40 The function EC_POINT_is_at_infinity tests whether the supplied point is at infinity or not.
42 EC_POINT_is_on_curve tests whether the supplied point is on the curve or not.
44 EC_POINT_cmp compares the two supplied points and tests whether or not they are equal.
73 EC_POINT_is_on_curve returns 1 if the point is on the curve, 0 if not, or -1 on error.
75 EC_POINT_cmp returns 1 if the points are not equal, 0 if they are, or -1 on error.
77 EC_GROUP_have_precompute_mult return 1 if a precomputation has been done, or 0 if not.
95 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DRSA_public_encrypt.pod55 When encrypting B<flen> must not be more than RSA_size(B<rsa>) - 11 for the
56 PKCS #1 v1.5 based padding modes, not more than RSA_size(B<rsa>) - 42 for
69 bytes are in the ciphertext. Those are not important and may be removed,
70 but RSA_public_encrypt() does not do that. B<to> must point
82 recovered plaintext. A return value of 0 is not an error and
97 Since version 3.2.0, the default provider in OpenSSL does not return an
126 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DSSL_CONF_cmd.pod136 identifiers) are ignored in TLSv1.3 and will not be negotiated.
252 The following options are accepted by SSL_CONF_cmd(), but are not
339 not loaded unless the B<SSL_CONF_FLAG_REQUIRE_PRIVATE> is set.
403 identifiers) are ignored in TLSv1.3 and will not be negotiated.
488 The B<Protocol> command is fragile and deprecated; do not use it.
560 middleboxes that do not understand TLSv1.3 will not drop the connection. This
599 option has no effect if B<KTLS> is not enabled. Equivalent to
619 occurs if the client does not present a certificate. Servers only.
622 not when renegotiating. Servers only.
632 client does not present a certificate. A certificate will not be requested
[all …]
H A DSSL_set1_host.pod24 checks are not performed on the peer certificate. When a nonempty
29 the primary reference identifier of the peer, and should not call
48 identifiers. When wildcard matching is not disabled, the name
56 must not free the return value.
69 SSL_get0_peername() returns NULL if peername verification is not
114 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DPKCS7_sign_add_signer.pod30 is not complete and must be finalized either by streaming (if applicable) or
38 not appropriate. For example if multiple signers or non default digest
50 B<PKCS7_SIGNER_INO> structure will not be finalized so additional attributes
54 If B<PKCS7_NOCERTS> is set the signer's certificate will not be included in the
68 these algorithms is disabled then it will not be included.
105 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DX509_get0_signature.pod77 be set to B<NULL> if the information is not required.
89 where X509_sign() et al is not appropriate (for example a non standard
104 X509_CRL_get0_signature() do not return values.
107 returned is valid or 0 if the information is not available (e.g.
112 not return an error value.
154 Licensed under the Apache License 2.0 (the "License"). You may not use
H A Dd2i_X509.pod424 the byte following the parsed data. If I<a> is not NULL then a pointer
445 If I<ppout> is not NULL, it writes the DER encoded data to the buffer
462 These routines do not encrypt private keys and therefore offer no
479 Functions such as strlen() will B<not> return the correct length
627 a segmentation violation. If I<x> is set to NULL first then this will not
637 some did not free I<*a> on error and did not set I<*a> to NULL.
641 B<i2d_I<TYPE>>() will not return an error in many versions of OpenSSL,
642 if mandatory fields are not initialized due to a programming error
644 fields entirely and will not be parsed by B<d2i_I<TYPE>>(). This may be
645 fixed in future so code should not assume that B<i2d_I<TYPE>>() will
[all …]
H A DEVP_PKEY_CTX_get0_libctx.pod32 if they are not set. The returned values should not be freed by the caller.
49 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DPKCS12_SAFEBAG_get0_attrs.pod31 or NULL if the attribute was either not present or an error occurred.
33 PKCS12_get_attr_gen() does not allocate a new attribute. The returned attribute
45 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DDTLSv1_handle_timeout.pod32 Returns 0 if there was no pending timeout event, or if the SSL object is not a
35 Returns -1 if there was a pending timeout event but it could not be handled
46 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DEVP_PKEY_is_a.pod41 not be freed by the caller.
60 EVP_PKEY_get0_description() returns the description if found or NULL if not.
62 EVP_PKEY_get0_provider() returns the provider if found or NULL if not.
65 names. A return value of 0 means that the callback was not called for any
108 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DOSSL_ERR_STATE_save.pod34 and is not moved to the ERR_STATE. The mark is not cleared and must be cleared
44 the thread error state are not affected if there is enough space
57 OSSL_ERR_STATE_free() do not return any values.
82 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DX509_get_pubkey.pod29 after use. X509_get0_pubkey() is similar except it does B<not> increment
30 the reference count of the returned B<EVP_PKEY> so it must not be freed up
35 must not be freed up after use.
82 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DSRP_user_pwd_new.pod45 The library takes ownership of the values, they should not be freed by the caller.
48 The memory is not freed by SRP_user_pwd_free(), the caller must make sure it is
55 SRP_user_pwd_set0_sv() returns 1 if both B<s> and B<v> are not NULL, 0 otherwise.
72 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DSSL_set_incoming_stream_policy.pod27 stream on a QUIC connection SSL object are not passed remotely-initiated streams
28 by a peer which those applications are not prepared to handle.
70 Where an incoming stream is rejected, it is rejected immediately and it is not
94 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DX509_verify.pod35 for explicitly trusted certificates this verification is not worth the effort.
46 If the signature could not be checked at all because it was ill-formed,
47 the certificate or the request was not complete or some other error occurred
84 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DOSSL_IETF_ATTR_SYNTAX.pod38 internal pointers of the structure and must not be freed by the application.
46 in the sequence or NULL on error. If I<type> is not NULL, the type of the
71 B<GENERAL_NAMES> structure or B<NULL> if the policy authority has not been
92 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DBIO_new.pod31 but it does not return a value.
38 BIO_free_all() frees up an entire BIO chain, it does not halt if an error
48 BIO_free_all() and BIO_vfree() do not return values.
74 Licensed under the Apache License 2.0 (the "License"). You may not use
H A DOSSL_CMP_CTX_new.pod251 The value 0 indicates that TLS is not used.
350 this way has not been authenticated (at least not at CMP level).
385 If not used or the I<port> argument is 0
390 If TLS is not used this defaults to the value of
393 An empty proxy string specifies not to use a proxy.
419 I<arg> is not consumed, and it must therefore explicitly be freed when not
441 I<arg> is not consumed, and it must therefore explicitly be freed when not
546 If not present or when MAC-based protection is used
569 or NULL if not set.
582 If the I<priv> parameter is not 0 and the selected key does not have a
[all …]
H A DEVP_DigestVerifyInit.pod37 I<params>, if not NULL, are set on the context before returning.
49 B<pctx> is not NULL, the EVP_PKEY_CTX of the verification operation will be
52 returned must not be freed directly by the application if B<ctx> is not assigned
128 did not verify successfully (that is, B<tbs> did not match the original data or
143 algorithms which do not support streaming (e.g. PureEdDSA) it is the only way
161 Note that not all providers support continuation, in case the selected
162 provider does not allow to duplicate contexts EVP_DigestVerifyFinal() will
201 Licensed under the Apache License 2.0 (the "License"). You may not use
/openssl/doc/man1/
H A Dopenssl-rehash.pod.in44 (If the platform does not support symbolic links, a copy is made.)
49 processed in turn. If not, then the B<SSL_CERT_DIR> environment variable
52 If that is not set then the default directory (installation-specific
80 fingerprints. If not found in the user's B<PATH>, then set the
104 Note that current versions will not use the old style.
108 Do not remove existing links.
152 Licensed under the Apache License 2.0 (the "License"). You may not use
/openssl/doc/internal/man3/
H A DOPENSSL_SA.pod55 at zero. If I<idx> refers to a value that has not been set then NULL is
63 B<ossl_sa_I<TYPE>_free>() frees up the I<sa> structure. It does I<not> free up any
83 Sparse arrays are an internal data structure and should B<not> be used by user
93 The underlying utility B<OPENSSL_SA_> API should not be used directly. It
104 the element has not be set.
115 do not return values.
126 Licensed under the Apache License 2.0 (the "License"). You may not use this
/openssl/doc/designs/quic-design/
H A Dquic-requirements.md38 does not require significant API changes. In the MVP, interoperability should be
41 * The MVP will not contain a library API for an HTTP/3 implementation (it is a
51 functional QUIC release (this does not imply we expect API breakage to occur as
55 * PR#8797 will not be merged and compatibility with the APIs proposed in that PR
58 * We do not plan to place protocol versions themselves in separate providers at
65 * Testing against other implementations is not a release requirement for the MVP.
106 that is not the initial focus of the work.
160 * QUIC performance should be comparable (in some future release - not MVP) with
189 * a pluggable record layer (not public for MVP)
191 * a single stream QUIC client in the form of s_client that does not require
[all …]

Completed in 46 milliseconds

12345678910>>...52