1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
actix-extras/.github/workflows
João Fernandes 31b1dc5aa8
feature(settings): add TLS (#380)
* Complete the missing TLS feature.

* Make the `cfg` attributes more clear.

* Format the project issued by command `cargo +nightly fmt`.

* Small changes on cargo file.

* Update CHANGES.md.

* Add documentation for `Tls::get_ssl_acceptor_builder()` and remove unused imports.

* Add the `cfg` macro with required feature on `TLS` tests.

* Update actix-settings/src/settings/tls.rs

Co-authored-by: Rob Ede <robjtede@icloud.com>

* Copy the workflow steps related to OpenSSL for windows from [actix-web workflow](a7375b6876/.github/workflows/ci.yml (L38-L45)).

* ci: install openssl 1.1.1

* Replaced `apply_settings` with `try_apply_settings` for a better error handling.

* Updated the example.

* Add `OpenSSL` error.

* Restrict `OpenSSL` error only for `tls` feature.

* Rename feature `tls` to `openssl`.

* Add doc feature `broken_intra_doc_links` to `get_ssl_acceptor_builder` function.

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-08-03 08:59:13 +00:00
..
ci-post-merge.yml feature(settings): add TLS (#380) 2024-08-03 08:59:13 +00:00
ci.yml feature(settings): add TLS (#380) 2024-08-03 08:59:13 +00:00
coverage.yml build(deps): bump taiki-e/install-action from 2.41.7 to 2.42.14 (#453) 2024-08-03 09:51:46 +01:00
lint.yml build(deps): bump taiki-e/cache-cargo-install-action from 2.0.0 to 2.0.1 (#447) 2024-07-01 17:32:50 +00:00