curl/m4
Daniel Stenberg 269fdd4c6e
lib: remove use of RANDOM_FILE
It could previously be set with configure/cmake and used in rare cases
for reading randomness: with ancient mbedTLS or rustls without
arc4random.

We now get randomness in this order:

1. The TLS library's way to provide random
2. On Windows: Curl_win32_random
3. if arc4random exists, use that
4. weak non-crytographically strong pseudo-random

Closes #14749
2024-09-02 18:42:32 +02:00
..
.gitignore
curl-amissl.m4 configure: delete unused `HAVE_OPENSSL3` macro 2024-08-26 11:01:11 +02:00
curl-bearssl.m4 configure: fix indentation more 2024-08-26 11:14:01 +02:00
curl-compilers.m4 configure: fix indentation more 2024-08-26 11:14:01 +02:00
curl-confopts.m4 configure: use AC_MSG_WARN for TLS/experimental warning texts 2024-06-13 17:17:15 +02:00
curl-functions.m4 build: add `poll()` detection for cross-builds 2024-08-30 17:14:33 +02:00
curl-gnutls.m4 configure: fix indentation more 2024-08-26 11:14:01 +02:00
curl-mbedtls.m4 configure: fix indentation more 2024-08-26 11:14:01 +02:00
curl-openssl.m4 lib: remove use of RANDOM_FILE 2024-09-02 18:42:32 +02:00
curl-override.m4
curl-reentrant.m4 build: use `#error` instead of invalid syntax 2024-07-14 14:03:00 +02:00
curl-rustls.m4 configure: fix indentation more 2024-08-26 11:14:01 +02:00
curl-schannel.m4
curl-sectransp.m4
curl-sysconfig.m4 configure: fix indentation more 2024-08-26 11:14:01 +02:00
curl-wolfssl.m4 configure: fix indentation more 2024-08-26 11:14:01 +02:00
xc-am-iface.m4 misc: cleanup after removing years from copyright 2024-07-30 14:11:48 +02:00
xc-cc-check.m4 misc: cleanup after removing years from copyright 2024-07-30 14:11:48 +02:00
xc-lt-iface.m4 misc: cleanup after removing years from copyright 2024-07-30 14:11:48 +02:00
xc-val-flgs.m4 configure: fix indentation more 2024-08-26 11:14:01 +02:00
zz40-xc-ovr.m4 misc: cleanup after removing years from copyright 2024-07-30 14:11:48 +02:00
zz50-xc-ovr.m4 misc: cleanup after removing years from copyright 2024-07-30 14:11:48 +02:00
zz60-xc-ovr.m4 misc: cleanup after removing years from copyright 2024-07-30 14:11:48 +02:00