Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add flags for openssl-only crypto #3

Merged
merged 3 commits into from
Oct 13, 2022
Merged

add flags for openssl-only crypto #3

merged 3 commits into from
Oct 13, 2022

Commits on Oct 13, 2022

  1. add flags for openssl-only crypto

    Fixes Eugeny#50
    
    This introduces an on-by-default `rs-crypto` flag, which enables the
    existing Rust-based crypto libraries (including aes and ED25519).
    However, these implementations can be removed by disabling the flag.
    If it's disabled, then openssl (when turned on) will stand in for them,
    in a less performant way.
    
    Note that while OpenSSL 3.x does have some ED25519 support, I have not
    done the work to make that compatible as well--partly because ED25519
    is not yet an approved algorithm for my company to use, and partly to
    retain compatibility with OpenSSL 1.x
    connor4312 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    a487d9a View commit details
    Browse the repository at this point in the history
  2. fixup build errors

    connor4312 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    2b7f096 View commit details
    Browse the repository at this point in the history
  3. rm unused file

    connor4312 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    8c7564a View commit details
    Browse the repository at this point in the history