Home
last modified time | relevance | path

Searched refs:since (Results 1 – 25 of 210) sorted by relevance

123456789

/openssl/include/openssl/
H A Dmacros.h43 # define OSSL_DEPRECATED(since) \ argument
44 __declspec(deprecated("Since OpenSSL " # since))
45 # define OSSL_DEPRECATED_FOR(since, message) \ argument
48 # define OSSL_DEPRECATED(since) __declspec(deprecated) argument
57 # define OSSL_DEPRECATED(since) \ argument
58 __attribute__((deprecated("Since OpenSSL " # since)))
59 # define OSSL_DEPRECATED_FOR(since, message) \ argument
62 # define OSSL_DEPRECATED(since) __attribute__((deprecated)) argument
67 # define OSSL_DEPRECATED(since) __attribute__ ((deprecated)) argument
79 # define OSSL_DEPRECATED(since) extern argument
[all …]
/openssl/doc/internal/man3/
H A DOSSL_DEPRECATED.pod11 #define OSSL_DEPRECATED(since)
12 #define OSSL_DEPRECATED_FOR(since, msg)
18 I<since> that should be set to the OpenSSL version where the symbol was
/openssl/doc/man3/
H A DRSA_print.pod13 The following functions have been deprecated since OpenSSL 3.0, and can be
22 The following functions have been deprecated since OpenSSL 3.0, and can be
33 The following functions have been deprecated since OpenSSL 3.0, and can be
H A DRAND_cleanup.pod11 The following function has been deprecated since OpenSSL 1.1.0, and can be
21 since no explicit initialisation or de-initialisation is necessary. See
H A DERR_remove_state.pod9 The following function has been deprecated since OpenSSL 1.0.0, and can be
15 The following function has been deprecated since OpenSSL 1.1.0, and can be
H A DMD5.pod10 The following functions have been deprecated since OpenSSL 3.0, and can be
23 The following functions have been deprecated since OpenSSL 3.0, and can be
35 The following functions have been deprecated since OpenSSL 3.0, and can be
H A DEC_GFp_simple_method.pod11 The following functions have been deprecated since OpenSSL 3.0, and can be
29 All const EC_METHOD *EC_GF* functions were deprecated in OpenSSL 3.0, since
H A DSSL_SESSION_get_time.pod23 The following functions have been deprecated since OpenSSL 3.4, and can be
35 established. The time is given in seconds since the Epoch and therefore
H A DSSL_get_all_async_fds.pod45 that have been added and a list that have been deleted since the last
46 B<SSL_ERROR_WANT_ASYNC> was received (or since the B<SSL> object was created if
H A DRSA_generate_key.pod15 The following functions have been deprecated since OpenSSL 3.0, and can be
22 The following function has been deprecated since OpenSSL 0.9.8, and can be
H A DERR_load_crypto_strings.pod10 The following functions have been deprecated since OpenSSL 1.1.0, and can be
H A DRAND_add.pod21 The following functions have been deprecated since OpenSSL 1.1.0, and can be
33 (L<RAND_OpenSSL(3)>) is not necessary (but allowed), since it does (re-)seed
H A DDSA_generate_parameters.pod11 The following functions have been deprecated since OpenSSL 3.0, and can be
20 The following functions have been deprecated since OpenSSL 0.9.8, and can be
H A DDSA_dup_DH.pod11 The following functions have been deprecated since OpenSSL 3.0, and can be
H A DRSA_new.pod11 The following functions have been deprecated since OpenSSL 3.0, and can be
H A DDH_new.pod11 The following functions have been deprecated since OpenSSL 3.0, and can be
H A DCMS_sign_receipt.pod29 are not supported since they do not make sense in the context of signed
H A DCMS_verify_receipt.pod30 supported since they do not make sense in the context of signed receipts.
H A DECPKParameters_print.pod12 The following functions have been deprecated since OpenSSL 3.0, and can be
H A DRSA_blinding_on.pod11 The following functions have been deprecated since OpenSSL 3.0, and can be
H A DDSA_new.pod11 The following functions have been deprecated since OpenSSL 3.0, and can be
H A DCONF_modules_free.pod15 The following functions have been deprecated since OpenSSL 1.1.0, and can be
H A DOpenSSL_add_all_algorithms.pod12 The following functions have been deprecated since OpenSSL 1.1.0, and can be
/openssl/
H A DAUTHORS.md6 since in some cases, their employer may be the copyright holder.
/openssl/doc/designs/ddd/
H A DREPORT.md103 to applications to determine I/O readiness has changed substantially since the
109 poll for `POLLOUT`, etc. has changed since the original DDD process.
114 has evolved since the original DDD process. The new API
127 QUIC. This turned out not to be necessary since we can just reject the
231 poll for `POLLOUT`, etc. has changed since the original DDD process.
241 since datagram semantics on the network channel need to be maintained.

Completed in 36 milliseconds

123456789