/openssl/include/openssl/ |
H A D | macros.h | 43 # 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 D | OSSL_DEPRECATED.pod | 11 #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 D | RSA_print.pod | 13 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 D | RAND_cleanup.pod | 11 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 D | ERR_remove_state.pod | 9 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 D | MD5.pod | 10 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 D | EC_GFp_simple_method.pod | 11 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 D | SSL_SESSION_get_time.pod | 23 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 D | SSL_get_all_async_fds.pod | 45 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 D | RSA_generate_key.pod | 15 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 D | ERR_load_crypto_strings.pod | 10 The following functions have been deprecated since OpenSSL 1.1.0, and can be
|
H A D | RAND_add.pod | 21 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 D | DSA_generate_parameters.pod | 11 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 D | DSA_dup_DH.pod | 11 The following functions have been deprecated since OpenSSL 3.0, and can be
|
H A D | RSA_new.pod | 11 The following functions have been deprecated since OpenSSL 3.0, and can be
|
H A D | DH_new.pod | 11 The following functions have been deprecated since OpenSSL 3.0, and can be
|
H A D | CMS_sign_receipt.pod | 29 are not supported since they do not make sense in the context of signed
|
H A D | CMS_verify_receipt.pod | 30 supported since they do not make sense in the context of signed receipts.
|
H A D | ECPKParameters_print.pod | 12 The following functions have been deprecated since OpenSSL 3.0, and can be
|
H A D | RSA_blinding_on.pod | 11 The following functions have been deprecated since OpenSSL 3.0, and can be
|
H A D | DSA_new.pod | 11 The following functions have been deprecated since OpenSSL 3.0, and can be
|
H A D | CONF_modules_free.pod | 15 The following functions have been deprecated since OpenSSL 1.1.0, and can be
|
H A D | OpenSSL_add_all_algorithms.pod | 12 The following functions have been deprecated since OpenSSL 1.1.0, and can be
|
/openssl/ |
H A D | AUTHORS.md | 6 since in some cases, their employer may be the copyright holder.
|
/openssl/doc/designs/ddd/ |
H A D | REPORT.md | 103 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.
|