-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ring 0.17 supports RISC-V, so building Pulsar with rustls instead of OpenSSL is possible. Choice of the TLS library is exposed by the following features in the `smtp-notifier` crate: * `native-tls` - uses the native TLS library in the system, usually OpenSSL. Enabled by default. * `boring-tls` - uses BoringSSL. Disabled by default. * `rustls-tls` - uses rustls. Disabled by default. When building Pulsar with Cargo, the native TLS is going to be used. However, for binary builds for Github releases, rustls is being used, since it's always statically built and doesn't require any runtime dependencies from the users.
- Loading branch information
1 parent
a158059
commit f37f29b
Showing
13 changed files
with
410 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.