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 #52

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

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

Commits on Oct 14, 2022

  1. fixed echoserver example

    Eugeny committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    b67c301 View commit details
    Browse the repository at this point in the history
  2. add openssl-only CI

    Eugeny committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    c1472f6 View commit details
    Browse the repository at this point in the history
  3. fixup tests and clippy

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

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    ccb147e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    1e84494 View commit details
    Browse the repository at this point in the history
  2. fix tests, lint

    connor4312 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ae0e69a View commit details
    Browse the repository at this point in the history