curl/.github/workflows
Daniel McCarney f09adc3ad1
vtls/rustls: rustls-ffi 0.14.0 update
* Documentation is updated to describe new required version, and to link
  to the upstream README about cryptography providers.
* GitHub workflow is updated to fetch 0.14.0.
* Breaking changes in`lib/vtls/rustls.c` are addressed:
  * The `rustls_client_config_builder_build()` function now uses an out
    parameter for the built config instead of returning it directly.
    This allows the building process to fail if the default crypto
    provider state isn't appropriate, or another error condition occurs.
  * Default ciphersuites are collected using renamed functions named to
    make it clear the ciphersuites are associated with the default
    crypto provider.
  * Customization of ciphersuites is now done via
    a `rustls_crypto_provider_builder` used to instantiate a
    `rustls_crypto_provider`. The customized provider can then can be
    used with `rustls_client_config_builder_new_custom` in place of
    providing ciphersuites directly.
  * `rustls_connection_get_negotiated_ciphersuite()` now returns the
    ciphersuite ID directly.

Closes #14889
2024-09-13 14:11:49 +02:00
..
appveyor-status.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00
awslc.yml GHA: update CI dependencies 2024-08-25 23:39:02 +02:00
checkdocs.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00
checksrc.yml CI: add a script and job to run cmakelint 2024-08-27 08:33:44 -07:00
codeql-analysis.yml GHA: update github/codeql-action digest to 4dd1613 2024-08-29 16:53:23 +02:00
configure-vs-cmake.yml GHA/configure-vs-cmake: drop disabling dependency tracking [ci skip] 2024-08-26 16:29:20 +02:00
curl-for-win.yml build: add poll() detection for cross-builds 2024-08-30 17:14:33 +02:00
cygwin.yml CI: add test timeouts, more cmake build tests, fix VS2010 C warning 2024-08-27 23:40:48 +02:00
distcheck.yml GHA/distcheck: keep upload artifacts for one day only 2024-09-05 23:50:48 +02:00
fuzz.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00
hacktoberfest-accepted.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00
http3-linux.yml GHA: update CI dependencies 2024-08-25 23:39:02 +02:00
label.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00
linux32.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00
linux-old.yml GHA/linux-old: add an autoconf/automake build 2024-09-09 10:19:11 -07:00
linux.yml vtls/rustls: rustls-ffi 0.14.0 update 2024-09-13 14:11:49 +02:00
macos.yml GHA/macOS: add an -e test 2024-09-12 11:26:33 +02:00
non-native.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00
torture.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00
windows.yml GHA/windows: raise test run timeouts 2024-09-10 15:55:35 +02:00
wolfssl.yml GHA: add yamlcheck 2024-08-23 18:42:55 +02:00